apicentric 0.7.0

Toolkit for building, recording, and sharing mock APIs
Documentation
1
{"success":true,"data":{"components":{"schemas":{"account":{"description":"This is an object representing a Stripe account. You can retrieve it to see\nproperties on the account like its current requirements or if the account is\nenabled to make live charges or receive payouts.\n\nFor accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection)\nis `application`, which includes Custom accounts, the properties below are always\nreturned.\n\nFor accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection)\nis `stripe`, which includes Standard and Express accounts, some properties are only returned\nuntil you create an [Account Link](/api/account_links) or [Account Session](/api/account_sessions)\nto start Connect Onboarding. Learn about the [differences between accounts](/connect/accounts).","properties":{"business_profile":{"anyOf":[{"$ref":"#/components/schemas/account_business_profile"}],"description":"Business information about the account.","nullable":true},"business_type":{"description":"The business type.","enum":["company","government_entity","individual","non_profit"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"capabilities":{"$ref":"#/components/schemas/account_capabilities"},"charges_enabled":{"description":"Whether the account can process charges.","type":"boolean"},"company":{"$ref":"#/components/schemas/legal_entity_company"},"controller":{"$ref":"#/components/schemas/account_unification_account_controller"},"country":{"description":"The account's country.","maxLength":5000,"type":"string"},"created":{"description":"Time at which the account was connected. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"default_currency":{"description":"Three-letter ISO currency code representing the default currency for the account. This must be a currency that [Stripe supports in the account's country](https://stripe.com/docs/payouts).","maxLength":5000,"type":"string"},"details_submitted":{"description":"Whether account details have been submitted. Accounts with Stripe Dashboard access, which includes Standard accounts, cannot receive payouts before this is true. Accounts where this is false should be directed to [an onboarding flow](/connect/onboarding) to finish submitting account details.","type":"boolean"},"email":{"description":"An email address associated with the account. It's not used for authentication and Stripe doesn't market to this field without explicit approval from the platform.","maxLength":5000,"nullable":true,"type":"string"},"external_accounts":{"description":"External accounts (bank accounts and debit cards) currently attached to this account. External accounts are only returned for requests where `controller[is_controller]` is true.","properties":{"data":{"description":"The list contains all external accounts that have been attached to the Stripe account. These may be bank accounts or cards.","items":{"anyOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"}],"title":"Polymorphic","x-stripeBypassValidation":true},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"ExternalAccountList","type":"object","x-expandableFields":["data"]},"future_requirements":{"$ref":"#/components/schemas/account_future_requirements"},"groups":{"anyOf":[{"$ref":"#/components/schemas/account_group_membership"}],"description":"The groups associated with the account.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"individual":{"$ref":"#/components/schemas/person"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["account"],"type":"string"},"payouts_enabled":{"description":"Whether the funds in this account can be paid out.","type":"boolean"},"requirements":{"$ref":"#/components/schemas/account_requirements"},"settings":{"anyOf":[{"$ref":"#/components/schemas/account_settings"}],"description":"Options for customizing how the account functions within Stripe.","nullable":true},"tos_acceptance":{"$ref":"#/components/schemas/account_tos_acceptance"},"type":{"description":"The Stripe account type. Can be `standard`, `express`, `custom`, or `none`.","enum":["custom","express","none","standard"],"type":"string"}},"required":["id","object"],"title":"Account","type":"object","x-expandableFields":["business_profile","capabilities","company","controller","external_accounts","future_requirements","groups","individual","requirements","settings","tos_acceptance"],"x-resourceId":"account"},"account_annual_revenue":{"description":"","properties":{"amount":{"description":"A non-negative integer representing the amount in the [smallest currency unit](/currencies#zero-decimal).","nullable":true,"type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","nullable":true,"type":"string"},"fiscal_year_end":{"description":"The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountAnnualRevenue","type":"object","x-expandableFields":[]},"account_bacs_debit_payments_settings":{"description":"","properties":{"display_name":{"description":"The Bacs Direct Debit display name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. The fee appears 5 business days after requesting Bacs. If you don't set the display name before requesting Bacs capability, it's automatically set as \"Stripe\" and the account is onboarded to Stripe branding, which is free.","maxLength":5000,"nullable":true,"type":"string"},"service_user_number":{"description":"The Bacs Direct Debit Service user number for this account. For payments made with Bacs Direct Debit, this number is a unique identifier of the account with our banking partners.","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountBacsDebitPaymentsSettings","type":"object","x-expandableFields":[]},"account_branding_settings":{"description":"","properties":{"icon":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"logo":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) A logo for the account that will be used in Checkout instead of the icon and without the account's name next to it if provided. Must be at least 128px x 128px.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"primary_color":{"description":"A CSS hex color value representing the primary branding color for this account","maxLength":5000,"nullable":true,"type":"string"},"secondary_color":{"description":"A CSS hex color value representing the secondary branding color for this account","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountBrandingSettings","type":"object","x-expandableFields":["icon","logo"]},"account_business_profile":{"description":"","properties":{"annual_revenue":{"anyOf":[{"$ref":"#/components/schemas/account_annual_revenue"}],"description":"The applicant's gross annual revenue for its preceding fiscal year.","nullable":true},"estimated_worker_count":{"description":"An estimated upper bound of employees, contractors, vendors, etc. currently working for the business.","nullable":true,"type":"integer"},"mcc":{"description":"[The merchant category code for the account](/connect/setting-mcc). MCCs are used to classify businesses based on the goods or services they provide.","maxLength":5000,"nullable":true,"type":"string"},"minority_owned_business_designation":{"description":"Whether the business is a minority-owned, women-owned, and/or LGBTQI+ -owned business.","items":{"enum":["lgbtqi_owned_business","minority_owned_business","none_of_these_apply","prefer_not_to_answer","women_owned_business"],"type":"string"},"nullable":true,"type":"array"},"monthly_estimated_revenue":{"$ref":"#/components/schemas/account_monthly_estimated_revenue"},"name":{"description":"The customer-facing business name.","maxLength":5000,"nullable":true,"type":"string"},"product_description":{"description":"Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.","maxLength":40000,"nullable":true,"type":"string"},"support_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"A publicly available mailing address for sending support issues to.","nullable":true},"support_email":{"description":"A publicly available email address for sending support issues to.","maxLength":5000,"nullable":true,"type":"string"},"support_phone":{"description":"A publicly available phone number to call with support issues.","maxLength":5000,"nullable":true,"type":"string"},"support_url":{"description":"A publicly available website for handling support issues.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"The business's publicly available website.","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountBusinessProfile","type":"object","x-expandableFields":["annual_revenue","monthly_estimated_revenue","support_address"]},"account_capabilities":{"description":"","properties":{"acss_debit_payments":{"description":"The status of the Canadian pre-authorized debits payments capability of the account, or whether the account can directly process Canadian pre-authorized debits charges.","enum":["active","inactive","pending"],"type":"string"},"affirm_payments":{"description":"The status of the Affirm capability of the account, or whether the account can directly process Affirm charges.","enum":["active","inactive","pending"],"type":"string"},"afterpay_clearpay_payments":{"description":"The status of the Afterpay Clearpay capability of the account, or whether the account can directly process Afterpay Clearpay charges.","enum":["active","inactive","pending"],"type":"string"},"alma_payments":{"description":"The status of the Alma capability of the account, or whether the account can directly process Alma payments.","enum":["active","inactive","pending"],"type":"string"},"amazon_pay_payments":{"description":"The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.","enum":["active","inactive","pending"],"type":"string"},"au_becs_debit_payments":{"description":"The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.","enum":["active","inactive","pending"],"type":"string"},"bacs_debit_payments":{"description":"The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.","enum":["active","inactive","pending"],"type":"string"},"bancontact_payments":{"description":"The status of the Bancontact payments capability of the account, or whether the account can directly process Bancontact charges.","enum":["active","inactive","pending"],"type":"string"},"bank_transfer_payments":{"description":"The status of the customer_balance payments capability of the account, or whether the account can directly process customer_balance charges.","enum":["active","inactive","pending"],"type":"string"},"billie_payments":{"description":"The status of the Billie capability of the account, or whether the account can directly process Billie payments.","enum":["active","inactive","pending"],"type":"string"},"blik_payments":{"description":"The status of the blik payments capability of the account, or whether the account can directly process blik charges.","enum":["active","inactive","pending"],"type":"string"},"boleto_payments":{"description":"The status of the boleto payments capability of the account, or whether the account can directly process boleto charges.","enum":["active","inactive","pending"],"type":"string"},"card_issuing":{"description":"The status of the card issuing capability of the account, or whether you can use Issuing to distribute funds on cards","enum":["active","inactive","pending"],"type":"string"},"card_payments":{"description":"The status of the card payments capability of the account, or whether the account can directly process credit and debit card charges.","enum":["active","inactive","pending"],"type":"string"},"cartes_bancaires_payments":{"description":"The status of the Cartes Bancaires payments capability of the account, or whether the account can directly process Cartes Bancaires card charges in EUR currency.","enum":["active","inactive","pending"],"type":"string"},"cashapp_payments":{"description":"The status of the Cash App Pay capability of the account, or whether the account can directly process Cash App Pay payments.","enum":["active","inactive","pending"],"type":"string"},"crypto_payments":{"description":"The status of the Crypto capability of the account, or whether the account can directly process Crypto payments.","enum":["active","inactive","pending"],"type":"string"},"eps_payments":{"description":"The status of the EPS payments capability of the account, or whether the account can directly process EPS charges.","enum":["active","inactive","pending"],"type":"string"},"fpx_payments":{"description":"The status of the FPX payments capability of the account, or whether the account can directly process FPX charges.","enum":["active","inactive","pending"],"type":"string"},"gb_bank_transfer_payments":{"description":"The status of the GB customer_balance payments (GBP currency) capability of the account, or whether the account can directly process GB customer_balance charges.","enum":["active","inactive","pending"],"type":"string"},"giropay_payments":{"description":"The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.","enum":["active","inactive","pending"],"type":"string"},"grabpay_payments":{"description":"The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.","enum":["active","inactive","pending"],"type":"string"},"ideal_payments":{"description":"The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.","enum":["active","inactive","pending"],"type":"string"},"india_international_payments":{"description":"The status of the india_international_payments capability of the account, or whether the account can process international charges (non INR) in India.","enum":["active","inactive","pending"],"type":"string"},"jcb_payments":{"description":"The status of the JCB payments capability of the account, or whether the account (Japan only) can directly process JCB credit card charges in JPY currency.","enum":["active","inactive","pending"],"type":"string"},"jp_bank_transfer_payments":{"description":"The status of the Japanese customer_balance payments (JPY currency) capability of the account, or whether the account can directly process Japanese customer_balance charges.","enum":["active","inactive","pending"],"type":"string"},"kakao_pay_payments":{"description":"The status of the KakaoPay capability of the account, or whether the account can directly process KakaoPay payments.","enum":["active","inactive","pending"],"type":"string"},"klarna_payments":{"description":"The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.","enum":["active","inactive","pending"],"type":"string"},"konbini_payments":{"description":"The status of the konbini payments capability of the account, or whether the account can directly process konbini charges.","enum":["active","inactive","pending"],"type":"string"},"kr_card_payments":{"description":"The status of the KrCard capability of the account, or whether the account can directly process KrCard payments.","enum":["active","inactive","pending"],"type":"string"},"legacy_payments":{"description":"The status of the legacy payments capability of the account.","enum":["active","inactive","pending"],"type":"string"},"link_payments":{"description":"The status of the link_payments capability of the account, or whether the account can directly process Link charges.","enum":["active","inactive","pending"],"type":"string"},"mb_way_payments":{"description":"The status of the MB WAY payments capability of the account, or whether the account can directly process MB WAY charges.","enum":["active","inactive","pending"],"type":"string"},"mobilepay_payments":{"description":"The status of the MobilePay capability of the account, or whether the account can directly process MobilePay charges.","enum":["active","inactive","pending"],"type":"string"},"multibanco_payments":{"description":"The status of the Multibanco payments capability of the account, or whether the account can directly process Multibanco charges.","enum":["active","inactive","pending"],"type":"string"},"mx_bank_transfer_payments":{"description":"The status of the Mexican customer_balance payments (MXN currency) capability of the account, or whether the account can directly process Mexican customer_balance charges.","enum":["active","inactive","pending"],"type":"string"},"naver_pay_payments":{"description":"The status of the NaverPay capability of the account, or whether the account can directly process NaverPay payments.","enum":["active","inactive","pending"],"type":"string"},"nz_bank_account_becs_debit_payments":{"description":"The status of the New Zealand BECS Direct Debit payments capability of the account, or whether the account can directly process New Zealand BECS Direct Debit charges.","enum":["active","inactive","pending"],"type":"string"},"oxxo_payments":{"description":"The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.","enum":["active","inactive","pending"],"type":"string"},"p24_payments":{"description":"The status of the P24 payments capability of the account, or whether the account can directly process P24 charges.","enum":["active","inactive","pending"],"type":"string"},"pay_by_bank_payments":{"description":"The status of the pay_by_bank payments capability of the account, or whether the account can directly process pay_by_bank charges.","enum":["active","inactive","pending"],"type":"string"},"payco_payments":{"description":"The status of the Payco capability of the account, or whether the account can directly process Payco payments.","enum":["active","inactive","pending"],"type":"string"},"paynow_payments":{"description":"The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.","enum":["active","inactive","pending"],"type":"string"},"payto_payments":{"description":"The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.","enum":["active","inactive","pending"],"type":"string"},"pix_payments":{"description":"The status of the pix payments capability of the account, or whether the account can directly process pix charges.","enum":["active","inactive","pending"],"type":"string"},"promptpay_payments":{"description":"The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.","enum":["active","inactive","pending"],"type":"string"},"revolut_pay_payments":{"description":"The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.","enum":["active","inactive","pending"],"type":"string"},"samsung_pay_payments":{"description":"The status of the SamsungPay capability of the account, or whether the account can directly process SamsungPay payments.","enum":["active","inactive","pending"],"type":"string"},"satispay_payments":{"description":"The status of the Satispay capability of the account, or whether the account can directly process Satispay payments.","enum":["active","inactive","pending"],"type":"string"},"sepa_bank_transfer_payments":{"description":"The status of the SEPA customer_balance payments (EUR currency) capability of the account, or whether the account can directly process SEPA customer_balance charges.","enum":["active","inactive","pending"],"type":"string"},"sepa_debit_payments":{"description":"The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.","enum":["active","inactive","pending"],"type":"string"},"sofort_payments":{"description":"The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.","enum":["active","inactive","pending"],"type":"string"},"swish_payments":{"description":"The status of the Swish capability of the account, or whether the account can directly process Swish payments.","enum":["active","inactive","pending"],"type":"string"},"tax_reporting_us_1099_k":{"description":"The status of the tax reporting 1099-K (US) capability of the account.","enum":["active","inactive","pending"],"type":"string"},"tax_reporting_us_1099_misc":{"description":"The status of the tax reporting 1099-MISC (US) capability of the account.","enum":["active","inactive","pending"],"type":"string"},"transfers":{"description":"The status of the transfers capability of the account, or whether your platform can transfer funds to the account.","enum":["active","inactive","pending"],"type":"string"},"treasury":{"description":"The status of the banking capability, or whether the account can have bank accounts.","enum":["active","inactive","pending"],"type":"string"},"twint_payments":{"description":"The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.","enum":["active","inactive","pending"],"type":"string"},"us_bank_account_ach_payments":{"description":"The status of the US bank account ACH payments capability of the account, or whether the account can directly process US bank account charges.","enum":["active","inactive","pending"],"type":"string"},"us_bank_transfer_payments":{"description":"The status of the US customer_balance payments (USD currency) capability of the account, or whether the account can directly process US customer_balance charges.","enum":["active","inactive","pending"],"type":"string"},"zip_payments":{"description":"The status of the Zip capability of the account, or whether the account can directly process Zip charges.","enum":["active","inactive","pending"],"type":"string"}},"title":"AccountCapabilities","type":"object","x-expandableFields":[]},"account_capability_future_requirements":{"description":"","properties":{"alternatives":{"description":"Fields that are due and can be resolved by providing the corresponding alternative fields instead. Multiple alternatives can reference the same `original_fields_due`. When this happens, any of these alternatives can serve as a pathway for attempting to resolve the fields. Additionally, providing `original_fields_due` again also serves as a pathway for attempting to resolve the fields.","items":{"$ref":"#/components/schemas/account_requirements_alternative"},"nullable":true,"type":"array"},"current_deadline":{"description":"Date on which `future_requirements` becomes the main `requirements` hash and `future_requirements` becomes empty. After the transition, `currently_due` requirements may immediately become `past_due`, but the account may also be given a grace period depending on the capability's enablement state prior to transitioning.","format":"unix-time","nullable":true,"type":"integer"},"currently_due":{"description":"Fields that need to be resolved to keep the capability enabled. If not resolved by `future_requirements[current_deadline]`, these fields will transition to the main `requirements` hash.","items":{"maxLength":5000,"type":"string"},"type":"array"},"disabled_reason":{"description":"This is typed as an enum for consistency with `requirements.disabled_reason`, but it safe to assume `future_requirements.disabled_reason` is null because fields in `future_requirements` will never disable the account.","enum":["other","paused.inactivity","pending.onboarding","pending.review","platform_disabled","platform_paused","rejected.inactivity","rejected.other","rejected.unsupported_business","requirements.fields_needed"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"type":"array"},"eventually_due":{"description":"Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.","items":{"maxLength":5000,"type":"string"},"type":"array"},"past_due":{"description":"Fields that haven't been resolved by `requirements.current_deadline`. These fields need to be resolved to enable the capability on the account. `future_requirements.past_due` is a subset of `requirements.past_due`.","items":{"maxLength":5000,"type":"string"},"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["currently_due","errors","eventually_due","past_due","pending_verification"],"title":"AccountCapabilityFutureRequirements","type":"object","x-expandableFields":["alternatives","errors"]},"account_capability_requirements":{"description":"","properties":{"alternatives":{"description":"Fields that are due and can be resolved by providing the corresponding alternative fields instead. Multiple alternatives can reference the same `original_fields_due`. When this happens, any of these alternatives can serve as a pathway for attempting to resolve the fields. Additionally, providing `original_fields_due` again also serves as a pathway for attempting to resolve the fields.","items":{"$ref":"#/components/schemas/account_requirements_alternative"},"nullable":true,"type":"array"},"current_deadline":{"description":"The date by which all required account information must be both submitted and verified. This includes fields listed in `currently_due` as well as those in `pending_verification`. If any required information is missing or unverified by this date, the account may be disabled. Note that `current_deadline` may change if additional `currently_due` requirements are requested.","format":"unix-time","nullable":true,"type":"integer"},"currently_due":{"description":"Fields that need to be resolved to keep the capability enabled. If not resolved by `current_deadline`, these fields will appear in `past_due` as well, and the capability is disabled.","items":{"maxLength":5000,"type":"string"},"type":"array"},"disabled_reason":{"description":"Description of why the capability is disabled. [Learn more about handling verification issues](https://docs.stripe.com/connect/handling-api-verification).","enum":["other","paused.inactivity","pending.onboarding","pending.review","platform_disabled","platform_paused","rejected.inactivity","rejected.other","rejected.unsupported_business","requirements.fields_needed"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"type":"array"},"eventually_due":{"description":"Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.","items":{"maxLength":5000,"type":"string"},"type":"array"},"past_due":{"description":"Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the capability on the account.","items":{"maxLength":5000,"type":"string"},"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["currently_due","errors","eventually_due","past_due","pending_verification"],"title":"AccountCapabilityRequirements","type":"object","x-expandableFields":["alternatives","errors"]},"account_card_issuing_settings":{"description":"","properties":{"tos_acceptance":{"$ref":"#/components/schemas/card_issuing_account_terms_of_service"}},"title":"AccountCardIssuingSettings","type":"object","x-expandableFields":["tos_acceptance"]},"account_card_payments_settings":{"description":"","properties":{"decline_on":{"$ref":"#/components/schemas/account_decline_charge_on"},"statement_descriptor_prefix":{"description":"The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge. `statement_descriptor_prefix` is useful for maximizing descriptor space for the dynamic portion.","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_prefix_kana":{"description":"The Kana variation of the default text that appears on credit card statements when a charge is made (Japan only). This field prefixes any dynamic `statement_descriptor_suffix_kana` specified on the charge. `statement_descriptor_prefix_kana` is useful for maximizing descriptor space for the dynamic portion.","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_prefix_kanji":{"description":"The Kanji variation of the default text that appears on credit card statements when a charge is made (Japan only). This field prefixes any dynamic `statement_descriptor_suffix_kanji` specified on the charge. `statement_descriptor_prefix_kanji` is useful for maximizing descriptor space for the dynamic portion.","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountCardPaymentsSettings","type":"object","x-expandableFields":["decline_on"]},"account_dashboard_settings":{"description":"","properties":{"display_name":{"description":"The display name for this account. This is used on the Stripe Dashboard to differentiate between accounts.","maxLength":5000,"nullable":true,"type":"string"},"timezone":{"description":"The timezone used in the Stripe Dashboard for this account. A list of possible time zone values is maintained at the [IANA Time Zone Database](http://www.iana.org/time-zones).","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountDashboardSettings","type":"object","x-expandableFields":[]},"account_decline_charge_on":{"description":"","properties":{"avs_failure":{"description":"Whether Stripe automatically declines charges with an incorrect ZIP or postal code. This setting only applies when a ZIP or postal code is provided and they fail bank verification.","type":"boolean"},"cvc_failure":{"description":"Whether Stripe automatically declines charges with an incorrect CVC. This setting only applies when a CVC is provided and it fails bank verification.","type":"boolean"}},"required":["avs_failure","cvc_failure"],"title":"AccountDeclineChargeOn","type":"object","x-expandableFields":[]},"account_future_requirements":{"description":"","properties":{"alternatives":{"description":"Fields that are due and can be resolved by providing the corresponding alternative fields instead. Many alternatives can list the same `original_fields_due`, and any of these alternatives can serve as a pathway for attempting to resolve the fields again. Re-providing `original_fields_due` also serves as a pathway for attempting to resolve the fields again.","items":{"$ref":"#/components/schemas/account_requirements_alternative"},"nullable":true,"type":"array"},"current_deadline":{"description":"Date on which `future_requirements` becomes the main `requirements` hash and `future_requirements` becomes empty. After the transition, `currently_due` requirements may immediately become `past_due`, but the account may also be given a grace period depending on its enablement state prior to transitioning.","format":"unix-time","nullable":true,"type":"integer"},"currently_due":{"description":"Fields that need to be resolved to keep the account enabled. If not resolved by `future_requirements[current_deadline]`, these fields will transition to the main `requirements` hash.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"disabled_reason":{"description":"This is typed as an enum for consistency with `requirements.disabled_reason`.","enum":["action_required.requested_capabilities","listed","other","platform_paused","rejected.fraud","rejected.incomplete_verification","rejected.listed","rejected.other","rejected.platform_fraud","rejected.platform_other","rejected.platform_terms_of_service","rejected.terms_of_service","requirements.past_due","requirements.pending_verification","under_review"],"nullable":true,"type":"string"},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"nullable":true,"type":"array"},"eventually_due":{"description":"Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"past_due":{"description":"Fields that haven't been resolved by `requirements.current_deadline`. These fields need to be resolved to enable the capability on the account. `future_requirements.past_due` is a subset of `requirements.past_due`.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"}},"title":"AccountFutureRequirements","type":"object","x-expandableFields":["alternatives","errors"]},"account_group_membership":{"description":"","properties":{"payments_pricing":{"description":"The group the account is in to determine their payments pricing, and null if the account is on customized pricing. [See the Platform pricing tool documentation](https://docs.stripe.com/connect/platform-pricing-tools) for details.","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountGroupMembership","type":"object","x-expandableFields":[]},"account_invoices_settings":{"description":"","properties":{"default_account_tax_ids":{"description":"The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"}]}},"nullable":true,"type":"array"},"hosted_payment_method_save":{"description":"Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.","enum":["always","never","offer"],"nullable":true,"type":"string"}},"title":"AccountInvoicesSettings","type":"object","x-expandableFields":["default_account_tax_ids"]},"account_link":{"description":"Account Links are the means by which a Connect platform grants a connected account permission to access\nStripe-hosted applications, such as Connect Onboarding.\n\nRelated guide: [Connect Onboarding](https://docs.stripe.com/connect/custom/hosted-onboarding)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"expires_at":{"description":"The timestamp at which this account link will expire.","format":"unix-time","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["account_link"],"type":"string"},"url":{"description":"The URL for the account link.","maxLength":5000,"type":"string"}},"required":["created","expires_at","object","url"],"title":"AccountLink","type":"object","x-expandableFields":[],"x-resourceId":"account_link"},"account_monthly_estimated_revenue":{"description":"","properties":{"amount":{"description":"A non-negative integer representing how much to charge in the [smallest currency unit](/currencies#zero-decimal).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"}},"required":["amount","currency"],"title":"AccountMonthlyEstimatedRevenue","type":"object","x-expandableFields":[]},"account_payments_settings":{"description":"","properties":{"statement_descriptor":{"description":"The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic `statement_descriptor` specified on the charge.","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_kana":{"description":"The Kana variation of `statement_descriptor` used for charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_kanji":{"description":"The Kanji variation of `statement_descriptor` used for charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountPaymentsSettings","type":"object","x-expandableFields":[]},"account_payout_settings":{"description":"","properties":{"debit_negative_balances":{"description":"A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See [Understanding Connect account balances](/connect/account-balances) for details. The default value is `false` when [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts, otherwise `true`.","type":"boolean"},"schedule":{"$ref":"#/components/schemas/transfer_schedule"},"statement_descriptor":{"description":"The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard.","maxLength":5000,"nullable":true,"type":"string"}},"required":["debit_negative_balances","schedule"],"title":"AccountPayoutSettings","type":"object","x-expandableFields":["schedule"]},"account_requirements":{"description":"","properties":{"alternatives":{"description":"Fields that are due and can be resolved by providing the corresponding alternative fields instead. Many alternatives can list the same `original_fields_due`, and any of these alternatives can serve as a pathway for attempting to resolve the fields again. Re-providing `original_fields_due` also serves as a pathway for attempting to resolve the fields again.","items":{"$ref":"#/components/schemas/account_requirements_alternative"},"nullable":true,"type":"array"},"current_deadline":{"description":"Date by which the fields in `currently_due` must be collected to keep the account enabled. These fields may disable the account sooner if the next threshold is reached before they are collected.","format":"unix-time","nullable":true,"type":"integer"},"currently_due":{"description":"Fields that need to be resolved to keep the account enabled. If not resolved by `current_deadline`, these fields will appear in `past_due` as well, and the account is disabled.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"disabled_reason":{"description":"If the account is disabled, this enum describes why. [Learn more about handling verification issues](https://docs.stripe.com/connect/handling-api-verification).","enum":["action_required.requested_capabilities","listed","other","platform_paused","rejected.fraud","rejected.incomplete_verification","rejected.listed","rejected.other","rejected.platform_fraud","rejected.platform_other","rejected.platform_terms_of_service","rejected.terms_of_service","requirements.past_due","requirements.pending_verification","under_review"],"nullable":true,"type":"string"},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"nullable":true,"type":"array"},"eventually_due":{"description":"Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"past_due":{"description":"Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the account.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"}},"title":"AccountRequirements","type":"object","x-expandableFields":["alternatives","errors"]},"account_requirements_alternative":{"description":"","properties":{"alternative_fields_due":{"description":"Fields that can be provided to resolve all fields in `original_fields_due`.","items":{"maxLength":5000,"type":"string"},"type":"array"},"original_fields_due":{"description":"Fields that are due and can be resolved by providing all fields in `alternative_fields_due`.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["alternative_fields_due","original_fields_due"],"title":"AccountRequirementsAlternative","type":"object","x-expandableFields":[]},"account_requirements_error":{"description":"","properties":{"code":{"description":"The code for the type of error.","enum":["external_request","information_missing","invalid_address_city_state_postal_code","invalid_address_highway_contract_box","invalid_address_private_mailbox","invalid_business_profile_name","invalid_business_profile_name_denylisted","invalid_company_name_denylisted","invalid_dob_age_over_maximum","invalid_dob_age_under_18","invalid_dob_age_under_minimum","invalid_product_description_length","invalid_product_description_url_match","invalid_representative_country","invalid_signator","invalid_statement_descriptor_business_mismatch","invalid_statement_descriptor_denylisted","invalid_statement_descriptor_length","invalid_statement_descriptor_prefix_denylisted","invalid_statement_descriptor_prefix_mismatch","invalid_street_address","invalid_tax_id","invalid_tax_id_format","invalid_tos_acceptance","invalid_url_denylisted","invalid_url_format","invalid_url_web_presence_detected","invalid_url_website_business_information_mismatch","invalid_url_website_empty","invalid_url_website_inaccessible","invalid_url_website_inaccessible_geoblocked","invalid_url_website_inaccessible_password_protected","invalid_url_website_incomplete","invalid_url_website_incomplete_cancellation_policy","invalid_url_website_incomplete_customer_service_details","invalid_url_website_incomplete_legal_restrictions","invalid_url_website_incomplete_refund_policy","invalid_url_website_incomplete_return_policy","invalid_url_website_incomplete_terms_and_conditions","invalid_url_website_incomplete_under_construction","invalid_url_website_other","invalid_value_other","unsupported_business_type","verification_directors_mismatch","verification_document_address_mismatch","verification_document_address_missing","verification_document_corrupt","verification_document_country_not_supported","verification_document_directors_mismatch","verification_document_dob_mismatch","verification_document_duplicate_type","verification_document_expired","verification_document_failed_copy","verification_document_failed_greyscale","verification_document_failed_other","verification_document_failed_test_mode","verification_document_fraudulent","verification_document_id_number_mismatch","verification_document_id_number_missing","verification_document_incomplete","verification_document_invalid","verification_document_issue_or_expiry_date_missing","verification_document_manipulated","verification_document_missing_back","verification_document_missing_front","verification_document_name_mismatch","verification_document_name_missing","verification_document_nationality_mismatch","verification_document_not_readable","verification_document_not_signed","verification_document_not_uploaded","verification_document_photo_mismatch","verification_document_too_large","verification_document_type_not_supported","verification_extraneous_directors","verification_failed_address_match","verification_failed_authorizer_authority","verification_failed_business_iec_number","verification_failed_document_match","verification_failed_id_number_match","verification_failed_keyed_identity","verification_failed_keyed_match","verification_failed_name_match","verification_failed_other","verification_failed_representative_authority","verification_failed_residential_address","verification_failed_tax_id_match","verification_failed_tax_id_not_issued","verification_legal_entity_structure_mismatch","verification_missing_directors","verification_missing_executives","verification_missing_owners","verification_rejected_ownership_exemption_reason","verification_requires_additional_memorandum_of_associations","verification_requires_additional_proof_of_registration","verification_supportability"],"type":"string","x-stripeBypassValidation":true},"reason":{"description":"An informative message that indicates the error type and provides additional details about the error.","maxLength":5000,"type":"string"},"requirement":{"description":"The specific user onboarding requirement field (in the requirements hash) that needs to be resolved.","maxLength":5000,"type":"string"}},"required":["code","reason","requirement"],"title":"AccountRequirementsError","type":"object","x-expandableFields":[]},"account_sepa_debit_payments_settings":{"description":"","properties":{"creditor_id":{"description":"SEPA creditor identifier that identifies the company making the payment.","maxLength":5000,"type":"string"}},"title":"AccountSepaDebitPaymentsSettings","type":"object","x-expandableFields":[]},"account_session":{"description":"An AccountSession allows a Connect platform to grant access to a connected account in Connect embedded components.\n\nWe recommend that you create an AccountSession each time you need to display an embedded component\nto your user. Do not save AccountSessions to your database as they expire relatively\nquickly, and cannot be used more than once.\n\nRelated guide: [Connect embedded components](https://docs.stripe.com/connect/get-started-connect-embedded-components)","properties":{"account":{"description":"The ID of the account the AccountSession was created for","maxLength":5000,"type":"string"},"client_secret":{"description":"The client secret of this AccountSession. Used on the client to set up secure access to the given `account`.\n\nThe client secret can be used to provide access to `account` from your frontend. It should not be stored, logged, or exposed to anyone other than the connected account. Make sure that you have TLS enabled on any page that includes the client secret.\n\nRefer to our docs to [setup Connect embedded components](https://docs.stripe.com/connect/get-started-connect-embedded-components) and learn about how `client_secret` should be handled.","maxLength":5000,"type":"string"},"components":{"$ref":"#/components/schemas/connect_embedded_account_session_create_components"},"expires_at":{"description":"The timestamp at which this AccountSession will expire.","format":"unix-time","type":"integer"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["account_session"],"type":"string"}},"required":["account","client_secret","components","expires_at","livemode","object"],"title":"ConnectEmbeddedMethodAccountSessionCreateMethodAccountSession","type":"object","x-expandableFields":["components"],"x-resourceId":"account_session"},"account_settings":{"description":"","properties":{"bacs_debit_payments":{"$ref":"#/components/schemas/account_bacs_debit_payments_settings"},"branding":{"$ref":"#/components/schemas/account_branding_settings"},"card_issuing":{"$ref":"#/components/schemas/account_card_issuing_settings"},"card_payments":{"$ref":"#/components/schemas/account_card_payments_settings"},"dashboard":{"$ref":"#/components/schemas/account_dashboard_settings"},"invoices":{"$ref":"#/components/schemas/account_invoices_settings"},"payments":{"$ref":"#/components/schemas/account_payments_settings"},"payouts":{"$ref":"#/components/schemas/account_payout_settings"},"sepa_debit_payments":{"$ref":"#/components/schemas/account_sepa_debit_payments_settings"},"treasury":{"$ref":"#/components/schemas/account_treasury_settings"}},"required":["branding","card_payments","dashboard","payments"],"title":"AccountSettings","type":"object","x-expandableFields":["bacs_debit_payments","branding","card_issuing","card_payments","dashboard","invoices","payments","payouts","sepa_debit_payments","treasury"]},"account_terms_of_service":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the account representative accepted the service agreement.","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the account representative accepted the service agreement.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the account representative accepted the service agreement.","maxLength":5000,"type":"string"}},"title":"AccountTermsOfService","type":"object","x-expandableFields":[]},"account_tos_acceptance":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the account representative accepted their service agreement","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the account representative accepted their service agreement","maxLength":5000,"nullable":true,"type":"string"},"service_agreement":{"description":"The user's service agreement type","maxLength":5000,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the account representative accepted their service agreement","maxLength":5000,"nullable":true,"type":"string"}},"title":"AccountTOSAcceptance","type":"object","x-expandableFields":[]},"account_treasury_settings":{"description":"","properties":{"tos_acceptance":{"$ref":"#/components/schemas/account_terms_of_service"}},"title":"AccountTreasurySettings","type":"object","x-expandableFields":["tos_acceptance"]},"account_unification_account_controller":{"description":"","properties":{"fees":{"$ref":"#/components/schemas/account_unification_account_controller_fees"},"is_controller":{"description":"`true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://docs.stripe.com/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.","type":"boolean"},"losses":{"$ref":"#/components/schemas/account_unification_account_controller_losses"},"requirement_collection":{"description":"A value indicating responsibility for collecting requirements on this account. Only returned when the Connect application retrieving the resource controls the account.","enum":["application","stripe"],"type":"string"},"stripe_dashboard":{"$ref":"#/components/schemas/account_unification_account_controller_stripe_dashboard"},"type":{"description":"The controller type. Can be `application`, if a Connect application controls the account, or `account`, if the account controls itself.","enum":["account","application"],"type":"string"}},"required":["type"],"title":"AccountUnificationAccountController","type":"object","x-expandableFields":["fees","losses","stripe_dashboard"]},"account_unification_account_controller_fees":{"description":"","properties":{"payer":{"description":"A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).","enum":["account","application","application_custom","application_express"],"type":"string","x-stripeBypassValidation":true}},"required":["payer"],"title":"AccountUnificationAccountControllerFees","type":"object","x-expandableFields":[]},"account_unification_account_controller_losses":{"description":"","properties":{"payments":{"description":"A value indicating who is liable when this account can't pay back negative balances from payments.","enum":["application","stripe"],"type":"string"}},"required":["payments"],"title":"AccountUnificationAccountControllerLosses","type":"object","x-expandableFields":[]},"account_unification_account_controller_stripe_dashboard":{"description":"","properties":{"type":{"description":"A value indicating the Stripe dashboard this account has access to independent of the Connect application.","enum":["express","full","none"],"type":"string"}},"required":["type"],"title":"AccountUnificationAccountControllerStripeDashboard","type":"object","x-expandableFields":[]},"address":{"description":"","properties":{"city":{"description":"City, district, suburb, town, or village.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"line1":{"description":"Address line 1, such as the street, PO Box, or company name.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Address line 2, such as the apartment, suite, unit, or building.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"nullable":true,"type":"string"}},"title":"Address","type":"object","x-expandableFields":[]},"alma_installments":{"description":"","properties":{"count":{"description":"The number of installments.","type":"integer"}},"required":["count"],"title":"alma_installments","type":"object","x-expandableFields":[]},"amazon_pay_underlying_payment_method_funding_details":{"description":"","properties":{"card":{"$ref":"#/components/schemas/payment_method_details_passthrough_card"},"type":{"description":"funding type of the underlying payment method.","enum":["card"],"nullable":true,"type":"string"}},"title":"amazon_pay_underlying_payment_method_funding_details","type":"object","x-expandableFields":["card"]},"api_errors":{"description":"","properties":{"advice_code":{"description":"For card errors resulting from a card issuer decline, a short string indicating [how to proceed with an error](https://docs.stripe.com/declines#retrying-issuer-declines) if they provide one.","maxLength":5000,"type":"string"},"charge":{"description":"For card errors, the ID of the failed charge.","maxLength":5000,"type":"string"},"code":{"description":"For some errors that could be handled programmatically, a short string indicating the [error code](https://docs.stripe.com/error-codes) reported.","maxLength":5000,"type":"string"},"decline_code":{"description":"For card errors resulting from a card issuer decline, a short string indicating the [card issuer's reason for the decline](https://docs.stripe.com/declines#issuer-declines) if they provide one.","maxLength":5000,"type":"string"},"doc_url":{"description":"A URL to more information about the [error code](https://docs.stripe.com/error-codes) reported.","maxLength":5000,"type":"string"},"message":{"description":"A human-readable message providing more details about the error. For card errors, these messages can be shown to your users.","maxLength":40000,"type":"string"},"network_advice_code":{"description":"For card errors resulting from a card issuer decline, a 2 digit code which indicates the advice given to merchant by the card network on how to proceed with an error.","maxLength":5000,"type":"string"},"network_decline_code":{"description":"For payments declined by the network, an alphanumeric code which indicates the reason the payment failed.","maxLength":5000,"type":"string"},"param":{"description":"If the error is parameter-specific, the parameter related to the error. For example, you can use this to display a message near the correct form field.","maxLength":5000,"type":"string"},"payment_intent":{"$ref":"#/components/schemas/payment_intent"},"payment_method":{"$ref":"#/components/schemas/payment_method"},"payment_method_type":{"description":"If the error is specific to the type of payment method, the payment method type that had a problem. This field is only populated for invoice-related errors.","maxLength":5000,"type":"string"},"request_log_url":{"description":"A URL to the request log entry in your dashboard.","maxLength":5000,"type":"string"},"setup_intent":{"$ref":"#/components/schemas/setup_intent"},"source":{"anyOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}],"description":"The [source object](https://docs.stripe.com/api/sources/object) for errors returned on a request involving a source.","x-stripeBypassValidation":true},"type":{"description":"The type of error returned. One of `api_error`, `card_error`, `idempotency_error`, or `invalid_request_error`","enum":["api_error","card_error","idempotency_error","invalid_request_error"],"type":"string"}},"required":["type"],"title":"APIErrors","type":"object","x-expandableFields":["payment_intent","payment_method","setup_intent","source"]},"apple_pay_domain":{"description":"","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"domain_name":{"maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["apple_pay_domain"],"type":"string"}},"required":["created","domain_name","id","livemode","object"],"title":"ApplePayDomain","type":"object","x-expandableFields":[],"x-resourceId":"apple_pay_domain"},"application":{"description":"","properties":{"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"name":{"description":"The name of the application.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["application"],"type":"string"}},"required":["id","object"],"title":"Application","type":"object","x-expandableFields":[]},"application_fee":{"description":"","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"ID of the Stripe account this fee was taken from.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"amount":{"description":"Amount earned, in cents (or local equivalent).","type":"integer"},"amount_refunded":{"description":"Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the fee if a partial refund was issued)","type":"integer"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"}],"description":"ID of the Connect application that earned the fee.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"}]}},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"Balance transaction that describes the impact of this collected application fee on your account balance (not including refunds).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the charge that the application fee was taken from.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"fee_source":{"anyOf":[{"$ref":"#/components/schemas/platform_earning_fee_source"}],"description":"Polymorphic source of the application fee. Includes the ID of the object the application fee was created from.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["application_fee"],"type":"string"},"originating_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the corresponding charge on the platform account, if this fee was the result of a charge using the `destination` parameter.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"refunded":{"description":"Whether the fee has been fully refunded. If the fee is only partially refunded, this attribute will still be false.","type":"boolean"},"refunds":{"description":"A list of refunds that have been applied to the fee.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/fee_refund"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"FeeRefundList","type":"object","x-expandableFields":["data"]}},"required":["account","amount","amount_refunded","application","charge","created","currency","id","livemode","object","refunded","refunds"],"title":"PlatformFee","type":"object","x-expandableFields":["account","application","balance_transaction","charge","fee_source","originating_transaction","refunds"],"x-resourceId":"application_fee"},"apps.secret":{"description":"Secret Store is an API that allows Stripe Apps developers to securely persist secrets for use by UI Extensions and app backends.\n\nThe primary resource in Secret Store is a `secret`. Other apps can't view secrets created by an app. Additionally, secrets are scoped to provide further permission control.\n\nAll Dashboard users and the app backend share `account` scoped secrets. Use the `account` scope for secrets that don't change per-user, like a third-party API key.\n\nA `user` scoped secret is accessible by the app backend and one specific Dashboard user. Use the `user` scope for per-user secrets like per-user OAuth tokens, where different users might have different permissions.\n\nRelated guide: [Store data between page reloads](https://docs.stripe.com/stripe-apps/store-auth-data-custom-objects)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"deleted":{"description":"If true, indicates that this secret has been deleted","type":"boolean"},"expires_at":{"description":"The Unix timestamp for the expiry time of the secret, after which the secret deletes.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"name":{"description":"A name for the secret that's unique within the scope.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["apps.secret"],"type":"string"},"payload":{"description":"The plaintext secret value to be stored.","maxLength":5000,"nullable":true,"type":"string"},"scope":{"$ref":"#/components/schemas/secret_service_resource_scope"}},"required":["created","id","livemode","name","object","scope"],"title":"SecretServiceResourceSecret","type":"object","x-expandableFields":["scope"],"x-resourceId":"apps.secret"},"automatic_tax":{"description":"","properties":{"disabled_reason":{"description":"If Stripe disabled automatic tax, this enum describes why.","enum":["finalization_requires_location_inputs","finalization_system_error"],"nullable":true,"type":"string"},"enabled":{"description":"Whether Stripe automatically computes tax on this invoice. Note that incompatible invoice items (invoice items with manually specified [tax rates](https://docs.stripe.com/api/tax_rates), negative amounts, or `tax_behavior=unspecified`) cannot be added to automatic tax invoices.","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true},"provider":{"description":"The tax provider powering automatic tax.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the most recent automated tax calculation for this invoice.","enum":["complete","failed","requires_location_inputs"],"nullable":true,"type":"string"}},"required":["enabled"],"title":"AutomaticTax","type":"object","x-expandableFields":["liability"]},"balance":{"description":"This is an object representing your Stripe balance. You can retrieve it to see\nthe balance currently on your Stripe account.\n\nThe top-level `available` and `pending` comprise your \"payments balance.\"\n\nRelated guide: [Balances and settlement time](https://docs.stripe.com/payments/balances), [Understanding Connect account balances](https://docs.stripe.com/connect/account-balances)","properties":{"available":{"description":"Available funds that you can transfer or pay out automatically by Stripe or explicitly through the [Transfers API](https://api.stripe.com#transfers) or [Payouts API](https://api.stripe.com#payouts). You can find the available balance for each currency and payment type in the `source_types` property.","items":{"$ref":"#/components/schemas/balance_amount"},"type":"array"},"connect_reserved":{"description":"Funds held due to negative balances on connected accounts where [account.controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts. You can find the connect reserve balance for each currency and payment type in the `source_types` property.","items":{"$ref":"#/components/schemas/balance_amount"},"type":"array"},"instant_available":{"description":"Funds that you can pay out using Instant Payouts.","items":{"$ref":"#/components/schemas/balance_amount_net"},"type":"array"},"issuing":{"$ref":"#/components/schemas/balance_detail"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["balance"],"type":"string"},"pending":{"description":"Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the `source_types` property.","items":{"$ref":"#/components/schemas/balance_amount"},"type":"array"},"refund_and_dispute_prefunding":{"$ref":"#/components/schemas/balance_detail_ungated"}},"required":["available","livemode","object","pending"],"title":"Balance","type":"object","x-expandableFields":["available","connect_reserved","instant_available","issuing","pending","refund_and_dispute_prefunding"],"x-resourceId":"balance"},"balance_amount":{"description":"","properties":{"amount":{"description":"Balance amount.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"source_types":{"$ref":"#/components/schemas/balance_amount_by_source_type"}},"required":["amount","currency"],"title":"BalanceAmount","type":"object","x-expandableFields":["source_types"]},"balance_amount_by_source_type":{"description":"","properties":{"bank_account":{"description":"Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).","type":"integer"},"card":{"description":"Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).","type":"integer"},"fpx":{"description":"Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.","type":"integer"}},"title":"BalanceAmountBySourceType","type":"object","x-expandableFields":[]},"balance_amount_net":{"description":"","properties":{"amount":{"description":"Balance amount.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"net_available":{"description":"Breakdown of balance by destination.","items":{"$ref":"#/components/schemas/balance_net_available"},"type":"array"},"source_types":{"$ref":"#/components/schemas/balance_amount_by_source_type"}},"required":["amount","currency"],"title":"BalanceAmountNet","type":"object","x-expandableFields":["net_available","source_types"]},"balance_detail":{"description":"","properties":{"available":{"description":"Funds that are available for use.","items":{"$ref":"#/components/schemas/balance_amount"},"type":"array"}},"required":["available"],"title":"BalanceDetail","type":"object","x-expandableFields":["available"]},"balance_detail_ungated":{"description":"","properties":{"available":{"description":"Funds that are available for use.","items":{"$ref":"#/components/schemas/balance_amount"},"type":"array"},"pending":{"description":"Funds that are pending","items":{"$ref":"#/components/schemas/balance_amount"},"type":"array"}},"required":["available","pending"],"title":"BalanceDetailUngated","type":"object","x-expandableFields":["available","pending"]},"balance_net_available":{"description":"","properties":{"amount":{"description":"Net balance amount, subtracting fees from platform-set pricing.","type":"integer"},"destination":{"description":"ID of the external account for this net balance (not expandable).","maxLength":5000,"type":"string"},"source_types":{"$ref":"#/components/schemas/balance_amount_by_source_type"}},"required":["amount","destination"],"title":"BalanceNetAvailable","type":"object","x-expandableFields":["source_types"]},"balance_settings":{"description":"Options for customizing account balances and payout settings for a Stripe platform’s connected accounts.","properties":{"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["balance_settings"],"type":"string"},"payments":{"$ref":"#/components/schemas/balance_settings_resource_payments"}},"required":["object","payments"],"title":"BalanceSettingsResourceBalanceSettings","type":"object","x-expandableFields":["payments"],"x-resourceId":"balance_settings"},"balance_settings_resource_payments":{"description":"","properties":{"debit_negative_balances":{"description":"A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See [Understanding Connect account balances](/connect/account-balances) for details. The default value is `false` when [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts, otherwise `true`.","nullable":true,"type":"boolean"},"payouts":{"anyOf":[{"$ref":"#/components/schemas/balance_settings_resource_payouts"}],"description":"Settings specific to the account's payouts.","nullable":true},"settlement_timing":{"$ref":"#/components/schemas/balance_settings_resource_settlement_timing"}},"required":["settlement_timing"],"title":"BalanceSettingsResourcePayments","type":"object","x-expandableFields":["payouts","settlement_timing"]},"balance_settings_resource_payout_schedule":{"description":"","properties":{"interval":{"description":"How frequently funds will be paid out. One of `manual` (payouts only created via API call), `daily`, `weekly`, or `monthly`.","enum":["daily","manual","monthly","weekly"],"nullable":true,"type":"string"},"monthly_payout_days":{"description":"The day of the month funds will be paid out. Only shown if `interval` is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.","items":{"type":"integer"},"type":"array"},"weekly_payout_days":{"description":"The days of the week when available funds are paid out, specified as an array, for example, [`monday`, `tuesday`]. Only shown if `interval` is weekly.","items":{"enum":["friday","monday","thursday","tuesday","wednesday"],"type":"string","x-stripeBypassValidation":true},"type":"array"}},"title":"BalanceSettingsResourcePayoutSchedule","type":"object","x-expandableFields":[]},"balance_settings_resource_payouts":{"description":"","properties":{"minimum_balance_by_currency":{"additionalProperties":{"type":"integer"},"description":"The minimum balance amount to retain per currency after automatic payouts. Only funds that exceed these amounts are paid out. Learn more about the [minimum balances for automatic payouts](/payouts/minimum-balances-for-automatic-payouts).","nullable":true,"type":"object"},"schedule":{"anyOf":[{"$ref":"#/components/schemas/balance_settings_resource_payout_schedule"}],"description":"Details on when funds from charges are available, and when they are paid out to an external account. See our [Setting Bank and Debit Card Payouts](https://docs.stripe.com/connect/bank-transfers#payout-information) documentation for details.","nullable":true},"statement_descriptor":{"description":"The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Whether the funds in this account can be paid out.","enum":["disabled","enabled"],"type":"string"}},"required":["status"],"title":"BalanceSettingsResourcePayouts","type":"object","x-expandableFields":["schedule"]},"balance_settings_resource_settlement_timing":{"description":"","properties":{"delay_days":{"description":"The number of days charge funds are held before becoming available.","type":"integer"},"delay_days_override":{"description":"The number of days charge funds are held before becoming available. If present, overrides the default, or minimum available, for the account.","type":"integer"}},"required":["delay_days"],"title":"BalanceSettingsResourceSettlementTiming","type":"object","x-expandableFields":[]},"balance_transaction":{"description":"Balance transactions represent funds moving through your Stripe account.\nStripe creates them for every type of transaction that enters or leaves your Stripe account balance.\n\nRelated guide: [Balance transaction types](https://docs.stripe.com/reports/balance-transaction-types)","properties":{"amount":{"description":"Gross amount of this transaction (in cents (or local equivalent)). A positive value represents funds charged to another party, and a negative value represents funds sent to another party.","type":"integer"},"available_on":{"description":"The date that the transaction's net funds become available in the Stripe balance.","format":"unix-time","type":"integer"},"balance_type":{"description":"The balance that this transaction impacts.","enum":["issuing","payments","refund_and_dispute_prefunding","risk_reserved"],"type":"string","x-stripeBypassValidation":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"exchange_rate":{"description":"If applicable, this transaction uses an exchange rate. If money converts from currency A to currency B, then the `amount` in currency A, multipled by the `exchange_rate`, equals the `amount` in currency B. For example, if you charge a customer 10.00 EUR, the PaymentIntent's `amount` is `1000` and `currency` is `eur`. If this converts to 12.34 USD in your Stripe account, the BalanceTransaction's `amount` is `1234`, its `currency` is `usd`, and the `exchange_rate` is `1.234`.","nullable":true,"type":"number"},"fee":{"description":"Fees (in cents (or local equivalent)) paid for this transaction. Represented as a positive integer when assessed.","type":"integer"},"fee_details":{"description":"Detailed breakdown of fees (in cents (or local equivalent)) paid for this transaction.","items":{"$ref":"#/components/schemas/fee"},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"net":{"description":"Net impact to a Stripe balance (in cents (or local equivalent)). A positive value represents incrementing a Stripe balance, and a negative value decrementing a Stripe balance. You can calculate the net impact of a transaction on a balance by `amount` - `fee`","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["balance_transaction"],"type":"string"},"reporting_category":{"description":"Learn more about how [reporting categories](https://stripe.com/docs/reports/reporting-categories) can help you understand balance transactions from an accounting perspective.","maxLength":5000,"type":"string"},"source":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application_fee"},{"$ref":"#/components/schemas/charge"},{"$ref":"#/components/schemas/connect_collection_transfer"},{"$ref":"#/components/schemas/customer_cash_balance_transaction"},{"$ref":"#/components/schemas/dispute"},{"$ref":"#/components/schemas/fee_refund"},{"$ref":"#/components/schemas/issuing.authorization"},{"$ref":"#/components/schemas/issuing.dispute"},{"$ref":"#/components/schemas/issuing.transaction"},{"$ref":"#/components/schemas/payout"},{"$ref":"#/components/schemas/refund"},{"$ref":"#/components/schemas/reserve_transaction"},{"$ref":"#/components/schemas/tax_deducted_at_source"},{"$ref":"#/components/schemas/topup"},{"$ref":"#/components/schemas/transfer"},{"$ref":"#/components/schemas/transfer_reversal"}],"description":"This transaction relates to the Stripe object.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application_fee"},{"$ref":"#/components/schemas/charge"},{"$ref":"#/components/schemas/connect_collection_transfer"},{"$ref":"#/components/schemas/customer_cash_balance_transaction"},{"$ref":"#/components/schemas/dispute"},{"$ref":"#/components/schemas/fee_refund"},{"$ref":"#/components/schemas/issuing.authorization"},{"$ref":"#/components/schemas/issuing.dispute"},{"$ref":"#/components/schemas/issuing.transaction"},{"$ref":"#/components/schemas/payout"},{"$ref":"#/components/schemas/refund"},{"$ref":"#/components/schemas/reserve_transaction"},{"$ref":"#/components/schemas/tax_deducted_at_source"},{"$ref":"#/components/schemas/topup"},{"$ref":"#/components/schemas/transfer"},{"$ref":"#/components/schemas/transfer_reversal"}]},"x-stripeBypassValidation":true},"status":{"description":"The transaction's net funds status in the Stripe balance, which are either `available` or `pending`.","maxLength":5000,"type":"string"},"type":{"description":"Transaction type: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `payout_minimum_balance_hold`, `payout_minimum_balance_release`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `reserve_hold`, `reserve_release`, `stripe_fee`, `stripe_fx_fee`, `stripe_balance_payment_debit`, `stripe_balance_payment_debit_reversal`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`. Learn more about [balance transaction types and what they represent](https://stripe.com/docs/reports/balance-transaction-types). To classify transactions for accounting purposes, consider `reporting_category` instead.","enum":["adjustment","advance","advance_funding","anticipation_repayment","application_fee","application_fee_refund","charge","climate_order_purchase","climate_order_refund","connect_collection_transfer","contribution","issuing_authorization_hold","issuing_authorization_release","issuing_dispute","issuing_transaction","obligation_outbound","obligation_reversal_inbound","payment","payment_failure_refund","payment_network_reserve_hold","payment_network_reserve_release","payment_refund","payment_reversal","payment_unreconciled","payout","payout_cancel","payout_failure","payout_minimum_balance_hold","payout_minimum_balance_release","refund","refund_failure","reserve_hold","reserve_release","reserve_transaction","reserved_funds","stripe_balance_payment_debit","stripe_balance_payment_debit_reversal","stripe_fee","stripe_fx_fee","tax_fee","topup","topup_reversal","transfer","transfer_cancel","transfer_failure","transfer_refund"],"type":"string"}},"required":["amount","available_on","balance_type","created","currency","fee","fee_details","id","net","object","reporting_category","status","type"],"title":"BalanceTransaction","type":"object","x-expandableFields":["fee_details","source"],"x-resourceId":"balance_transaction"},"bank_account":{"description":"These bank accounts are payment methods on `Customer` objects.\n\nOn the other hand [External Accounts](/api#external_accounts) are transfer\ndestinations on `Account` objects for connected accounts.\nThey can be bank accounts or debit cards as well, and are documented in the links above.\n\nRelated guide: [Bank debits and transfers](/payments/bank-debits-transfers)","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account this bank account belongs to. Only applicable on Accounts (not customers or recipients) This property is only available when returned as an [External Account](/api/external_account_bank_accounts/object) where [controller.is_controller](/api/accounts/object#account_object-controller-is_controller) is `true`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"account_holder_name":{"description":"The name of the person or business that owns the bank account.","maxLength":5000,"nullable":true,"type":"string"},"account_holder_type":{"description":"The type of entity that holds the account. This can be either `individual` or `company`.","maxLength":5000,"nullable":true,"type":"string"},"account_type":{"description":"The bank account type. This can only be `checking` or `savings` in most countries. In Japan, this can only be `futsu` or `toza`.","maxLength":5000,"nullable":true,"type":"string"},"available_payout_methods":{"description":"A set of available payout methods for this bank account. Only values from this set should be passed as the `method` when creating a payout.","items":{"enum":["instant","standard"],"type":"string"},"nullable":true,"type":"array"},"bank_name":{"description":"Name of the bank associated with the routing number (e.g., `WELLS FARGO`).","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country the bank account is located in.","maxLength":5000,"type":"string"},"currency":{"description":"Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The ID of the customer that the bank account is associated with.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"default_for_currency":{"description":"Whether this bank account is the default external account for its currency.","nullable":true,"type":"boolean"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"future_requirements":{"anyOf":[{"$ref":"#/components/schemas/external_account_requirements"}],"description":"Information about the [upcoming new requirements for the bank account](https://docs.stripe.com/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last4":{"description":"The last four digits of the bank account number.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["bank_account"],"type":"string"},"requirements":{"anyOf":[{"$ref":"#/components/schemas/external_account_requirements"}],"description":"Information about the requirements for the bank account, including what information needs to be collected.","nullable":true},"routing_number":{"description":"The routing transit number for the bank account.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"For bank accounts, possible values are `new`, `validated`, `verified`, `verification_failed`, `tokenized_account_number_deactivated` or `errored`. A bank account that hasn't had any activity or validation performed is `new`. If Stripe can determine that the bank account exists, its status will be `validated`. Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be `verified`. If the verification failed for any reason, such as microdeposit failure, the status will be `verification_failed`. If the status is `tokenized_account_number_deactivated`, the account utilizes a tokenized account number which has been deactivated due to expiration or revocation. This account will need to be reverified to continue using it for money movement. If a payout sent to this bank account fails, we'll set the status to `errored` and will not continue to send [scheduled payouts](https://stripe.com/docs/payouts#payout-schedule) until the bank details are updated.\n\nFor external accounts, possible values are `new`, `errored`, `verification_failed`, and `tokenized_account_number_deactivated`. If a payout fails, the status is set to `errored` and scheduled payouts are stopped until account details are updated. In the US and India, if we can't [verify the owner of the bank account](https://support.stripe.com/questions/bank-account-ownership-verification), we'll set the status to `verification_failed`. Other validations aren't run against external accounts because they're only used for payouts. This means the other statuses don't apply.","maxLength":5000,"type":"string"}},"required":["country","currency","id","last4","object","status"],"title":"BankAccount","type":"object","x-expandableFields":["account","customer","future_requirements","requirements"],"x-resourceId":"bank_account"},"bank_connections_resource_account_number_details":{"description":"","properties":{"expected_expiry_date":{"description":"When the account number is expected to expire, if applicable.","format":"unix-time","nullable":true,"type":"integer"},"identifier_type":{"description":"The type of account number associated with the account.","enum":["account_number","tokenized_account_number"],"type":"string"},"status":{"description":"Whether the account number is currently active and usable for transactions.","enum":["deactivated","transactable"],"type":"string"},"supported_networks":{"description":"The payment networks that the account number can be used for.","items":{"enum":["ach"],"type":"string","x-stripeBypassValidation":true},"type":"array"}},"required":["identifier_type","status","supported_networks"],"title":"BankConnectionsResourceAccountNumberDetails","type":"object","x-expandableFields":[]},"bank_connections_resource_accountholder":{"description":"","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The ID of the Stripe account that this account belongs to. Only available when `account_holder.type` is `account`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The ID for an Account representing a customer that this account belongs to. Only available when `account_holder.type` is `customer`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"maxLength":5000,"type":"string"},"type":{"description":"Type of account holder that this account belongs to.","enum":["account","customer"],"type":"string"}},"required":["type"],"title":"BankConnectionsResourceAccountholder","type":"object","x-expandableFields":["account","customer"]},"bank_connections_resource_balance":{"description":"","properties":{"as_of":{"description":"The time that the external institution calculated this balance. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"cash":{"$ref":"#/components/schemas/bank_connections_resource_balance_api_resource_cash_balance"},"credit":{"$ref":"#/components/schemas/bank_connections_resource_balance_api_resource_credit_balance"},"current":{"additionalProperties":{"type":"integer"},"description":"The balances owed to (or by) the account holder, before subtracting any outbound pending transactions or adding any inbound pending transactions.\n\nEach key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.\n\nEach value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.","type":"object"},"type":{"description":"The `type` of the balance. An additional hash is included on the balance with a name matching this value.","enum":["cash","credit"],"type":"string"}},"required":["as_of","current","type"],"title":"BankConnectionsResourceBalance","type":"object","x-expandableFields":["cash","credit"]},"bank_connections_resource_balance_api_resource_cash_balance":{"description":"","properties":{"available":{"additionalProperties":{"type":"integer"},"description":"The funds available to the account holder. Typically this is the current balance after subtracting any outbound pending transactions and adding any inbound pending transactions.\n\nEach key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.\n\nEach value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.","nullable":true,"type":"object"}},"title":"BankConnectionsResourceBalanceAPIResourceCashBalance","type":"object","x-expandableFields":[]},"bank_connections_resource_balance_api_resource_credit_balance":{"description":"","properties":{"used":{"additionalProperties":{"type":"integer"},"description":"The credit that has been used by the account holder.\n\nEach key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.\n\nEach value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.","nullable":true,"type":"object"}},"title":"BankConnectionsResourceBalanceAPIResourceCreditBalance","type":"object","x-expandableFields":[]},"bank_connections_resource_balance_refresh":{"description":"","properties":{"last_attempted_at":{"description":"The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"next_refresh_available_at":{"description":"Time at which the next balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"status":{"description":"The status of the last refresh attempt.","enum":["failed","pending","succeeded"],"type":"string"}},"required":["last_attempted_at","status"],"title":"BankConnectionsResourceBalanceRefresh","type":"object","x-expandableFields":[]},"bank_connections_resource_link_account_session_filters":{"description":"","properties":{"account_subcategories":{"description":"Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: `checking`, `savings`, `mortgage`, `line_of_credit`, `credit_card`.","items":{"enum":["checking","credit_card","line_of_credit","mortgage","savings"],"type":"string"},"nullable":true,"type":"array"},"countries":{"description":"List of countries from which to filter accounts.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"}},"title":"BankConnectionsResourceLinkAccountSessionFilters","type":"object","x-expandableFields":[]},"bank_connections_resource_ownership_refresh":{"description":"","properties":{"last_attempted_at":{"description":"The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"next_refresh_available_at":{"description":"Time at which the next ownership refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"status":{"description":"The status of the last refresh attempt.","enum":["failed","pending","succeeded"],"type":"string"}},"required":["last_attempted_at","status"],"title":"BankConnectionsResourceOwnershipRefresh","type":"object","x-expandableFields":[]},"bank_connections_resource_transaction_refresh":{"description":"","properties":{"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last_attempted_at":{"description":"The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"next_refresh_available_at":{"description":"Time at which the next transaction refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"status":{"description":"The status of the last refresh attempt.","enum":["failed","pending","succeeded"],"type":"string"}},"required":["id","last_attempted_at","status"],"title":"BankConnectionsResourceTransactionRefresh","type":"object","x-expandableFields":[]},"bank_connections_resource_transaction_resource_status_transitions":{"description":"","properties":{"posted_at":{"description":"Time at which this transaction posted. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"void_at":{"description":"Time at which this transaction was voided. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"}},"title":"BankConnectionsResourceTransactionResourceStatusTransitions","type":"object","x-expandableFields":[]},"billing.alert":{"description":"A billing alert is a resource that notifies you when a certain usage threshold on a meter is crossed. For example, you might create a billing alert to notify you when a certain user made 100 API requests.","properties":{"alert_type":{"description":"Defines the type of the alert.","enum":["usage_threshold"],"type":"string","x-stripeBypassValidation":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.alert"],"type":"string"},"status":{"description":"Status of the alert. This can be active, inactive or archived.","enum":["active","archived","inactive"],"nullable":true,"type":"string"},"title":{"description":"Title of the alert.","maxLength":5000,"type":"string"},"usage_threshold":{"anyOf":[{"$ref":"#/components/schemas/thresholds_resource_usage_threshold_config"}],"description":"Encapsulates configuration of the alert to monitor usage on a specific [Billing Meter](https://docs.stripe.com/api/billing/meter).","nullable":true}},"required":["alert_type","id","livemode","object","title"],"title":"ThresholdsResourceAlert","type":"object","x-expandableFields":["usage_threshold"],"x-resourceId":"billing.alert"},"billing.credit_balance_summary":{"description":"Indicates the billing credit balance for billing credits granted to a customer.","properties":{"balances":{"description":"The billing credit balances. One entry per credit grant currency. If a customer only has credit grants in a single currency, then this will have a single balance entry.","items":{"$ref":"#/components/schemas/credit_balance"},"type":"array"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The customer the balance is for.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The account the balance is for.","maxLength":5000,"nullable":true,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.credit_balance_summary"],"type":"string"}},"required":["balances","customer","livemode","object"],"title":"CreditBalanceSummary","type":"object","x-expandableFields":["balances","customer"],"x-resourceId":"billing.credit_balance_summary"},"billing.credit_balance_transaction":{"description":"A credit balance transaction is a resource representing a transaction (either a credit or a debit) against an existing credit grant.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"credit":{"anyOf":[{"$ref":"#/components/schemas/billing_credit_grants_resource_balance_credit"}],"description":"Credit details for this credit balance transaction. Only present if type is `credit`.","nullable":true},"credit_grant":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/billing.credit_grant"}],"description":"The credit grant associated with this credit balance transaction.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/billing.credit_grant"}]}},"debit":{"anyOf":[{"$ref":"#/components/schemas/billing_credit_grants_resource_balance_debit"}],"description":"Debit details for this credit balance transaction. Only present if type is `debit`.","nullable":true},"effective_at":{"description":"The effective time of this credit balance transaction.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.credit_balance_transaction"],"type":"string"},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this credit balance transaction belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}},"type":{"description":"The type of credit balance transaction (credit or debit).","enum":["credit","debit"],"nullable":true,"type":"string"}},"required":["created","credit_grant","effective_at","id","livemode","object"],"title":"CreditBalanceTransaction","type":"object","x-expandableFields":["credit","credit_grant","debit","test_clock"],"x-resourceId":"billing.credit_balance_transaction"},"billing.credit_grant":{"description":"A credit grant is an API resource that documents the allocation of some billing credits to a customer.\n\nRelated guide: [Billing credits](https://docs.stripe.com/billing/subscriptions/usage-based/billing-credits)","properties":{"amount":{"$ref":"#/components/schemas/billing_credit_grants_resource_amount"},"applicability_config":{"$ref":"#/components/schemas/billing_credit_grants_resource_applicability_config"},"category":{"description":"The category of this credit grant. This is for tracking purposes and isn't displayed to the customer.","enum":["paid","promotional"],"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the customer receiving the billing credits.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"ID of the account representing the customer receiving the billing credits","maxLength":5000,"nullable":true,"type":"string"},"effective_at":{"description":"The time when the billing credits become effective-when they're eligible for use.","format":"unix-time","nullable":true,"type":"integer"},"expires_at":{"description":"The time when the billing credits expire. If not present, the billing credits don't expire.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"A descriptive name shown in dashboard.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.credit_grant"],"type":"string"},"priority":{"description":"The priority for applying this credit grant. The highest priority is 0 and the lowest is 100.","nullable":true,"type":"integer"},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this credit grant belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}},"updated":{"description":"Time at which the object was last updated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"voided_at":{"description":"The time when this credit grant was voided. If not present, the credit grant hasn't been voided.","format":"unix-time","nullable":true,"type":"integer"}},"required":["amount","applicability_config","category","created","customer","id","livemode","metadata","object","updated"],"title":"CreditGrant","type":"object","x-expandableFields":["amount","applicability_config","customer","test_clock"],"x-resourceId":"billing.credit_grant"},"billing.meter":{"description":"Meters specify how to aggregate meter events over a billing period. Meter events represent the actions that customers take in your system. Meters attach to prices and form the basis of the bill.\n\nRelated guide: [Usage based billing](https://docs.stripe.com/billing/subscriptions/usage-based)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer_mapping":{"$ref":"#/components/schemas/billing_meter_resource_customer_mapping_settings"},"default_aggregation":{"$ref":"#/components/schemas/billing_meter_resource_aggregation_settings"},"display_name":{"description":"The meter's name.","maxLength":5000,"type":"string"},"event_name":{"description":"The name of the meter event to record usage for. Corresponds with the `event_name` field on meter events.","maxLength":5000,"type":"string"},"event_time_window":{"description":"The time window which meter events have been pre-aggregated for, if any.","enum":["day","hour"],"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.meter"],"type":"string"},"status":{"description":"The meter's status.","enum":["active","inactive"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/billing_meter_resource_billing_meter_status_transitions"},"updated":{"description":"Time at which the object was last updated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"value_settings":{"$ref":"#/components/schemas/billing_meter_resource_billing_meter_value"}},"required":["created","customer_mapping","default_aggregation","display_name","event_name","id","livemode","object","status","status_transitions","updated","value_settings"],"title":"BillingMeter","type":"object","x-expandableFields":["customer_mapping","default_aggregation","status_transitions","value_settings"],"x-resourceId":"billing.meter"},"billing.meter_event":{"description":"Meter events represent actions that customers take in your system. You can use meter events to bill a customer based on their usage. Meter events are associated with billing meters, which define both the contents of the event’s payload and how to aggregate those events.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"event_name":{"description":"The name of the meter event. Corresponds with the `event_name` field on a meter.","maxLength":100,"type":"string"},"identifier":{"description":"A unique identifier for the event.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.meter_event"],"type":"string"},"payload":{"additionalProperties":{"maxLength":100,"type":"string"},"description":"The payload of the event. This contains the fields corresponding to a meter's `customer_mapping.event_payload_key` (default is `stripe_customer_id`) and `value_settings.event_payload_key` (default is `value`). Read more about the [payload](https://docs.stripe.com/billing/subscriptions/usage-based/meters/configure#meter-configuration-attributes).","type":"object"},"timestamp":{"description":"The timestamp passed in when creating the event. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"}},"required":["created","event_name","identifier","livemode","object","payload","timestamp"],"title":"BillingMeterEvent","type":"object","x-expandableFields":[],"x-resourceId":"billing.meter_event"},"billing.meter_event_adjustment":{"description":"A billing meter event adjustment is a resource that allows you to cancel a meter event. For example, you might create a billing meter event adjustment to cancel a meter event that was created in error or attached to the wrong customer.","properties":{"cancel":{"anyOf":[{"$ref":"#/components/schemas/billing_meter_resource_billing_meter_event_adjustment_cancel"}],"description":"Specifies which event to cancel.","nullable":true},"event_name":{"description":"The name of the meter event. Corresponds with the `event_name` field on a meter.","maxLength":100,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.meter_event_adjustment"],"type":"string"},"status":{"description":"The meter event adjustment's status.","enum":["complete","pending"],"type":"string"},"type":{"description":"Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.","enum":["cancel"],"type":"string"}},"required":["event_name","livemode","object","status","type"],"title":"BillingMeterEventAdjustment","type":"object","x-expandableFields":["cancel"],"x-resourceId":"billing.meter_event_adjustment"},"billing.meter_event_summary":{"description":"A billing meter event summary represents an aggregated view of a customer's billing meter events within a specified timeframe. It indicates how much\nusage was accrued by a customer for that period.\n\nNote: Meters events are aggregated asynchronously so the meter event summaries provide an eventually consistent view of the reported usage.","properties":{"aggregated_value":{"description":"Aggregated value of all the events within `start_time` (inclusive) and `end_time` (inclusive). The aggregation strategy is defined on meter via `default_aggregation`.","type":"number"},"end_time":{"description":"End timestamp for this event summary (exclusive). Must be aligned with minute boundaries.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"meter":{"description":"The meter associated with this event summary.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing.meter_event_summary"],"type":"string"},"start_time":{"description":"Start timestamp for this event summary (inclusive). Must be aligned with minute boundaries.","format":"unix-time","type":"integer"}},"required":["aggregated_value","end_time","id","livemode","meter","object","start_time"],"title":"BillingMeterEventSummary","type":"object","x-expandableFields":[],"x-resourceId":"billing.meter_event_summary"},"billing_bill_resource_invoice_item_parents_invoice_item_parent":{"description":"","properties":{"subscription_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoice_item_parents_invoice_item_subscription_parent"}],"description":"Details about the subscription that generated this invoice item","nullable":true},"type":{"description":"The type of parent that generated this invoice item","enum":["subscription_details"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"BillingBillResourceInvoiceItemParentsInvoiceItemParent","type":"object","x-expandableFields":["subscription_details"]},"billing_bill_resource_invoice_item_parents_invoice_item_subscription_parent":{"description":"","properties":{"subscription":{"description":"The subscription that generated this invoice item","maxLength":5000,"type":"string"},"subscription_item":{"description":"The subscription item that generated this invoice item","maxLength":5000,"type":"string"}},"required":["subscription"],"title":"BillingBillResourceInvoiceItemParentsInvoiceItemSubscriptionParent","type":"object","x-expandableFields":[]},"billing_bill_resource_invoicing_lines_common_credited_items":{"description":"","properties":{"invoice":{"description":"Invoice containing the credited invoice line items","maxLength":5000,"type":"string"},"invoice_line_items":{"description":"Credited invoice line items","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["invoice","invoice_line_items"],"title":"BillingBillResourceInvoicingLinesCommonCreditedItems","type":"object","x-expandableFields":[]},"billing_bill_resource_invoicing_lines_common_proration_details":{"description":"","properties":{"credited_items":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_lines_common_credited_items"}],"description":"For a credit proration `line_item`, the original debit line_items to which the credit proration applies.","nullable":true}},"title":"BillingBillResourceInvoicingLinesCommonProrationDetails","type":"object","x-expandableFields":["credited_items"]},"billing_bill_resource_invoicing_lines_parents_invoice_line_item_invoice_item_parent":{"description":"","properties":{"invoice_item":{"description":"The invoice item that generated this line item","maxLength":5000,"type":"string"},"proration":{"description":"Whether this is a proration","type":"boolean"},"proration_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_lines_common_proration_details"}],"description":"Additional details for proration line items","nullable":true},"subscription":{"description":"The subscription that the invoice item belongs to","maxLength":5000,"nullable":true,"type":"string"}},"required":["invoice_item","proration"],"title":"BillingBillResourceInvoicingLinesParentsInvoiceLineItemInvoiceItemParent","type":"object","x-expandableFields":["proration_details"]},"billing_bill_resource_invoicing_lines_parents_invoice_line_item_parent":{"description":"","properties":{"invoice_item_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_lines_parents_invoice_line_item_invoice_item_parent"}],"description":"Details about the invoice item that generated this line item","nullable":true},"subscription_item_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_lines_parents_invoice_line_item_subscription_item_parent"}],"description":"Details about the subscription item that generated this line item","nullable":true},"type":{"description":"The type of parent that generated this line item","enum":["invoice_item_details","subscription_item_details"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent","type":"object","x-expandableFields":["invoice_item_details","subscription_item_details"]},"billing_bill_resource_invoicing_lines_parents_invoice_line_item_subscription_item_parent":{"description":"","properties":{"invoice_item":{"description":"The invoice item that generated this line item","maxLength":5000,"nullable":true,"type":"string"},"proration":{"description":"Whether this is a proration","type":"boolean"},"proration_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_lines_common_proration_details"}],"description":"Additional details for proration line items","nullable":true},"subscription":{"description":"The subscription that the subscription item belongs to","maxLength":5000,"nullable":true,"type":"string"},"subscription_item":{"description":"The subscription item that generated this line item","maxLength":5000,"type":"string"}},"required":["proration","subscription_item"],"title":"BillingBillResourceInvoicingLinesParentsInvoiceLineItemSubscriptionItemParent","type":"object","x-expandableFields":["proration_details"]},"billing_bill_resource_invoicing_parents_invoice_parent":{"description":"","properties":{"quote_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_parents_invoice_quote_parent"}],"description":"Details about the quote that generated this invoice","nullable":true},"subscription_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_parents_invoice_subscription_parent"}],"description":"Details about the subscription that generated this invoice","nullable":true},"type":{"description":"The type of parent that generated this invoice","enum":["quote_details","subscription_details"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"BillingBillResourceInvoicingParentsInvoiceParent","type":"object","x-expandableFields":["quote_details","subscription_details"]},"billing_bill_resource_invoicing_parents_invoice_quote_parent":{"description":"","properties":{"quote":{"description":"The quote that generated this invoice","maxLength":5000,"type":"string"}},"required":["quote"],"title":"BillingBillResourceInvoicingParentsInvoiceQuoteParent","type":"object","x-expandableFields":[]},"billing_bill_resource_invoicing_parents_invoice_subscription_parent":{"description":"","properties":{"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.\n *Note: This attribute is populated only for invoices created on or after June 29, 2023.*","nullable":true,"type":"object"},"subscription":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription"}],"description":"The subscription that generated this invoice","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription"}]}},"subscription_proration_date":{"description":"Only set for upcoming invoices that preview prorations. The time used to calculate prorations.","format":"unix-time","type":"integer"}},"required":["subscription"],"title":"BillingBillResourceInvoicingParentsInvoiceSubscriptionParent","type":"object","x-expandableFields":["subscription"]},"billing_bill_resource_invoicing_pricing_pricing":{"description":"","properties":{"price_details":{"$ref":"#/components/schemas/billing_bill_resource_invoicing_pricing_pricing_price_details"},"type":{"description":"The type of the pricing details.","enum":["price_details"],"type":"string","x-stripeBypassValidation":true},"unit_amount_decimal":{"description":"The unit amount (in the `currency` specified) of the item which contains a decimal value with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"}},"required":["type"],"title":"BillingBillResourceInvoicingPricingPricing","type":"object","x-expandableFields":["price_details"]},"billing_bill_resource_invoicing_pricing_pricing_price_details":{"description":"","properties":{"price":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/price"}],"description":"The ID of the price this item is associated with.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/price"}]}},"product":{"description":"The ID of the product this item is associated with.","maxLength":5000,"type":"string"}},"required":["price","product"],"title":"BillingBillResourceInvoicingPricingPricingPriceDetails","type":"object","x-expandableFields":["price"]},"billing_bill_resource_invoicing_taxes_tax":{"description":"","properties":{"amount":{"description":"The amount of the tax, in cents (or local equivalent).","type":"integer"},"tax_behavior":{"description":"Whether this tax is inclusive or exclusive.","enum":["exclusive","inclusive"],"type":"string"},"tax_rate_details":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_taxes_tax_rate_details"}],"description":"Additional details about the tax rate. Only present when `type` is `tax_rate_details`.","nullable":true},"taxability_reason":{"description":"The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.","enum":["customer_exempt","not_available","not_collecting","not_subject_to_tax","not_supported","portion_product_exempt","portion_reduced_rated","portion_standard_rated","product_exempt","product_exempt_holiday","proportionally_rated","reduced_rated","reverse_charge","standard_rated","taxable_basis_reduced","zero_rated"],"type":"string","x-stripeBypassValidation":true},"taxable_amount":{"description":"The amount on which tax is calculated, in cents (or local equivalent).","nullable":true,"type":"integer"},"type":{"description":"The type of tax information.","enum":["tax_rate_details"],"type":"string"}},"required":["amount","tax_behavior","taxability_reason","type"],"title":"BillingBillResourceInvoicingTaxesTax","type":"object","x-expandableFields":["tax_rate_details"]},"billing_bill_resource_invoicing_taxes_tax_rate_details":{"description":"","properties":{"tax_rate":{"description":"ID of the tax rate","maxLength":5000,"type":"string"}},"required":["tax_rate"],"title":"BillingBillResourceInvoicingTaxesTaxRateDetails","type":"object","x-expandableFields":[]},"billing_clocks_resource_status_details_advancing_status_details":{"description":"","properties":{"target_frozen_time":{"description":"The `frozen_time` that the Test Clock is advancing towards.","format":"unix-time","type":"integer"}},"required":["target_frozen_time"],"title":"BillingClocksResourceStatusDetailsAdvancingStatusDetails","type":"object","x-expandableFields":[]},"billing_clocks_resource_status_details_status_details":{"description":"","properties":{"advancing":{"$ref":"#/components/schemas/billing_clocks_resource_status_details_advancing_status_details"}},"title":"BillingClocksResourceStatusDetailsStatusDetails","type":"object","x-expandableFields":["advancing"]},"billing_credit_grants_resource_amount":{"description":"","properties":{"monetary":{"anyOf":[{"$ref":"#/components/schemas/billing_credit_grants_resource_monetary_amount"}],"description":"The monetary amount.","nullable":true},"type":{"description":"The type of this amount. We currently only support `monetary` billing credits.","enum":["monetary"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"BillingCreditGrantsResourceAmount","type":"object","x-expandableFields":["monetary"]},"billing_credit_grants_resource_applicability_config":{"description":"","properties":{"scope":{"$ref":"#/components/schemas/billing_credit_grants_resource_scope"}},"required":["scope"],"title":"BillingCreditGrantsResourceApplicabilityConfig","type":"object","x-expandableFields":["scope"]},"billing_credit_grants_resource_applicable_price":{"description":"","properties":{"id":{"description":"Unique identifier for the object.","maxLength":5000,"nullable":true,"type":"string"}},"title":"BillingCreditGrantsResourceApplicablePrice","type":"object","x-expandableFields":[]},"billing_credit_grants_resource_balance_credit":{"description":"","properties":{"amount":{"$ref":"#/components/schemas/billing_credit_grants_resource_amount"},"credits_application_invoice_voided":{"anyOf":[{"$ref":"#/components/schemas/billing_credit_grants_resource_balance_credits_application_invoice_voided"}],"description":"Details of the invoice to which the reinstated credits were originally applied. Only present if `type` is `credits_application_invoice_voided`.","nullable":true},"type":{"description":"The type of credit transaction.","enum":["credits_application_invoice_voided","credits_granted"],"type":"string"}},"required":["amount","type"],"title":"BillingCreditGrantsResourceBalanceCredit","type":"object","x-expandableFields":["amount","credits_application_invoice_voided"]},"billing_credit_grants_resource_balance_credits_application_invoice_voided":{"description":"","properties":{"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The invoice to which the reinstated billing credits were originally applied.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"invoice_line_item":{"description":"The invoice line item to which the reinstated billing credits were originally applied.","maxLength":5000,"type":"string"}},"required":["invoice","invoice_line_item"],"title":"BillingCreditGrantsResourceBalanceCreditsApplicationInvoiceVoided","type":"object","x-expandableFields":["invoice"]},"billing_credit_grants_resource_balance_credits_applied":{"description":"","properties":{"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The invoice to which the billing credits were applied.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"invoice_line_item":{"description":"The invoice line item to which the billing credits were applied.","maxLength":5000,"type":"string"}},"required":["invoice","invoice_line_item"],"title":"BillingCreditGrantsResourceBalanceCreditsApplied","type":"object","x-expandableFields":["invoice"]},"billing_credit_grants_resource_balance_debit":{"description":"","properties":{"amount":{"$ref":"#/components/schemas/billing_credit_grants_resource_amount"},"credits_applied":{"anyOf":[{"$ref":"#/components/schemas/billing_credit_grants_resource_balance_credits_applied"}],"description":"Details of how the billing credits were applied to an invoice. Only present if `type` is `credits_applied`.","nullable":true},"type":{"description":"The type of debit transaction.","enum":["credits_applied","credits_expired","credits_voided"],"type":"string"}},"required":["amount","type"],"title":"BillingCreditGrantsResourceBalanceDebit","type":"object","x-expandableFields":["amount","credits_applied"]},"billing_credit_grants_resource_monetary_amount":{"description":"","properties":{"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"value":{"description":"A positive integer representing the amount.","type":"integer"}},"required":["currency","value"],"title":"BillingCreditGrantsResourceMonetaryAmount","type":"object","x-expandableFields":[]},"billing_credit_grants_resource_scope":{"description":"","properties":{"price_type":{"description":"The price type that credit grants can apply to. We currently only support the `metered` price type. This refers to prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them. Cannot be used in combination with `prices`.","enum":["metered"],"type":"string"},"prices":{"description":"The prices that credit grants can apply to. We currently only support `metered` prices. This refers to prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them. Cannot be used in combination with `price_type`.","items":{"$ref":"#/components/schemas/billing_credit_grants_resource_applicable_price"},"type":"array"}},"title":"BillingCreditGrantsResourceScope","type":"object","x-expandableFields":["prices"]},"billing_details":{"description":"","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Billing address.","nullable":true},"email":{"description":"Email address.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Full name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"Billing phone number (including extension).","maxLength":5000,"nullable":true,"type":"string"},"tax_id":{"description":"Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.","maxLength":5000,"nullable":true,"type":"string"}},"title":"billing_details","type":"object","x-expandableFields":["address"]},"billing_meter_resource_aggregation_settings":{"description":"","properties":{"formula":{"description":"Specifies how events are aggregated.","enum":["count","last","sum"],"type":"string","x-stripeBypassValidation":true}},"required":["formula"],"title":"BillingMeterResourceAggregationSettings","type":"object","x-expandableFields":[]},"billing_meter_resource_billing_meter_event_adjustment_cancel":{"description":"","properties":{"identifier":{"description":"Unique identifier for the event.","maxLength":100,"nullable":true,"type":"string"}},"title":"BillingMeterResourceBillingMeterEventAdjustmentCancel","type":"object","x-expandableFields":[]},"billing_meter_resource_billing_meter_status_transitions":{"description":"","properties":{"deactivated_at":{"description":"The time the meter was deactivated, if any. Measured in seconds since Unix epoch.","format":"unix-time","nullable":true,"type":"integer"}},"title":"BillingMeterResourceBillingMeterStatusTransitions","type":"object","x-expandableFields":[]},"billing_meter_resource_billing_meter_value":{"description":"","properties":{"event_payload_key":{"description":"The key in the meter event payload to use as the value for this meter.","maxLength":5000,"type":"string"}},"required":["event_payload_key"],"title":"BillingMeterResourceBillingMeterValue","type":"object","x-expandableFields":[]},"billing_meter_resource_customer_mapping_settings":{"description":"","properties":{"event_payload_key":{"description":"The key in the meter event payload to use for mapping the event to a customer.","maxLength":5000,"type":"string"},"type":{"description":"The method for mapping a meter event to a customer.","enum":["by_id"],"type":"string"}},"required":["event_payload_key","type"],"title":"BillingMeterResourceCustomerMappingSettings","type":"object","x-expandableFields":[]},"billing_portal.configuration":{"description":"A portal configuration describes the functionality and behavior you embed in a portal session. Related guide: [Configure the customer portal](/customer-management/configure-portal).","properties":{"active":{"description":"Whether the configuration is active and can be used to create portal sessions.","type":"boolean"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}],"description":"ID of the Connect Application that created the configuration.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}]}},"business_profile":{"$ref":"#/components/schemas/portal_business_profile"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"default_return_url":{"description":"The default URL to redirect customers to when they click on the portal's link to return to your website. This can be [overriden](https://docs.stripe.com/api/customer_portal/sessions/create#create_portal_session-return_url) when creating the session.","maxLength":5000,"nullable":true,"type":"string"},"features":{"$ref":"#/components/schemas/portal_features"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"is_default":{"description":"Whether the configuration is the default. If `true`, this configuration can be managed in the Dashboard and portal sessions will use this configuration unless it is overriden when creating the session.","type":"boolean"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"login_page":{"$ref":"#/components/schemas/portal_login_page"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"name":{"description":"The name of the configuration.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing_portal.configuration"],"type":"string"},"updated":{"description":"Time at which the object was last updated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"}},"required":["active","business_profile","created","features","id","is_default","livemode","login_page","object","updated"],"title":"PortalConfiguration","type":"object","x-expandableFields":["application","business_profile","features","login_page"],"x-resourceId":"billing_portal.configuration"},"billing_portal.session":{"description":"The Billing customer portal is a Stripe-hosted UI for subscription and\nbilling management.\n\nA portal configuration describes the functionality and features that you\nwant to provide to your customers through the portal.\n\nA portal session describes the instantiation of the customer portal for\na particular customer. By visiting the session's URL, the customer\ncan manage their subscriptions and billing details. For security reasons,\nsessions are short-lived and will expire if the customer does not visit the URL.\nCreate sessions on-demand when customers intend to manage their subscriptions\nand billing details.\n\nRelated guide: [Customer management](/customer-management)","properties":{"configuration":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/billing_portal.configuration"}],"description":"The configuration used by this session, describing the features available.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/billing_portal.configuration"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"description":"The ID of the customer for this session.","maxLength":5000,"type":"string"},"customer_account":{"description":"The ID of the account for this session.","maxLength":5000,"nullable":true,"type":"string"},"flow":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_flow"}],"description":"Information about a specific flow for the customer to go through. See the [docs](https://docs.stripe.com/customer-management/portal-deep-links) to learn more about using customer portal deep links and flows.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"locale":{"description":"The IETF language tag of the locale Customer Portal is displayed in. If blank or auto, the customer’s `preferred_locales` or browser’s locale is used.","enum":["auto","bg","cs","da","de","el","en","en-AU","en-CA","en-GB","en-IE","en-IN","en-NZ","en-SG","es","es-419","et","fi","fil","fr","fr-CA","hr","hu","id","it","ja","ko","lt","lv","ms","mt","nb","nl","pl","pt","pt-BR","ro","ru","sk","sl","sv","th","tr","vi","zh","zh-HK","zh-TW"],"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["billing_portal.session"],"type":"string"},"on_behalf_of":{"description":"The account for which the session was created on behalf of. When specified, only subscriptions and invoices with this `on_behalf_of` account appear in the portal. For more information, see the [docs](https://docs.stripe.com/connect/separate-charges-and-transfers#settlement-merchant). Use the [Accounts API](https://docs.stripe.com/api/accounts/object#account_object-settings-branding) to modify the `on_behalf_of` account's branding settings, which the portal displays.","maxLength":5000,"nullable":true,"type":"string"},"return_url":{"description":"The URL to redirect customers to when they click on the portal's link to return to your website.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"The short-lived URL of the session that gives customers access to the customer portal.","maxLength":5000,"type":"string"}},"required":["configuration","created","customer","id","livemode","object","url"],"title":"PortalSession","type":"object","x-expandableFields":["configuration","flow"],"x-resourceId":"billing_portal.session"},"cancellation_details":{"description":"","properties":{"comment":{"description":"Additional comments about why the user canceled the subscription, if the subscription was canceled explicitly by the user.","maxLength":5000,"nullable":true,"type":"string"},"feedback":{"description":"The customer submitted reason for why they canceled, if the subscription was canceled explicitly by the user.","enum":["customer_service","low_quality","missing_features","other","switched_service","too_complex","too_expensive","unused"],"nullable":true,"type":"string"},"reason":{"description":"Why this subscription was canceled.","enum":["cancellation_requested","payment_disputed","payment_failed"],"nullable":true,"type":"string"}},"title":"CancellationDetails","type":"object","x-expandableFields":[]},"capability":{"description":"This is an object representing a capability for a Stripe account.\n\nRelated guide: [Account capabilities](https://docs.stripe.com/connect/account-capabilities)","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account for which the capability enables functionality.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"future_requirements":{"$ref":"#/components/schemas/account_capability_future_requirements"},"id":{"description":"The identifier for the capability.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["capability"],"type":"string"},"requested":{"description":"Whether the capability has been requested.","type":"boolean"},"requested_at":{"description":"Time at which the capability was requested. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"requirements":{"$ref":"#/components/schemas/account_capability_requirements"},"status":{"description":"The status of the capability.","enum":["active","inactive","pending","unrequested"],"type":"string","x-stripeBypassValidation":true}},"required":["account","id","object","requested","status"],"title":"AccountCapability","type":"object","x-expandableFields":["account","future_requirements","requirements"],"x-resourceId":"capability"},"card":{"description":"You can store multiple cards on a customer in order to charge the customer\nlater. You can also store multiple debit cards on a recipient in order to\ntransfer to those cards later.\n\nRelated guide: [Card payments with Sources](https://docs.stripe.com/sources/cards)","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"address_city":{"description":"City/District/Suburb/Town/Village.","maxLength":5000,"nullable":true,"type":"string"},"address_country":{"description":"Billing address country, if provided when creating card.","maxLength":5000,"nullable":true,"type":"string"},"address_line1":{"description":"Address line 1 (Street address/PO Box/Company name).","maxLength":5000,"nullable":true,"type":"string"},"address_line1_check":{"description":"If `address_line1` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"address_line2":{"description":"Address line 2 (Apartment/Suite/Unit/Building).","maxLength":5000,"nullable":true,"type":"string"},"address_state":{"description":"State/County/Province/Region.","maxLength":5000,"nullable":true,"type":"string"},"address_zip":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"address_zip_check":{"description":"If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"allow_redisplay":{"description":"This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.","enum":["always","limited","unspecified"],"nullable":true,"type":"string"},"available_payout_methods":{"description":"A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.","items":{"enum":["instant","standard"],"type":"string"},"nullable":true,"type":"array"},"brand":{"description":"Card brand. Can be `American Express`, `Cartes Bancaires`, `Diners Club`, `Discover`, `Eftpos Australia`, `Girocard`, `JCB`, `MasterCard`, `UnionPay`, `Visa`, or `Unknown`.","maxLength":5000,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"currency":{"description":"Three-letter [ISO code for currency](https://www.iso.org/iso-4217-currency-codes.html) in lowercase. Must be a [supported currency](https://docs.stripe.com/currencies). Only applicable on accounts (not customers or recipients). The card can be used as a transfer destination for funds in this currency. This property is only available when returned as an [External Account](/api/external_account_cards/object) where [controller.is_controller](/api/accounts/object#account_object-controller-is_controller) is `true`.","format":"currency","nullable":true,"type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The customer that this card belongs to. This attribute will not be in the card object if the card belongs to an account or recipient instead.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"cvc_check":{"description":"If a CVC was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`. A result of unchecked indicates that CVC was provided but hasn't been checked yet. Checks are typically performed when attaching a card to a Customer object, or when creating a charge. For more details, see [Check if a card is valid without a charge](https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge).","maxLength":5000,"nullable":true,"type":"string"},"default_for_currency":{"description":"Whether this card is the default external account for its currency. This property is only available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts.","nullable":true,"type":"boolean"},"dynamic_last4":{"description":"(For tokenized numbers only.) The last four digits of the device account number.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"iin":{"description":"Issuer identification number of the card.","maxLength":5000,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"name":{"description":"Cardholder name.","maxLength":5000,"nullable":true,"type":"string"},"networks":{"$ref":"#/components/schemas/token_card_networks"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["card"],"type":"string"},"regulated_status":{"description":"Status of a card based on the card issuer.","enum":["regulated","unregulated"],"nullable":true,"type":"string"},"status":{"description":"For external accounts that are cards, possible values are `new` and `errored`. If a payout fails, the status is set to `errored` and [scheduled payouts](https://stripe.com/docs/payouts#payout-schedule) are stopped until account details are updated.","maxLength":5000,"nullable":true,"type":"string"},"tokenization_method":{"description":"If the card number is tokenized, this is the method that was used. Can be `android_pay` (includes Google Pay), `apple_pay`, `masterpass`, `visa_checkout`, or null.","maxLength":5000,"nullable":true,"type":"string"}},"required":["brand","exp_month","exp_year","funding","id","last4","object"],"title":"Card","type":"object","x-expandableFields":["account","customer","networks"],"x-resourceId":"card"},"card_generated_from_payment_method_details":{"description":"","properties":{"card_present":{"$ref":"#/components/schemas/payment_method_details_card_present"},"type":{"description":"The type of payment method transaction-specific details from the transaction that generated this `card` payment method. Always `card_present`.","maxLength":5000,"type":"string"}},"required":["type"],"title":"card_generated_from_payment_method_details","type":"object","x-expandableFields":["card_present"]},"card_issuing_account_terms_of_service":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the account representative accepted the service agreement.","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the account representative accepted the service agreement.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the account representative accepted the service agreement.","maxLength":5000,"type":"string"}},"title":"CardIssuingAccountTermsOfService","type":"object","x-expandableFields":[]},"card_mandate_payment_method_details":{"description":"","title":"card_mandate_payment_method_details","type":"object","x-expandableFields":[]},"cash_balance":{"description":"A customer's `Cash balance` represents real funds. Customers can add funds to their cash balance by sending a bank transfer. These funds can be used for payment and can eventually be paid out to your bank account.","properties":{"available":{"additionalProperties":{"type":"integer"},"description":"A hash of all cash balances available to this customer. You cannot delete a customer with any cash balances, even if the balance is 0. Amounts are represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","nullable":true,"type":"object"},"customer":{"description":"The ID of the customer whose cash balance this object represents.","maxLength":5000,"type":"string"},"customer_account":{"description":"The ID of an Account representing a customer whose cash balance this object represents.","maxLength":5000,"nullable":true,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["cash_balance"],"type":"string"},"settings":{"$ref":"#/components/schemas/customer_balance_customer_balance_settings"}},"required":["customer","livemode","object","settings"],"title":"cash_balance","type":"object","x-expandableFields":["settings"],"x-resourceId":"cash_balance"},"charge":{"description":"The `Charge` object represents a single attempt to move money into your Stripe account.\nPaymentIntent confirmation is the most common way to create Charges, but [Account Debits](https://docs.stripe.com/connect/account-debits) may also create Charges.\nSome legacy payment flows create Charges directly, which is not recommended for new integrations.","properties":{"amount":{"description":"Amount intended to be collected by this payment. A positive integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).","type":"integer"},"amount_captured":{"description":"Amount in cents (or local equivalent) captured (can be less than the amount attribute on the charge if a partial capture was made).","type":"integer"},"amount_refunded":{"description":"Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the charge if a partial refund was issued).","type":"integer"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"}],"description":"ID of the Connect application that created the charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"}]}},"application_fee":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application_fee"}],"description":"The application fee (if any) for the charge. [See the Connect documentation](https://docs.stripe.com/connect/direct-charges#collect-fees) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application_fee"}]}},"application_fee_amount":{"description":"The amount of the application fee (if any) requested for the charge. [See the Connect documentation](https://docs.stripe.com/connect/direct-charges#collect-fees) for details.","nullable":true,"type":"integer"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"ID of the balance transaction that describes the impact of this charge on your account balance (not including refunds or disputes).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"billing_details":{"$ref":"#/components/schemas/billing_details"},"calculated_statement_descriptor":{"description":"The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined. This value only exists for card payments.","maxLength":5000,"nullable":true,"type":"string"},"captured":{"description":"If the charge was created without capturing, this Boolean represents whether it is still uncaptured or has since been captured.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the customer this charge is for if one exists.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":40000,"nullable":true,"type":"string"},"disputed":{"description":"Whether the charge has been disputed.","type":"boolean"},"failure_balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"ID of the balance transaction that describes the reversal of the balance on your account due to payment failure.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"failure_code":{"description":"Error code explaining reason for charge failure if available (see [the errors section](https://docs.stripe.com/error-codes) for a list of codes).","maxLength":5000,"nullable":true,"type":"string"},"failure_message":{"description":"Message to user further explaining reason for charge failure if available.","maxLength":5000,"nullable":true,"type":"string"},"fraud_details":{"anyOf":[{"$ref":"#/components/schemas/charge_fraud_details"}],"description":"Information on fraud assessments for the charge.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["charge"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) the charge was made on behalf of without triggering an automatic transfer. See the [Connect documentation](https://docs.stripe.com/connect/separate-charges-and-transfers) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"outcome":{"anyOf":[{"$ref":"#/components/schemas/charge_outcome"}],"description":"Details about whether the payment was accepted, and why. See [understanding declines](https://docs.stripe.com/declines) for details.","nullable":true},"paid":{"description":"`true` if the charge succeeded, or was successfully authorized for later capture.","type":"boolean"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"ID of the PaymentIntent associated with this charge, if one exists.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"payment_method":{"description":"ID of the payment method used in this charge.","maxLength":5000,"nullable":true,"type":"string"},"payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details"}],"description":"Details about the payment method at the time of the transaction.","nullable":true},"presentment_details":{"$ref":"#/components/schemas/payment_flows_payment_intent_presentment_details"},"radar_options":{"$ref":"#/components/schemas/radar_radar_options"},"receipt_email":{"description":"This is the email address that the receipt for this charge was sent to.","maxLength":5000,"nullable":true,"type":"string"},"receipt_number":{"description":"This is the transaction number that appears on email receipts sent for this charge. This attribute will be `null` until a receipt has been sent.","maxLength":5000,"nullable":true,"type":"string"},"receipt_url":{"description":"This is the URL to view the receipt for this charge. The receipt is kept up-to-date to the latest state of the charge, including any refunds. If the charge is for an Invoice, the receipt will be stylized as an Invoice receipt.","maxLength":5000,"nullable":true,"type":"string"},"refunded":{"description":"Whether the charge has been fully refunded. If the charge is only partially refunded, this attribute will still be false.","type":"boolean"},"refunds":{"description":"A list of refunds that have been applied to the charge.","nullable":true,"properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/refund"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"RefundList","type":"object","x-expandableFields":["data"]},"review":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/review"}],"description":"ID of the review associated with this charge if one exists.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/review"}]}},"shipping":{"anyOf":[{"$ref":"#/components/schemas/shipping"}],"description":"Shipping information for the charge.","nullable":true},"source_transfer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/transfer"}],"description":"The transfer ID which created this charge. Only present if the charge came from another Stripe account. [See the Connect documentation](https://docs.stripe.com/connect/destination-charges) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/transfer"}]}},"statement_descriptor":{"description":"For a non-card charge, text that appears on the customer's statement as the statement descriptor. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).\n\nFor a card charge, this value is ignored unless you don't specify a `statement_descriptor_suffix`, in which case this value is used as the suffix.","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_suffix":{"description":"Provides information about a card charge. Concatenated to the account's [statement descriptor prefix](https://docs.stripe.com/get-started/account/statement-descriptors#static) to form the complete statement descriptor that appears on the customer's statement. If the account has no prefix value, the suffix is concatenated to the account's statement descriptor.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the payment is either `succeeded`, `pending`, or `failed`.","enum":["failed","pending","succeeded"],"type":"string"},"transfer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/transfer"}],"description":"ID of the transfer to the `destination` account (only applicable if the charge was created using the `destination` parameter).","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/transfer"}]}},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/charge_transfer_data"}],"description":"An optional dictionary including the account to automatically transfer to as part of a destination charge. [See the Connect documentation](https://docs.stripe.com/connect/destination-charges) for details.","nullable":true},"transfer_group":{"description":"A string that identifies this transaction as part of a group. See the [Connect documentation](https://docs.stripe.com/connect/separate-charges-and-transfers#transfer-options) for details.","maxLength":5000,"nullable":true,"type":"string"}},"required":["amount","amount_captured","amount_refunded","billing_details","captured","created","currency","disputed","id","livemode","metadata","object","paid","refunded","status"],"title":"Charge","type":"object","x-expandableFields":["application","application_fee","balance_transaction","billing_details","customer","failure_balance_transaction","fraud_details","on_behalf_of","outcome","payment_intent","payment_method_details","presentment_details","radar_options","refunds","review","shipping","source_transfer","transfer","transfer_data"],"x-resourceId":"charge"},"charge_fraud_details":{"description":"","properties":{"stripe_report":{"description":"Assessments from Stripe. If set, the value is `fraudulent`.","maxLength":5000,"type":"string"},"user_report":{"description":"Assessments reported by you. If set, possible values of are `safe` and `fraudulent`.","maxLength":5000,"type":"string"}},"title":"ChargeFraudDetails","type":"object","x-expandableFields":[]},"charge_outcome":{"description":"","properties":{"advice_code":{"description":"An enumerated value providing a more detailed explanation on [how to proceed with an error](https://docs.stripe.com/declines#retrying-issuer-declines).","enum":["confirm_card_data","do_not_try_again","try_again_later"],"nullable":true,"type":"string"},"network_advice_code":{"description":"For charges declined by the network, a 2 digit code which indicates the advice returned by the network on how to proceed with an error.","maxLength":5000,"nullable":true,"type":"string"},"network_decline_code":{"description":"For charges declined by the network, an alphanumeric code which indicates the reason the charge failed.","maxLength":5000,"nullable":true,"type":"string"},"network_status":{"description":"Possible values are `approved_by_network`, `declined_by_network`, `not_sent_to_network`, and `reversed_after_approval`. The value `reversed_after_approval` indicates the payment was [blocked by Stripe](https://docs.stripe.com/declines#blocked-payments) after bank authorization, and may temporarily appear as \"pending\" on a cardholder's statement.","maxLength":5000,"nullable":true,"type":"string"},"reason":{"description":"An enumerated value providing a more detailed explanation of the outcome's `type`. Charges blocked by Radar's default block rule have the value `highest_risk_level`. Charges placed in review by Radar's default review rule have the value `elevated_risk_level`. Charges blocked because the payment is unlikely to be authorized have the value `low_probability_of_authorization`. Charges authorized, blocked, or placed in review by custom rules have the value `rule`. See [understanding declines](https://docs.stripe.com/declines) for more details.","maxLength":5000,"nullable":true,"type":"string"},"risk_level":{"description":"Stripe Radar's evaluation of the riskiness of the payment. Possible values for evaluated payments are `normal`, `elevated`, `highest`. For non-card payments, and card-based payments predating the public assignment of risk levels, this field will have the value `not_assessed`. In the event of an error in the evaluation, this field will have the value `unknown`. This field is only available with Radar.","maxLength":5000,"type":"string"},"risk_score":{"description":"Stripe Radar's evaluation of the riskiness of the payment. Possible values for evaluated payments are between 0 and 100. For non-card payments, card-based payments predating the public assignment of risk scores, or in the event of an error during evaluation, this field will not be present. This field is only available with Radar for Fraud Teams.","type":"integer"},"rule":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/rule"}],"description":"The ID of the Radar rule that matched the payment, if applicable.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/rule"}]}},"seller_message":{"description":"A human-readable description of the outcome type and reason, designed for you (the recipient of the payment), not your customer.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"Possible values are `authorized`, `manual_review`, `issuer_declined`, `blocked`, and `invalid`. See [understanding declines](https://docs.stripe.com/declines) and [Radar reviews](https://docs.stripe.com/radar/reviews) for details.","maxLength":5000,"type":"string"}},"required":["type"],"title":"ChargeOutcome","type":"object","x-expandableFields":["rule"]},"charge_transfer_data":{"description":"","properties":{"amount":{"description":"The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.","nullable":true,"type":"integer"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"ID of an existing, connected Stripe account to transfer funds to if `transfer_data` was specified in the charge request.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}}},"required":["destination"],"title":"ChargeTransferData","type":"object","x-expandableFields":["destination"]},"checkout.session":{"description":"A Checkout Session represents your customer's session as they pay for\none-time purchases or subscriptions through [Checkout](https://docs.stripe.com/payments/checkout)\nor [Payment Links](https://docs.stripe.com/payments/payment-links). We recommend creating a\nnew Session each time your customer attempts to pay.\n\nOnce payment is successful, the Checkout Session will contain a reference\nto the [Customer](https://docs.stripe.com/api/customers), and either the successful\n[PaymentIntent](https://docs.stripe.com/api/payment_intents) or an active\n[Subscription](https://docs.stripe.com/api/subscriptions).\n\nYou can create a Checkout Session on your server and redirect to its URL\nto begin Checkout.\n\nRelated guide: [Checkout quickstart](https://docs.stripe.com/checkout/quickstart)","properties":{"adaptive_pricing":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_adaptive_pricing"}],"description":"Settings for price localization with [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing).","nullable":true},"after_expiration":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_after_expiration"}],"description":"When set, provides configuration for actions to take if this Checkout Session expires.","nullable":true},"allow_promotion_codes":{"description":"Enables user redeemable promotion codes.","nullable":true,"type":"boolean"},"amount_subtotal":{"description":"Total of all items before discounts or taxes are applied.","nullable":true,"type":"integer"},"amount_total":{"description":"Total of all items after discounts and taxes are applied.","nullable":true,"type":"integer"},"automatic_tax":{"$ref":"#/components/schemas/payment_pages_checkout_session_automatic_tax"},"billing_address_collection":{"description":"Describes whether Checkout should collect the customer's billing address. Defaults to `auto`.","enum":["auto","required"],"nullable":true,"type":"string"},"branding_settings":{"$ref":"#/components/schemas/payment_pages_checkout_session_branding_settings"},"cancel_url":{"description":"If set, Checkout displays a back button and customers will be directed to this URL if they decide to cancel payment and return to your website.","maxLength":5000,"nullable":true,"type":"string"},"client_reference_id":{"description":"A unique string to reference the Checkout Session. This can be a\ncustomer ID, a cart ID, or similar, and can be used to reconcile the\nSession with your internal systems.","maxLength":5000,"nullable":true,"type":"string"},"client_secret":{"description":"The client secret of your Checkout Session. Applies to Checkout Sessions with `ui_mode: embedded` or `ui_mode: custom`. For `ui_mode: embedded`, the client secret is to be used when initializing Stripe.js embedded checkout.\n For `ui_mode: custom`, use the client secret with [initCheckout](https://docs.stripe.com/js/custom_checkout/init) on your front end.","maxLength":5000,"nullable":true,"type":"string"},"collected_information":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_collected_information"}],"description":"Information about the customer collected within the Checkout Session.","nullable":true},"consent":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_consent"}],"description":"Results of `consent_collection` for this session.","nullable":true},"consent_collection":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_consent_collection"}],"description":"When set, provides configuration for the Checkout Session to gather active consent from customers.","nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","nullable":true,"type":"string"},"currency_conversion":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_currency_conversion"}],"description":"Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions created before 2025-03-31.","nullable":true},"custom_fields":{"description":"Collect additional information from your customer using custom fields. Up to 3 fields are supported. You can't set this parameter if `ui_mode` is `custom`.","items":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_fields"},"type":"array"},"custom_text":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_text"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The ID of the customer for this Session.\nFor Checkout Sessions in `subscription` mode or Checkout Sessions with `customer_creation` set as `always` in `payment` mode, Checkout\nwill create a new customer object based on information provided\nduring the payment flow unless an existing customer was provided when\nthe Session was created.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The ID of the account for this Session.","maxLength":5000,"nullable":true,"type":"string"},"customer_creation":{"description":"Configure whether a Checkout Session creates a Customer when the Checkout Session completes.","enum":["always","if_required"],"nullable":true,"type":"string"},"customer_details":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_customer_details"}],"description":"The customer details including the customer's tax exempt status and the customer's tax IDs. Customer's address details are not present on Sessions in `setup` mode.","nullable":true},"customer_email":{"description":"If provided, this value will be used when the Customer object is created.\nIf not provided, customers will be asked to enter their email address.\nUse this parameter to prefill customer data if you already have an email\non file. To access information about the customer once the payment flow is\ncomplete, use the `customer` attribute.","maxLength":5000,"nullable":true,"type":"string"},"discounts":{"description":"List of coupons and promotion codes attached to the Checkout Session.","items":{"$ref":"#/components/schemas/payment_pages_checkout_session_discount"},"nullable":true,"type":"array"},"excluded_payment_method_types":{"description":"A list of the types of payment methods (e.g., `card`) that should be excluded from this Checkout Session. This should only be used when payment methods for this Checkout Session are managed through the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).","items":{"maxLength":5000,"type":"string"},"type":"array"},"expires_at":{"description":"The timestamp at which the Checkout Session will expire.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"ID of the invoice created by the Checkout Session, if it exists.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"invoice_creation":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_invoice_creation"}],"description":"Details on the state of invoice creation for the Checkout Session.","nullable":true},"line_items":{"description":"The line items purchased by the customer.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"PaymentPagesCheckoutSessionListLineItems","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"locale":{"description":"The IETF language tag of the locale Checkout is displayed in. If blank or `auto`, the browser's locale is used.","enum":["auto","bg","cs","da","de","el","en","en-GB","es","es-419","et","fi","fil","fr","fr-CA","hr","hu","id","it","ja","ko","lt","lv","ms","mt","nb","nl","pl","pt","pt-BR","ro","ru","sk","sl","sv","th","tr","vi","zh","zh-HK","zh-TW"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"mode":{"description":"The mode of the Checkout Session.","enum":["payment","setup","subscription"],"type":"string","x-stripeBypassValidation":true},"name_collection":{"$ref":"#/components/schemas/payment_pages_checkout_session_name_collection"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["checkout.session"],"type":"string"},"optional_items":{"description":"The optional items presented to the customer at checkout.","items":{"$ref":"#/components/schemas/payment_pages_checkout_session_optional_item"},"nullable":true,"type":"array"},"origin_context":{"description":"Where the user is coming from. This informs the optimizations that are applied to the session.","enum":["mobile_app","web"],"nullable":true,"type":"string"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"The ID of the PaymentIntent for Checkout Sessions in `payment` mode. You can't confirm or cancel the PaymentIntent for a Checkout Session. To cancel, [expire the Checkout Session](https://docs.stripe.com/api/checkout/sessions/expire) instead.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"payment_link":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_link"}],"description":"The ID of the Payment Link that created this Session.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_link"}]}},"payment_method_collection":{"description":"Configure whether a Checkout Session should collect a payment method. Defaults to `always`.","enum":["always","if_required"],"nullable":true,"type":"string"},"payment_method_configuration_details":{"anyOf":[{"$ref":"#/components/schemas/payment_method_config_biz_payment_method_configuration_details"}],"description":"Information about the payment method configuration used for this Checkout session if using dynamic payment methods.","nullable":true},"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/checkout_session_payment_method_options"}],"description":"Payment-method-specific configuration for the PaymentIntent or SetupIntent of this CheckoutSession.","nullable":true},"payment_method_types":{"description":"A list of the types of payment methods (e.g. card) this Checkout\nSession is allowed to accept.","items":{"maxLength":5000,"type":"string"},"type":"array"},"payment_status":{"description":"The payment status of the Checkout Session, one of `paid`, `unpaid`, or `no_payment_required`.\nYou can use this value to decide when to fulfill your customer's order.","enum":["no_payment_required","paid","unpaid"],"type":"string"},"permissions":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_permissions"}],"description":"This property is used to set up permissions for various actions (e.g., update) on the CheckoutSession object.\n\nFor specific permissions, please refer to their dedicated subsections, such as `permissions.update_shipping_details`.","nullable":true},"phone_number_collection":{"$ref":"#/components/schemas/payment_pages_checkout_session_phone_number_collection"},"presentment_details":{"$ref":"#/components/schemas/payment_flows_payment_intent_presentment_details"},"recovered_from":{"description":"The ID of the original expired Checkout Session that triggered the recovery flow.","maxLength":5000,"nullable":true,"type":"string"},"redirect_on_completion":{"description":"This parameter applies to `ui_mode: embedded`. Learn more about the [redirect behavior](https://docs.stripe.com/payments/checkout/custom-success-page?payment-ui=embedded-form) of embedded sessions. Defaults to `always`.","enum":["always","if_required","never"],"type":"string"},"return_url":{"description":"Applies to Checkout Sessions with `ui_mode: embedded` or `ui_mode: custom`. The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method's app or site.","maxLength":5000,"type":"string"},"saved_payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_saved_payment_method_options"}],"description":"Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.","nullable":true},"setup_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_intent"}],"description":"The ID of the SetupIntent for Checkout Sessions in `setup` mode. You can't confirm or cancel the SetupIntent for a Checkout Session. To cancel, [expire the Checkout Session](https://docs.stripe.com/api/checkout/sessions/expire) instead.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_intent"}]}},"shipping_address_collection":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_shipping_address_collection"}],"description":"When set, provides configuration for Checkout to collect a shipping address from a customer.","nullable":true},"shipping_cost":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_shipping_cost"}],"description":"The details of the customer cost of shipping, including the customer chosen ShippingRate.","nullable":true},"shipping_options":{"description":"The shipping rate options applied to this Session.","items":{"$ref":"#/components/schemas/payment_pages_checkout_session_shipping_option"},"type":"array"},"status":{"description":"The status of the Checkout Session, one of `open`, `complete`, or `expired`.","enum":["complete","expired","open"],"nullable":true,"type":"string"},"submit_type":{"description":"Describes the type of transaction being performed by Checkout in order to customize\nrelevant text on the page, such as the submit button. `submit_type` can only be\nspecified on Checkout Sessions in `payment` mode. If blank or `auto`, `pay` is used.","enum":["auto","book","donate","pay","subscribe"],"nullable":true,"type":"string"},"subscription":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription"}],"description":"The ID of the [Subscription](https://docs.stripe.com/api/subscriptions) for Checkout Sessions in `subscription` mode.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription"}]}},"success_url":{"description":"The URL the customer will be directed to after the payment or\nsubscription creation is successful.","maxLength":5000,"nullable":true,"type":"string"},"tax_id_collection":{"$ref":"#/components/schemas/payment_pages_checkout_session_tax_id_collection"},"total_details":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_total_details"}],"description":"Tax and discount details for the computed total amount.","nullable":true},"ui_mode":{"description":"The UI mode of the Session. Defaults to `hosted`.","enum":["custom","embedded","hosted"],"nullable":true,"type":"string"},"url":{"description":"The URL to the Checkout Session. Applies to Checkout Sessions with `ui_mode: hosted`. Redirect customers to this URL to take them to Checkout. If you’re using [Custom Domains](https://docs.stripe.com/payments/checkout/custom-domains), the URL will use your subdomain. Otherwise, it’ll use `checkout.stripe.com.`\nThis value is only present when the session is active.","maxLength":5000,"nullable":true,"type":"string"},"wallet_options":{"anyOf":[{"$ref":"#/components/schemas/checkout_session_wallet_options"}],"description":"Wallet-specific configuration for this Checkout Session.","nullable":true}},"required":["automatic_tax","created","custom_fields","custom_text","expires_at","id","livemode","mode","object","payment_method_types","payment_status","shipping_options"],"title":"Session","type":"object","x-expandableFields":["adaptive_pricing","after_expiration","automatic_tax","branding_settings","collected_information","consent","consent_collection","currency_conversion","custom_fields","custom_text","customer","customer_details","discounts","invoice","invoice_creation","line_items","name_collection","optional_items","payment_intent","payment_link","payment_method_configuration_details","payment_method_options","permissions","phone_number_collection","presentment_details","saved_payment_method_options","setup_intent","shipping_address_collection","shipping_cost","shipping_options","subscription","tax_id_collection","total_details","wallet_options"],"x-resourceId":"checkout.session"},"checkout_acss_debit_mandate_options":{"description":"","properties":{"custom_mandate_url":{"description":"A URL for custom mandate text","maxLength":5000,"type":"string"},"default_for":{"description":"List of Stripe products where this mandate can be selected automatically. Returned when the Session is in `setup` mode.","items":{"enum":["invoice","subscription"],"type":"string"},"type":"array"},"interval_description":{"description":"Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"Payment schedule for the mandate.","enum":["combined","interval","sporadic"],"nullable":true,"type":"string"},"transaction_type":{"description":"Transaction type of the mandate.","enum":["business","personal"],"nullable":true,"type":"string"}},"title":"CheckoutAcssDebitMandateOptions","type":"object","x-expandableFields":[]},"checkout_acss_debit_payment_method_options":{"description":"","properties":{"currency":{"description":"Currency supported by the bank account. Returned when the Session is in `setup` mode.","enum":["cad","usd"],"type":"string"},"mandate_options":{"$ref":"#/components/schemas/checkout_acss_debit_mandate_options"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutAcssDebitPaymentMethodOptions","type":"object","x-expandableFields":["mandate_options"]},"checkout_affirm_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutAffirmPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_afterpay_clearpay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutAfterpayClearpayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_alipay_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutAlipayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_alma_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"CheckoutAlmaPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_amazon_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutAmazonPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_au_becs_debit_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"CheckoutAuBecsDebitPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_bacs_debit_payment_method_options":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/checkout_payment_method_options_mandate_options_bacs_debit"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"CheckoutBacsDebitPaymentMethodOptions","type":"object","x-expandableFields":["mandate_options"]},"checkout_bancontact_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutBancontactPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_billie_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"CheckoutBilliePaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_boleto_payment_method_options":{"description":"","properties":{"expires_after_days":{"description":"The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto voucher will expire on Wednesday at 23:59 America/Sao_Paulo time.","type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"}},"required":["expires_after_days"],"title":"CheckoutBoletoPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_card_installments_options":{"description":"","properties":{"enabled":{"description":"Indicates if installments are enabled","type":"boolean"}},"title":"CheckoutCardInstallmentsOptions","type":"object","x-expandableFields":[]},"checkout_card_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"installments":{"$ref":"#/components/schemas/checkout_card_installments_options"},"request_extended_authorization":{"description":"Request ability to [capture beyond the standard authorization validity window](/payments/extended-authorization) for this CheckoutSession.","enum":["if_available","never"],"type":"string"},"request_incremental_authorization":{"description":"Request ability to [increment the authorization](/payments/incremental-authorization) for this CheckoutSession.","enum":["if_available","never"],"type":"string"},"request_multicapture":{"description":"Request ability to make [multiple captures](/payments/multicapture) for this CheckoutSession.","enum":["if_available","never"],"type":"string"},"request_overcapture":{"description":"Request ability to [overcapture](/payments/overcapture) for this CheckoutSession.","enum":["if_available","never"],"type":"string"},"request_three_d_secure":{"description":"We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://docs.stripe.com/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.","enum":["any","automatic","challenge"],"type":"string","x-stripeBypassValidation":true},"restrictions":{"$ref":"#/components/schemas/payment_pages_private_card_payment_method_options_resource_restrictions"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"statement_descriptor_suffix_kana":{"description":"Provides information about a card payment that customers see on their statements. Concatenated with the Kana prefix (shortened Kana descriptor) or Kana statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 22 characters.","maxLength":5000,"type":"string"},"statement_descriptor_suffix_kanji":{"description":"Provides information about a card payment that customers see on their statements. Concatenated with the Kanji prefix (shortened Kanji descriptor) or Kanji statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 17 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 17 characters.","maxLength":5000,"type":"string"}},"required":["request_three_d_secure"],"title":"CheckoutCardPaymentMethodOptions","type":"object","x-expandableFields":["installments","restrictions"]},"checkout_cashapp_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutCashappPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_customer_balance_bank_transfer_payment_method_options":{"description":"","properties":{"eu_bank_transfer":{"$ref":"#/components/schemas/payment_method_options_customer_balance_eu_bank_account"},"requested_address_types":{"description":"List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.\n\nPermitted values include: `sort_code`, `zengin`, `iban`, or `spei`.","items":{"enum":["aba","iban","sepa","sort_code","spei","swift","zengin"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"type":{"description":"The bank transfer type that this PaymentIntent is allowed to use for funding Permitted values include: `eu_bank_transfer`, `gb_bank_transfer`, `jp_bank_transfer`, `mx_bank_transfer`, or `us_bank_transfer`.","enum":["eu_bank_transfer","gb_bank_transfer","jp_bank_transfer","mx_bank_transfer","us_bank_transfer"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutCustomerBalanceBankTransferPaymentMethodOptions","type":"object","x-expandableFields":["eu_bank_transfer"]},"checkout_customer_balance_payment_method_options":{"description":"","properties":{"bank_transfer":{"$ref":"#/components/schemas/checkout_customer_balance_bank_transfer_payment_method_options"},"funding_type":{"description":"The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.","enum":["bank_transfer"],"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutCustomerBalancePaymentMethodOptions","type":"object","x-expandableFields":["bank_transfer"]},"checkout_eps_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutEpsPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_fpx_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutFpxPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_giropay_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutGiropayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_grab_pay_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutGrabPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_ideal_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutIdealPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_kakao_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutKakaoPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_klarna_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"}},"title":"CheckoutKlarnaPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_konbini_payment_method_options":{"description":"","properties":{"expires_after_days":{"description":"The number of calendar days (between 1 and 60) after which Konbini payment instructions will expire. For example, if a PaymentIntent is confirmed with Konbini and `expires_after_days` set to 2 on Monday JST, the instructions will expire on Wednesday 23:59:59 JST.","nullable":true,"type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutKonbiniPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_kr_card_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutKrCardPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_link_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutLinkPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_link_wallet_options":{"description":"","properties":{"display":{"description":"Describes whether Checkout should display Link. Defaults to `auto`.","enum":["auto","never"],"type":"string"}},"title":"CheckoutLinkWalletOptions","type":"object","x-expandableFields":[]},"checkout_mobilepay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutMobilepayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_multibanco_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutMultibancoPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_naver_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutNaverPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_oxxo_payment_method_options":{"description":"","properties":{"expires_after_days":{"description":"The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.","type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"required":["expires_after_days"],"title":"CheckoutOxxoPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_p24_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutP24PaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_payco_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"CheckoutPaycoPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_payment_method_options_mandate_options_bacs_debit":{"description":"","properties":{"reference_prefix":{"description":"Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'.","maxLength":5000,"type":"string"}},"title":"checkout_payment_method_options_mandate_options_bacs_debit","type":"object","x-expandableFields":[]},"checkout_payment_method_options_mandate_options_sepa_debit":{"description":"","properties":{"reference_prefix":{"description":"Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.","maxLength":5000,"type":"string"}},"title":"checkout_payment_method_options_mandate_options_sepa_debit","type":"object","x-expandableFields":[]},"checkout_paynow_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutPaynowPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_paypal_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"preferred_locale":{"description":"Preferred locale of the PayPal checkout page that the customer is redirected to.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.","maxLength":5000,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutPaypalPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_payto_payment_method_options":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/mandate_options_payto"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutPaytoPaymentMethodOptions","type":"object","x-expandableFields":["mandate_options"]},"checkout_pix_payment_method_options":{"description":"","properties":{"amount_includes_iof":{"description":"Determines if the amount includes the IOF tax.","enum":["always","never"],"type":"string"},"expires_after_seconds":{"description":"The number of seconds after which Pix payment will expire.","nullable":true,"type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutPixPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_revolut_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"CheckoutRevolutPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_samsung_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"CheckoutSamsungPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_satispay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"CheckoutSatispayPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_sepa_debit_payment_method_options":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/checkout_payment_method_options_mandate_options_sepa_debit"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"CheckoutSepaDebitPaymentMethodOptions","type":"object","x-expandableFields":["mandate_options"]},"checkout_session_payment_method_options":{"description":"","properties":{"acss_debit":{"$ref":"#/components/schemas/checkout_acss_debit_payment_method_options"},"affirm":{"$ref":"#/components/schemas/checkout_affirm_payment_method_options"},"afterpay_clearpay":{"$ref":"#/components/schemas/checkout_afterpay_clearpay_payment_method_options"},"alipay":{"$ref":"#/components/schemas/checkout_alipay_payment_method_options"},"alma":{"$ref":"#/components/schemas/checkout_alma_payment_method_options"},"amazon_pay":{"$ref":"#/components/schemas/checkout_amazon_pay_payment_method_options"},"au_becs_debit":{"$ref":"#/components/schemas/checkout_au_becs_debit_payment_method_options"},"bacs_debit":{"$ref":"#/components/schemas/checkout_bacs_debit_payment_method_options"},"bancontact":{"$ref":"#/components/schemas/checkout_bancontact_payment_method_options"},"billie":{"$ref":"#/components/schemas/checkout_billie_payment_method_options"},"boleto":{"$ref":"#/components/schemas/checkout_boleto_payment_method_options"},"card":{"$ref":"#/components/schemas/checkout_card_payment_method_options"},"cashapp":{"$ref":"#/components/schemas/checkout_cashapp_payment_method_options"},"customer_balance":{"$ref":"#/components/schemas/checkout_customer_balance_payment_method_options"},"eps":{"$ref":"#/components/schemas/checkout_eps_payment_method_options"},"fpx":{"$ref":"#/components/schemas/checkout_fpx_payment_method_options"},"giropay":{"$ref":"#/components/schemas/checkout_giropay_payment_method_options"},"grabpay":{"$ref":"#/components/schemas/checkout_grab_pay_payment_method_options"},"ideal":{"$ref":"#/components/schemas/checkout_ideal_payment_method_options"},"kakao_pay":{"$ref":"#/components/schemas/checkout_kakao_pay_payment_method_options"},"klarna":{"$ref":"#/components/schemas/checkout_klarna_payment_method_options"},"konbini":{"$ref":"#/components/schemas/checkout_konbini_payment_method_options"},"kr_card":{"$ref":"#/components/schemas/checkout_kr_card_payment_method_options"},"link":{"$ref":"#/components/schemas/checkout_link_payment_method_options"},"mobilepay":{"$ref":"#/components/schemas/checkout_mobilepay_payment_method_options"},"multibanco":{"$ref":"#/components/schemas/checkout_multibanco_payment_method_options"},"naver_pay":{"$ref":"#/components/schemas/checkout_naver_pay_payment_method_options"},"oxxo":{"$ref":"#/components/schemas/checkout_oxxo_payment_method_options"},"p24":{"$ref":"#/components/schemas/checkout_p24_payment_method_options"},"payco":{"$ref":"#/components/schemas/checkout_payco_payment_method_options"},"paynow":{"$ref":"#/components/schemas/checkout_paynow_payment_method_options"},"paypal":{"$ref":"#/components/schemas/checkout_paypal_payment_method_options"},"payto":{"$ref":"#/components/schemas/checkout_payto_payment_method_options"},"pix":{"$ref":"#/components/schemas/checkout_pix_payment_method_options"},"revolut_pay":{"$ref":"#/components/schemas/checkout_revolut_pay_payment_method_options"},"samsung_pay":{"$ref":"#/components/schemas/checkout_samsung_pay_payment_method_options"},"satispay":{"$ref":"#/components/schemas/checkout_satispay_payment_method_options"},"sepa_debit":{"$ref":"#/components/schemas/checkout_sepa_debit_payment_method_options"},"sofort":{"$ref":"#/components/schemas/checkout_sofort_payment_method_options"},"swish":{"$ref":"#/components/schemas/checkout_swish_payment_method_options"},"twint":{"$ref":"#/components/schemas/checkout_twint_payment_method_options"},"us_bank_account":{"$ref":"#/components/schemas/checkout_us_bank_account_payment_method_options"}},"title":"CheckoutSessionPaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","boleto","card","cashapp","customer_balance","eps","fpx","giropay","grabpay","ideal","kakao_pay","klarna","konbini","kr_card","link","mobilepay","multibanco","naver_pay","oxxo","p24","payco","paynow","paypal","payto","pix","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account"]},"checkout_session_wallet_options":{"description":"","properties":{"link":{"$ref":"#/components/schemas/checkout_link_wallet_options"}},"title":"CheckoutSessionWalletOptions","type":"object","x-expandableFields":["link"]},"checkout_sofort_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"CheckoutSofortPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_swish_payment_method_options":{"description":"","properties":{"reference":{"description":"The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent.","maxLength":5000,"nullable":true,"type":"string"}},"title":"CheckoutSwishPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_twint_payment_method_options":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutTwintPaymentMethodOptions","type":"object","x-expandableFields":[]},"checkout_us_bank_account_payment_method_options":{"description":"","properties":{"financial_connections":{"$ref":"#/components/schemas/linked_account_options_common"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant"],"type":"string","x-stripeBypassValidation":true}},"title":"CheckoutUsBankAccountPaymentMethodOptions","type":"object","x-expandableFields":["financial_connections"]},"climate.order":{"description":"Orders represent your intent to purchase a particular Climate product. When you create an order, the\npayment is deducted from your merchant balance.","properties":{"amount_fees":{"description":"Total amount of [Frontier](https://frontierclimate.com/)'s service fees in the currency's smallest unit.","type":"integer"},"amount_subtotal":{"description":"Total amount of the carbon removal in the currency's smallest unit.","type":"integer"},"amount_total":{"description":"Total amount of the order including fees in the currency's smallest unit.","type":"integer"},"beneficiary":{"$ref":"#/components/schemas/climate_removals_beneficiary"},"canceled_at":{"description":"Time at which the order was canceled. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"cancellation_reason":{"description":"Reason for the cancellation of this order.","enum":["expired","product_unavailable","requested"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"certificate":{"description":"For delivered orders, a URL to a delivery certificate for the order.","maxLength":5000,"nullable":true,"type":"string"},"confirmed_at":{"description":"Time at which the order was confirmed. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase, representing the currency for this order.","maxLength":5000,"type":"string"},"delayed_at":{"description":"Time at which the order's expected_delivery_year was delayed. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"delivered_at":{"description":"Time at which the order was delivered. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"delivery_details":{"description":"Details about the delivery of carbon removal for this order.","items":{"$ref":"#/components/schemas/climate_removals_order_deliveries"},"type":"array"},"expected_delivery_year":{"description":"The year this order is expected to be delivered.","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"metric_tons":{"description":"Quantity of carbon removal that is included in this order.","format":"decimal","type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["climate.order"],"type":"string"},"product":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/climate.product"}],"description":"Unique ID for the Climate `Product` this order is purchasing.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/climate.product"}]}},"product_substituted_at":{"description":"Time at which the order's product was substituted for a different product. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"status":{"description":"The current status of this order.","enum":["awaiting_funds","canceled","confirmed","delivered","open"],"type":"string"}},"required":["amount_fees","amount_subtotal","amount_total","created","currency","delivery_details","expected_delivery_year","id","livemode","metadata","metric_tons","object","product","status"],"title":"ClimateRemovalsOrders","type":"object","x-expandableFields":["beneficiary","delivery_details","product"],"x-resourceId":"climate.order"},"climate.product":{"description":"A Climate product represents a type of carbon removal unit available for reservation.\nYou can retrieve it to see the current price and availability.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"current_prices_per_metric_ton":{"additionalProperties":{"$ref":"#/components/schemas/climate_removals_products_price"},"description":"Current prices for a metric ton of carbon removal in a currency's smallest unit.","type":"object"},"delivery_year":{"description":"The year in which the carbon removal is expected to be delivered.","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object. For convenience, Climate product IDs are human-readable strings\nthat start with `climsku_`. See [carbon removal inventory](https://stripe.com/docs/climate/orders/carbon-removal-inventory)\nfor a list of available carbon removal products.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metric_tons_available":{"description":"The quantity of metric tons available for reservation.","format":"decimal","type":"string"},"name":{"description":"The Climate product's name.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["climate.product"],"type":"string"},"suppliers":{"description":"The carbon removal suppliers that fulfill orders for this Climate product.","items":{"$ref":"#/components/schemas/climate.supplier"},"type":"array"}},"required":["created","current_prices_per_metric_ton","id","livemode","metric_tons_available","name","object","suppliers"],"title":"ClimateRemovalsProducts","type":"object","x-expandableFields":["current_prices_per_metric_ton","suppliers"],"x-resourceId":"climate.product"},"climate.supplier":{"description":"A supplier of carbon removal.","properties":{"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"info_url":{"description":"Link to a webpage to learn more about the supplier.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"locations":{"description":"The locations in which this supplier operates.","items":{"$ref":"#/components/schemas/climate_removals_location"},"type":"array"},"name":{"description":"Name of this carbon removal supplier.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object’s type. Objects of the same type share the same value.","enum":["climate.supplier"],"type":"string"},"removal_pathway":{"description":"The scientific pathway used for carbon removal.","enum":["biomass_carbon_removal_and_storage","direct_air_capture","enhanced_weathering"],"type":"string","x-stripeBypassValidation":true}},"required":["id","info_url","livemode","locations","name","object","removal_pathway"],"title":"ClimateRemovalsSuppliers","type":"object","x-expandableFields":["locations"],"x-resourceId":"climate.supplier"},"climate_removals_beneficiary":{"description":"","properties":{"public_name":{"description":"Publicly displayable name for the end beneficiary of carbon removal.","maxLength":5000,"type":"string"}},"required":["public_name"],"title":"ClimateRemovalsBeneficiary","type":"object","x-expandableFields":[]},"climate_removals_location":{"description":"","properties":{"city":{"description":"The city where the supplier is located.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country where the supplier is located.","maxLength":5000,"type":"string"},"latitude":{"description":"The geographic latitude where the supplier is located.","nullable":true,"type":"number"},"longitude":{"description":"The geographic longitude where the supplier is located.","nullable":true,"type":"number"},"region":{"description":"The state/county/province/region where the supplier is located.","maxLength":5000,"nullable":true,"type":"string"}},"required":["country"],"title":"ClimateRemovalsLocation","type":"object","x-expandableFields":[]},"climate_removals_order_deliveries":{"description":"The delivery of a specified quantity of carbon for an order.","properties":{"delivered_at":{"description":"Time at which the delivery occurred. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"location":{"anyOf":[{"$ref":"#/components/schemas/climate_removals_location"}],"description":"Specific location of this delivery.","nullable":true},"metric_tons":{"description":"Quantity of carbon removal supplied by this delivery.","maxLength":5000,"type":"string"},"registry_url":{"description":"Once retired, a URL to the registry entry for the tons from this delivery.","maxLength":5000,"nullable":true,"type":"string"},"supplier":{"$ref":"#/components/schemas/climate.supplier"}},"required":["delivered_at","metric_tons","supplier"],"title":"ClimateRemovalsOrderDeliveries","type":"object","x-expandableFields":["location","supplier"]},"climate_removals_products_price":{"description":"","properties":{"amount_fees":{"description":"Fees for one metric ton of carbon removal in the currency's smallest unit.","type":"integer"},"amount_subtotal":{"description":"Subtotal for one metric ton of carbon removal (excluding fees) in the currency's smallest unit.","type":"integer"},"amount_total":{"description":"Total for one metric ton of carbon removal (including fees) in the currency's smallest unit.","type":"integer"}},"required":["amount_fees","amount_subtotal","amount_total"],"title":"ClimateRemovalsProductsPrice","type":"object","x-expandableFields":[]},"confirmation_token":{"description":"ConfirmationTokens help transport client side data collected by Stripe JS over\nto your server for confirming a PaymentIntent or SetupIntent. If the confirmation\nis successful, values present on the ConfirmationToken are written onto the Intent.\n\nTo learn more about how to use ConfirmationToken, visit the related guides:\n- [Finalize payments on the server](https://docs.stripe.com/payments/finalize-payments-on-the-server)\n- [Build two-step confirmation](https://docs.stripe.com/payments/build-a-two-step-confirmation).","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"expires_at":{"description":"Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"mandate_data":{"anyOf":[{"$ref":"#/components/schemas/confirmation_tokens_resource_mandate_data"}],"description":"Data used for generating a Mandate.","nullable":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["confirmation_token"],"type":"string"},"payment_intent":{"description":"ID of the PaymentIntent that this ConfirmationToken was used to confirm, or null if this ConfirmationToken has not yet been used.","maxLength":5000,"nullable":true,"type":"string"},"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/confirmation_tokens_resource_payment_method_options"}],"description":"Payment-method-specific configuration for this ConfirmationToken.","nullable":true},"payment_method_preview":{"anyOf":[{"$ref":"#/components/schemas/confirmation_tokens_resource_payment_method_preview"}],"description":"Payment details collected by the Payment Element, used to create a PaymentMethod when a PaymentIntent or SetupIntent is confirmed with this ConfirmationToken.","nullable":true},"return_url":{"description":"Return URL used to confirm the Intent.","maxLength":5000,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this ConfirmationToken's payment method.\n\nThe presence of this property will [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete.","enum":["off_session","on_session"],"nullable":true,"type":"string"},"setup_intent":{"description":"ID of the SetupIntent that this ConfirmationToken was used to confirm, or null if this ConfirmationToken has not yet been used.","maxLength":5000,"nullable":true,"type":"string"},"shipping":{"anyOf":[{"$ref":"#/components/schemas/confirmation_tokens_resource_shipping"}],"description":"Shipping information collected on this ConfirmationToken.","nullable":true},"use_stripe_sdk":{"description":"Indicates whether the Stripe SDK is used to handle confirmation flow. Defaults to `true` on ConfirmationToken.","type":"boolean"}},"required":["created","id","livemode","object","use_stripe_sdk"],"title":"ConfirmationTokensResourceConfirmationToken","type":"object","x-expandableFields":["mandate_data","payment_method_options","payment_method_preview","shipping"],"x-resourceId":"confirmation_token"},"confirmation_tokens_resource_mandate_data":{"description":"Data used for generating a Mandate.","properties":{"customer_acceptance":{"$ref":"#/components/schemas/confirmation_tokens_resource_mandate_data_resource_customer_acceptance"}},"required":["customer_acceptance"],"title":"ConfirmationTokensResourceMandateData","type":"object","x-expandableFields":["customer_acceptance"]},"confirmation_tokens_resource_mandate_data_resource_customer_acceptance":{"description":"This hash contains details about the customer acceptance of the Mandate.","properties":{"online":{"anyOf":[{"$ref":"#/components/schemas/confirmation_tokens_resource_mandate_data_resource_customer_acceptance_resource_online"}],"description":"If this is a Mandate accepted online, this hash contains details about the online acceptance.","nullable":true},"type":{"description":"The type of customer acceptance information included with the Mandate.","maxLength":5000,"type":"string"}},"required":["type"],"title":"ConfirmationTokensResourceMandateDataResourceCustomerAcceptance","type":"object","x-expandableFields":["online"]},"confirmation_tokens_resource_mandate_data_resource_customer_acceptance_resource_online":{"description":"This hash contains details about the online acceptance.","properties":{"ip_address":{"description":"The IP address from which the Mandate was accepted by the customer.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the Mandate was accepted by the customer.","maxLength":5000,"nullable":true,"type":"string"}},"title":"ConfirmationTokensResourceMandateDataResourceCustomerAcceptanceResourceOnline","type":"object","x-expandableFields":[]},"confirmation_tokens_resource_payment_method_options":{"description":"Payment-method-specific configuration","properties":{"card":{"anyOf":[{"$ref":"#/components/schemas/confirmation_tokens_resource_payment_method_options_resource_card"}],"description":"This hash contains the card payment method options.","nullable":true}},"title":"ConfirmationTokensResourcePaymentMethodOptions","type":"object","x-expandableFields":["card"]},"confirmation_tokens_resource_payment_method_options_resource_card":{"description":"This hash contains the card payment method options.","properties":{"cvc_token":{"description":"The `cvc_update` Token collected from the Payment Element.","maxLength":5000,"nullable":true,"type":"string"},"installments":{"$ref":"#/components/schemas/confirmation_tokens_resource_payment_method_options_resource_card_resource_installment"}},"title":"ConfirmationTokensResourcePaymentMethodOptionsResourceCard","type":"object","x-expandableFields":["installments"]},"confirmation_tokens_resource_payment_method_options_resource_card_resource_installment":{"description":"Installment configuration for payments.","properties":{"plan":{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"}},"title":"ConfirmationTokensResourcePaymentMethodOptionsResourceCardResourceInstallment","type":"object","x-expandableFields":["plan"]},"confirmation_tokens_resource_payment_method_preview":{"description":"Details of the PaymentMethod collected by Payment Element","properties":{"acss_debit":{"$ref":"#/components/schemas/payment_method_acss_debit"},"affirm":{"$ref":"#/components/schemas/payment_method_affirm"},"afterpay_clearpay":{"$ref":"#/components/schemas/payment_method_afterpay_clearpay"},"alipay":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_alipay"},"allow_redisplay":{"description":"This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.","enum":["always","limited","unspecified"],"type":"string"},"alma":{"$ref":"#/components/schemas/payment_method_alma"},"amazon_pay":{"$ref":"#/components/schemas/payment_method_amazon_pay"},"au_becs_debit":{"$ref":"#/components/schemas/payment_method_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/payment_method_bacs_debit"},"bancontact":{"$ref":"#/components/schemas/payment_method_bancontact"},"billie":{"$ref":"#/components/schemas/payment_method_billie"},"billing_details":{"$ref":"#/components/schemas/billing_details"},"blik":{"$ref":"#/components/schemas/payment_method_blik"},"boleto":{"$ref":"#/components/schemas/payment_method_boleto"},"card":{"$ref":"#/components/schemas/payment_method_card"},"card_present":{"$ref":"#/components/schemas/payment_method_card_present"},"cashapp":{"$ref":"#/components/schemas/payment_method_cashapp"},"crypto":{"$ref":"#/components/schemas/payment_method_crypto"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"maxLength":5000,"nullable":true,"type":"string"},"customer_balance":{"$ref":"#/components/schemas/payment_method_customer_balance"},"eps":{"$ref":"#/components/schemas/payment_method_eps"},"fpx":{"$ref":"#/components/schemas/payment_method_fpx"},"giropay":{"$ref":"#/components/schemas/payment_method_giropay"},"grabpay":{"$ref":"#/components/schemas/payment_method_grabpay"},"ideal":{"$ref":"#/components/schemas/payment_method_ideal"},"interac_present":{"$ref":"#/components/schemas/payment_method_interac_present"},"kakao_pay":{"$ref":"#/components/schemas/payment_method_kakao_pay"},"klarna":{"$ref":"#/components/schemas/payment_method_klarna"},"konbini":{"$ref":"#/components/schemas/payment_method_konbini"},"kr_card":{"$ref":"#/components/schemas/payment_method_kr_card"},"link":{"$ref":"#/components/schemas/payment_method_link"},"mb_way":{"$ref":"#/components/schemas/payment_method_mb_way"},"mobilepay":{"$ref":"#/components/schemas/payment_method_mobilepay"},"multibanco":{"$ref":"#/components/schemas/payment_method_multibanco"},"naver_pay":{"$ref":"#/components/schemas/payment_method_naver_pay"},"nz_bank_account":{"$ref":"#/components/schemas/payment_method_nz_bank_account"},"oxxo":{"$ref":"#/components/schemas/payment_method_oxxo"},"p24":{"$ref":"#/components/schemas/payment_method_p24"},"pay_by_bank":{"$ref":"#/components/schemas/payment_method_pay_by_bank"},"payco":{"$ref":"#/components/schemas/payment_method_payco"},"paynow":{"$ref":"#/components/schemas/payment_method_paynow"},"paypal":{"$ref":"#/components/schemas/payment_method_paypal"},"payto":{"$ref":"#/components/schemas/payment_method_payto"},"pix":{"$ref":"#/components/schemas/payment_method_pix"},"promptpay":{"$ref":"#/components/schemas/payment_method_promptpay"},"revolut_pay":{"$ref":"#/components/schemas/payment_method_revolut_pay"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_samsung_pay"},"satispay":{"$ref":"#/components/schemas/payment_method_satispay"},"sepa_debit":{"$ref":"#/components/schemas/payment_method_sepa_debit"},"sofort":{"$ref":"#/components/schemas/payment_method_sofort"},"swish":{"$ref":"#/components/schemas/payment_method_swish"},"twint":{"$ref":"#/components/schemas/payment_method_twint"},"type":{"description":"The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.","enum":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","card_present","cashapp","crypto","custom","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"type":"string","x-stripeBypassValidation":true},"us_bank_account":{"$ref":"#/components/schemas/payment_method_us_bank_account"},"wechat_pay":{"$ref":"#/components/schemas/payment_method_wechat_pay"},"zip":{"$ref":"#/components/schemas/payment_method_zip"}},"required":["billing_details","type"],"title":"ConfirmationTokensResourcePaymentMethodPreview","type":"object","x-expandableFields":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","billing_details","blik","boleto","card","card_present","cashapp","crypto","customer","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"]},"confirmation_tokens_resource_shipping":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"},"name":{"description":"Recipient name.","maxLength":5000,"type":"string"},"phone":{"description":"Recipient phone (including extension).","maxLength":5000,"nullable":true,"type":"string"}},"required":["address","name"],"title":"ConfirmationTokensResourceShipping","type":"object","x-expandableFields":["address"]},"connect_account_reference":{"description":"","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The connected account being referenced when `type` is `account`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"type":{"description":"Type of the account referenced.","enum":["account","self"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"ConnectAccountReference","type":"object","x-expandableFields":["account"]},"connect_collection_transfer":{"description":"","properties":{"amount":{"description":"Amount transferred, in cents (or local equivalent).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"ID of the account that funds are being collected for.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["connect_collection_transfer"],"type":"string"}},"required":["amount","currency","destination","id","livemode","object"],"title":"ConnectCollectionTransfer","type":"object","x-expandableFields":["destination"]},"connect_embedded_account_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_account_features_claim"}},"required":["enabled","features"],"title":"ConnectEmbeddedAccountConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_account_features_claim":{"description":"","properties":{"disable_stripe_user_authentication":{"description":"Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.","type":"boolean"},"external_account_collection":{"description":"Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.","type":"boolean"}},"required":["disable_stripe_user_authentication","external_account_collection"],"title":"ConnectEmbeddedAccountFeaturesClaim","type":"object","x-expandableFields":[]},"connect_embedded_account_session_create_components":{"description":"","properties":{"account_management":{"$ref":"#/components/schemas/connect_embedded_account_config_claim"},"account_onboarding":{"$ref":"#/components/schemas/connect_embedded_account_config_claim"},"balances":{"$ref":"#/components/schemas/connect_embedded_payouts_config"},"disputes_list":{"$ref":"#/components/schemas/connect_embedded_disputes_list_config"},"documents":{"$ref":"#/components/schemas/connect_embedded_base_config_claim"},"financial_account":{"$ref":"#/components/schemas/connect_embedded_financial_account_config_claim"},"financial_account_transactions":{"$ref":"#/components/schemas/connect_embedded_financial_account_transactions_config_claim"},"instant_payouts_promotion":{"$ref":"#/components/schemas/connect_embedded_instant_payouts_promotion_config"},"issuing_card":{"$ref":"#/components/schemas/connect_embedded_issuing_card_config_claim"},"issuing_cards_list":{"$ref":"#/components/schemas/connect_embedded_issuing_cards_list_config_claim"},"notification_banner":{"$ref":"#/components/schemas/connect_embedded_account_config_claim"},"payment_details":{"$ref":"#/components/schemas/connect_embedded_payments_config_claim"},"payment_disputes":{"$ref":"#/components/schemas/connect_embedded_payment_disputes_config"},"payments":{"$ref":"#/components/schemas/connect_embedded_payments_config_claim"},"payout_details":{"$ref":"#/components/schemas/connect_embedded_base_config_claim"},"payouts":{"$ref":"#/components/schemas/connect_embedded_payouts_config"},"payouts_list":{"$ref":"#/components/schemas/connect_embedded_base_config_claim"},"tax_registrations":{"$ref":"#/components/schemas/connect_embedded_base_config_claim"},"tax_settings":{"$ref":"#/components/schemas/connect_embedded_base_config_claim"}},"required":["account_management","account_onboarding","balances","disputes_list","documents","financial_account","financial_account_transactions","instant_payouts_promotion","issuing_card","issuing_cards_list","notification_banner","payment_details","payment_disputes","payments","payout_details","payouts","payouts_list","tax_registrations","tax_settings"],"title":"ConnectEmbeddedAccountSessionCreateComponents","type":"object","x-expandableFields":["account_management","account_onboarding","balances","disputes_list","documents","financial_account","financial_account_transactions","instant_payouts_promotion","issuing_card","issuing_cards_list","notification_banner","payment_details","payment_disputes","payments","payout_details","payouts","payouts_list","tax_registrations","tax_settings"]},"connect_embedded_base_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_base_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedBaseConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_base_features":{"description":"","title":"ConnectEmbeddedBaseFeatures","type":"object","x-expandableFields":[]},"connect_embedded_disputes_list_config":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_disputes_list_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedDisputesListConfig","type":"object","x-expandableFields":["features"]},"connect_embedded_disputes_list_features":{"description":"","properties":{"capture_payments":{"description":"Whether to allow capturing and cancelling payment intents. This is `true` by default.","type":"boolean"},"destination_on_behalf_of_charge_management":{"description":"Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.","type":"boolean"},"dispute_management":{"description":"Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.","type":"boolean"},"refund_management":{"description":"Whether sending refunds is enabled. This is `true` by default.","type":"boolean"}},"required":["capture_payments","destination_on_behalf_of_charge_management","dispute_management","refund_management"],"title":"ConnectEmbeddedDisputesListFeatures","type":"object","x-expandableFields":[]},"connect_embedded_financial_account_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_financial_account_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedFinancialAccountConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_financial_account_features":{"description":"","properties":{"disable_stripe_user_authentication":{"description":"Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.","type":"boolean"},"external_account_collection":{"description":"Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.","type":"boolean"},"send_money":{"description":"Whether to allow sending money.","type":"boolean"},"transfer_balance":{"description":"Whether to allow transferring balance.","type":"boolean"}},"required":["disable_stripe_user_authentication","external_account_collection","send_money","transfer_balance"],"title":"ConnectEmbeddedFinancialAccountFeatures","type":"object","x-expandableFields":[]},"connect_embedded_financial_account_transactions_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_financial_account_transactions_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedFinancialAccountTransactionsConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_financial_account_transactions_features":{"description":"","properties":{"card_spend_dispute_management":{"description":"Whether to allow card spend dispute management features.","type":"boolean"}},"required":["card_spend_dispute_management"],"title":"ConnectEmbeddedFinancialAccountTransactionsFeatures","type":"object","x-expandableFields":[]},"connect_embedded_instant_payouts_promotion_config":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_instant_payouts_promotion_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedInstantPayoutsPromotionConfig","type":"object","x-expandableFields":["features"]},"connect_embedded_instant_payouts_promotion_features":{"description":"","properties":{"disable_stripe_user_authentication":{"description":"Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.","type":"boolean"},"external_account_collection":{"description":"Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.","type":"boolean"},"instant_payouts":{"description":"Whether to allow creation of instant payouts. The default value is `enabled` when Stripe is responsible for negative account balances, and `use_dashboard_rules` otherwise.","type":"boolean"}},"required":["disable_stripe_user_authentication","external_account_collection","instant_payouts"],"title":"ConnectEmbeddedInstantPayoutsPromotionFeatures","type":"object","x-expandableFields":[]},"connect_embedded_issuing_card_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_issuing_card_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedIssuingCardConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_issuing_card_features":{"description":"","properties":{"card_management":{"description":"Whether to allow card management features.","type":"boolean"},"card_spend_dispute_management":{"description":"Whether to allow card spend dispute management features.","type":"boolean"},"cardholder_management":{"description":"Whether to allow cardholder management features.","type":"boolean"},"spend_control_management":{"description":"Whether to allow spend control management features.","type":"boolean"}},"required":["card_management","card_spend_dispute_management","cardholder_management","spend_control_management"],"title":"ConnectEmbeddedIssuingCardFeatures","type":"object","x-expandableFields":[]},"connect_embedded_issuing_cards_list_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_issuing_cards_list_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedIssuingCardsListConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_issuing_cards_list_features":{"description":"","properties":{"card_management":{"description":"Whether to allow card management features.","type":"boolean"},"card_spend_dispute_management":{"description":"Whether to allow card spend dispute management features.","type":"boolean"},"cardholder_management":{"description":"Whether to allow cardholder management features.","type":"boolean"},"disable_stripe_user_authentication":{"description":"Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.","type":"boolean"},"spend_control_management":{"description":"Whether to allow spend control management features.","type":"boolean"}},"required":["card_management","card_spend_dispute_management","cardholder_management","disable_stripe_user_authentication","spend_control_management"],"title":"ConnectEmbeddedIssuingCardsListFeatures","type":"object","x-expandableFields":[]},"connect_embedded_payment_disputes_config":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_payment_disputes_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedPaymentDisputesConfig","type":"object","x-expandableFields":["features"]},"connect_embedded_payment_disputes_features":{"description":"","properties":{"destination_on_behalf_of_charge_management":{"description":"Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.","type":"boolean"},"dispute_management":{"description":"Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.","type":"boolean"},"refund_management":{"description":"Whether sending refunds is enabled. This is `true` by default.","type":"boolean"}},"required":["destination_on_behalf_of_charge_management","dispute_management","refund_management"],"title":"ConnectEmbeddedPaymentDisputesFeatures","type":"object","x-expandableFields":[]},"connect_embedded_payments_config_claim":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_payments_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedPaymentsConfigClaim","type":"object","x-expandableFields":["features"]},"connect_embedded_payments_features":{"description":"","properties":{"capture_payments":{"description":"Whether to allow capturing and cancelling payment intents. This is `true` by default.","type":"boolean"},"destination_on_behalf_of_charge_management":{"description":"Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.","type":"boolean"},"dispute_management":{"description":"Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.","type":"boolean"},"refund_management":{"description":"Whether sending refunds is enabled. This is `true` by default.","type":"boolean"}},"required":["capture_payments","destination_on_behalf_of_charge_management","dispute_management","refund_management"],"title":"ConnectEmbeddedPaymentsFeatures","type":"object","x-expandableFields":[]},"connect_embedded_payouts_config":{"description":"","properties":{"enabled":{"description":"Whether the embedded component is enabled.","type":"boolean"},"features":{"$ref":"#/components/schemas/connect_embedded_payouts_features"}},"required":["enabled","features"],"title":"ConnectEmbeddedPayoutsConfig","type":"object","x-expandableFields":["features"]},"connect_embedded_payouts_features":{"description":"","properties":{"disable_stripe_user_authentication":{"description":"Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.","type":"boolean"},"edit_payout_schedule":{"description":"Whether to allow payout schedule to be changed. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.","type":"boolean"},"external_account_collection":{"description":"Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.","type":"boolean"},"instant_payouts":{"description":"Whether to allow creation of instant payouts. The default value is `enabled` when Stripe is responsible for negative account balances, and `use_dashboard_rules` otherwise.","type":"boolean"},"standard_payouts":{"description":"Whether to allow creation of standard payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.","type":"boolean"}},"required":["disable_stripe_user_authentication","edit_payout_schedule","external_account_collection","instant_payouts","standard_payouts"],"title":"ConnectEmbeddedPayoutsFeatures","type":"object","x-expandableFields":[]},"country_spec":{"description":"Stripe needs to collect certain pieces of information about each account\ncreated. These requirements can differ depending on the account's country. The\nCountry Specs API makes these rules available to your integration.\n\nYou can also view the information from this API call as [an online\nguide](/docs/connect/required-verification-information).","properties":{"default_currency":{"description":"The default currency for this country. This applies to both payment methods and bank accounts.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object. Represented as the ISO country code for this country.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["country_spec"],"type":"string"},"supported_bank_account_currencies":{"additionalProperties":{"items":{"maxLength":5000,"type":"string"},"type":"array"},"description":"Currencies that can be accepted in the specific country (for transfers).","type":"object"},"supported_payment_currencies":{"description":"Currencies that can be accepted in the specified country (for payments).","items":{"maxLength":5000,"type":"string"},"type":"array"},"supported_payment_methods":{"description":"Payment methods available in the specified country. You may need to enable some payment methods (e.g., [ACH](https://stripe.com/docs/ach)) on your account before they appear in this list. The `stripe` payment method refers to [charging through your platform](https://stripe.com/docs/connect/destination-charges).","items":{"maxLength":5000,"type":"string"},"type":"array"},"supported_transfer_countries":{"description":"Countries that can accept transfers from the specified country.","items":{"maxLength":5000,"type":"string"},"type":"array"},"verification_fields":{"$ref":"#/components/schemas/country_spec_verification_fields"}},"required":["default_currency","id","object","supported_bank_account_currencies","supported_payment_currencies","supported_payment_methods","supported_transfer_countries","verification_fields"],"title":"CountrySpec","type":"object","x-expandableFields":["verification_fields"],"x-resourceId":"country_spec"},"country_spec_verification_field_details":{"description":"","properties":{"additional":{"description":"Additional fields which are only required for some users.","items":{"maxLength":5000,"type":"string"},"type":"array"},"minimum":{"description":"Fields which every account must eventually provide.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["additional","minimum"],"title":"CountrySpecVerificationFieldDetails","type":"object","x-expandableFields":[]},"country_spec_verification_fields":{"description":"","properties":{"company":{"$ref":"#/components/schemas/country_spec_verification_field_details"},"individual":{"$ref":"#/components/schemas/country_spec_verification_field_details"}},"required":["company","individual"],"title":"CountrySpecVerificationFields","type":"object","x-expandableFields":["company","individual"]},"coupon":{"description":"A coupon contains information about a percent-off or amount-off discount you\nmight want to apply to a customer. Coupons may be applied to [subscriptions](https://api.stripe.com#subscriptions), [invoices](https://api.stripe.com#invoices),\n[checkout sessions](https://docs.stripe.com/api/checkout/sessions), [quotes](https://api.stripe.com#quotes), and more. Coupons do not work with conventional one-off [charges](https://api.stripe.com#create_charge) or [payment intents](https://docs.stripe.com/api/payment_intents).","properties":{"amount_off":{"description":"Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer.","nullable":true,"type":"integer"},"applies_to":{"$ref":"#/components/schemas/coupon_applies_to"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"If `amount_off` has been set, the three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the amount to take off.","format":"currency","nullable":true,"type":"string"},"currency_options":{"additionalProperties":{"$ref":"#/components/schemas/coupon_currency_option"},"description":"Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).","type":"object"},"duration":{"description":"One of `forever`, `once`, or `repeating`. Describes how long a customer who applies this coupon will get the discount.","enum":["forever","once","repeating"],"type":"string","x-stripeBypassValidation":true},"duration_in_months":{"description":"If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"max_redemptions":{"description":"Maximum number of times this coupon can be redeemed, in total, across all customers, before it is no longer valid.","nullable":true,"type":"integer"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"name":{"description":"Name of the coupon displayed to customers on for instance invoices or receipts.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["coupon"],"type":"string"},"percent_off":{"description":"Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon. For example, a coupon with percent_off of 50 will make a $ (or local equivalent)100 invoice $ (or local equivalent)50 instead.","nullable":true,"type":"number"},"redeem_by":{"description":"Date after which the coupon can no longer be redeemed.","format":"unix-time","nullable":true,"type":"integer"},"times_redeemed":{"description":"Number of times this coupon has been applied to a customer.","type":"integer"},"valid":{"description":"Taking account of the above properties, whether this coupon can still be applied to a customer.","type":"boolean"}},"required":["created","duration","id","livemode","object","times_redeemed","valid"],"title":"Coupon","type":"object","x-expandableFields":["applies_to","currency_options"],"x-resourceId":"coupon"},"coupon_applies_to":{"description":"","properties":{"products":{"description":"A list of product IDs this coupon applies to","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["products"],"title":"CouponAppliesTo","type":"object","x-expandableFields":[]},"coupon_currency_option":{"description":"","properties":{"amount_off":{"description":"Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer.","type":"integer"}},"required":["amount_off"],"title":"CouponCurrencyOption","type":"object","x-expandableFields":[]},"credit_balance":{"description":"","properties":{"available_balance":{"$ref":"#/components/schemas/billing_credit_grants_resource_amount"},"ledger_balance":{"$ref":"#/components/schemas/billing_credit_grants_resource_amount"}},"required":["available_balance","ledger_balance"],"title":"CreditBalance","type":"object","x-expandableFields":["available_balance","ledger_balance"]},"credit_note":{"description":"Issue a credit note to adjust an invoice's amount after the invoice is finalized.\n\nRelated guide: [Credit notes](https://docs.stripe.com/billing/invoices/credit-notes)","properties":{"amount":{"description":"The integer amount in cents (or local equivalent) representing the total amount of the credit note, including tax.","type":"integer"},"amount_shipping":{"description":"This is the sum of all the shipping amounts.","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the customer.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"ID of the account representing the customer.","maxLength":5000,"nullable":true,"type":"string"},"customer_balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer_balance_transaction"}],"description":"Customer balance transaction related to this credit note.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer_balance_transaction"}]}},"discount_amount":{"description":"The integer amount in cents (or local equivalent) representing the total amount of discount that was credited.","type":"integer"},"discount_amounts":{"description":"The aggregate amounts calculated per discount for all line items.","items":{"$ref":"#/components/schemas/discounts_resource_discount_amount"},"type":"array"},"effective_at":{"description":"The date when this credit note is in effect. Same as `created` unless overwritten. When defined, this value replaces the system-generated 'Date of issue' printed on the credit note PDF.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"ID of the invoice.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"lines":{"description":"Line items that make up the credit note","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/credit_note_line_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"CreditNoteLinesList","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"memo":{"description":"Customer-facing text that appears on the credit note PDF.","maxLength":5000,"nullable":true,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"number":{"description":"A unique number that identifies this particular credit note and appears on the PDF of the credit note and its associated invoice.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["credit_note"],"type":"string"},"out_of_band_amount":{"description":"Amount that was credited outside of Stripe.","nullable":true,"type":"integer"},"pdf":{"description":"The link to download the PDF of the credit note.","maxLength":5000,"type":"string"},"post_payment_amount":{"description":"The amount of the credit note that was refunded to the customer, credited to the customer's balance, credited outside of Stripe, or any combination thereof.","type":"integer"},"pre_payment_amount":{"description":"The amount of the credit note by which the invoice's `amount_remaining` and `amount_due` were reduced.","type":"integer"},"pretax_credit_amounts":{"description":"The pretax credit amounts (ex: discount, credit grants, etc) for all line items.","items":{"$ref":"#/components/schemas/credit_notes_pretax_credit_amount"},"type":"array"},"reason":{"description":"Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`","enum":["duplicate","fraudulent","order_change","product_unsatisfactory"],"nullable":true,"type":"string"},"refunds":{"description":"Refunds related to this credit note.","items":{"$ref":"#/components/schemas/credit_note_refund"},"type":"array"},"shipping_cost":{"anyOf":[{"$ref":"#/components/schemas/invoices_resource_shipping_cost"}],"description":"The details of the cost of shipping, including the ShippingRate applied to the invoice.","nullable":true},"status":{"description":"Status of this credit note, one of `issued` or `void`. Learn more about [voiding credit notes](https://docs.stripe.com/billing/invoices/credit-notes#voiding).","enum":["issued","void"],"type":"string","x-stripeBypassValidation":true},"subtotal":{"description":"The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding exclusive tax and invoice level discounts.","type":"integer"},"subtotal_excluding_tax":{"description":"The integer amount in cents (or local equivalent) representing the amount of the credit note, excluding all tax and invoice level discounts.","nullable":true,"type":"integer"},"total":{"description":"The integer amount in cents (or local equivalent) representing the total amount of the credit note, including tax and all discount.","type":"integer"},"total_excluding_tax":{"description":"The integer amount in cents (or local equivalent) representing the total amount of the credit note, excluding tax, but including discounts.","nullable":true,"type":"integer"},"total_taxes":{"description":"The aggregate tax information for all line items.","items":{"$ref":"#/components/schemas/billing_bill_resource_invoicing_taxes_tax"},"nullable":true,"type":"array"},"type":{"description":"Type of this credit note, one of `pre_payment` or `post_payment`. A `pre_payment` credit note means it was issued when the invoice was open. A `post_payment` credit note means it was issued when the invoice was paid.","enum":["mixed","post_payment","pre_payment"],"type":"string"},"voided_at":{"description":"The time that the credit note was voided.","format":"unix-time","nullable":true,"type":"integer"}},"required":["amount","amount_shipping","created","currency","customer","discount_amount","discount_amounts","id","invoice","lines","livemode","number","object","pdf","post_payment_amount","pre_payment_amount","pretax_credit_amounts","refunds","status","subtotal","total","type"],"title":"CreditNote","type":"object","x-expandableFields":["customer","customer_balance_transaction","discount_amounts","invoice","lines","pretax_credit_amounts","refunds","shipping_cost","total_taxes"],"x-resourceId":"credit_note"},"credit_note_line_item":{"description":"The credit note line item object","properties":{"amount":{"description":"The integer amount in cents (or local equivalent) representing the gross amount being credited for this line item, excluding (exclusive) tax and discounts.","type":"integer"},"description":{"description":"Description of the item being credited.","maxLength":5000,"nullable":true,"type":"string"},"discount_amount":{"description":"The integer amount in cents (or local equivalent) representing the discount being credited for this line item.","type":"integer"},"discount_amounts":{"description":"The amount of discount calculated per discount for this line item","items":{"$ref":"#/components/schemas/discounts_resource_discount_amount"},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice_line_item":{"description":"ID of the invoice line item being credited","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["credit_note_line_item"],"type":"string"},"pretax_credit_amounts":{"description":"The pretax credit amounts (ex: discount, credit grants, etc) for this line item.","items":{"$ref":"#/components/schemas/credit_notes_pretax_credit_amount"},"type":"array"},"quantity":{"description":"The number of units of product being credited.","nullable":true,"type":"integer"},"tax_rates":{"description":"The tax rates which apply to the line item.","items":{"$ref":"#/components/schemas/tax_rate"},"type":"array"},"taxes":{"description":"The tax information of the line item.","items":{"$ref":"#/components/schemas/billing_bill_resource_invoicing_taxes_tax"},"nullable":true,"type":"array"},"type":{"description":"The type of the credit note line item, one of `invoice_line_item` or `custom_line_item`. When the type is `invoice_line_item` there is an additional `invoice_line_item` property on the resource the value of which is the id of the credited line item on the invoice.","enum":["custom_line_item","invoice_line_item"],"type":"string"},"unit_amount":{"description":"The cost of each unit of product being credited.","nullable":true,"type":"integer"},"unit_amount_decimal":{"description":"Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"}},"required":["amount","discount_amount","discount_amounts","id","livemode","object","pretax_credit_amounts","tax_rates","type"],"title":"CreditNoteLineItem","type":"object","x-expandableFields":["discount_amounts","pretax_credit_amounts","tax_rates","taxes"],"x-resourceId":"credit_note_line_item"},"credit_note_refund":{"description":"","properties":{"amount_refunded":{"description":"Amount of the refund that applies to this credit note, in cents (or local equivalent).","type":"integer"},"payment_record_refund":{"anyOf":[{"$ref":"#/components/schemas/credit_notes_payment_record_refund"}],"description":"The PaymentRecord refund details associated with this credit note refund.","nullable":true},"refund":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/refund"}],"description":"ID of the refund.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/refund"}]}},"type":{"description":"Type of the refund, one of `refund` or `payment_record_refund`.","enum":["payment_record_refund","refund"],"nullable":true,"type":"string"}},"required":["amount_refunded","refund"],"title":"CreditNoteRefund","type":"object","x-expandableFields":["payment_record_refund","refund"]},"credit_notes_payment_record_refund":{"description":"","properties":{"payment_record":{"description":"ID of the payment record.","maxLength":5000,"type":"string"},"refund_group":{"description":"ID of the refund group.","maxLength":5000,"type":"string"}},"required":["payment_record","refund_group"],"title":"CreditNotesPaymentRecordRefund","type":"object","x-expandableFields":[]},"credit_notes_pretax_credit_amount":{"description":"","properties":{"amount":{"description":"The amount, in cents (or local equivalent), of the pretax credit amount.","type":"integer"},"credit_balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/billing.credit_balance_transaction"}],"description":"The credit balance transaction that was applied to get this pretax credit amount.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/billing.credit_balance_transaction"}]}},"discount":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}],"description":"The discount that was applied to get this pretax credit amount.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}]}},"type":{"description":"Type of the pretax credit amount referenced.","enum":["credit_balance_transaction","discount"],"type":"string"}},"required":["amount","type"],"title":"CreditNotesPretaxCreditAmount","type":"object","x-expandableFields":["credit_balance_transaction","discount"]},"currency_option":{"description":"","properties":{"custom_unit_amount":{"anyOf":[{"$ref":"#/components/schemas/custom_unit_amount"}],"description":"When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.","nullable":true},"tax_behavior":{"description":"Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.","enum":["exclusive","inclusive","unspecified"],"nullable":true,"type":"string"},"tiers":{"description":"Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.","items":{"$ref":"#/components/schemas/price_tier"},"type":"array"},"unit_amount":{"description":"The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if `billing_scheme=per_unit`.","nullable":true,"type":"integer"},"unit_amount_decimal":{"description":"The unit amount in cents (or local equivalent) to be charged, represented as a decimal string with at most 12 decimal places. Only set if `billing_scheme=per_unit`.","format":"decimal","nullable":true,"type":"string"}},"title":"CurrencyOption","type":"object","x-expandableFields":["custom_unit_amount","tiers"]},"custom_logo":{"description":"","properties":{"content_type":{"description":"Content type of the Dashboard-only CustomPaymentMethodType logo.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"URL of the Dashboard-only CustomPaymentMethodType logo.","maxLength":5000,"type":"string"}},"required":["url"],"title":"custom_logo","type":"object","x-expandableFields":[]},"custom_unit_amount":{"description":"","properties":{"maximum":{"description":"The maximum unit amount the customer can specify for this item.","nullable":true,"type":"integer"},"minimum":{"description":"The minimum unit amount the customer can specify for this item. Must be at least the minimum charge amount.","nullable":true,"type":"integer"},"preset":{"description":"The starting unit amount which can be updated by the customer.","nullable":true,"type":"integer"}},"title":"CustomUnitAmount","type":"object","x-expandableFields":[]},"customer":{"description":"This object represents a customer of your business. Use it to [create recurring charges](https://docs.stripe.com/invoicing/customer), [save payment](https://docs.stripe.com/payments/save-during-payment) and contact information,\nand track payments that belong to the same customer.","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"The customer's address.","nullable":true},"balance":{"description":"The current balance, if any, that's stored on the customer in their default currency. If negative, the customer has credit to apply to their next invoice. If positive, the customer has an amount owed that's added to their next invoice. The balance only considers amounts that Stripe hasn't successfully applied to any invoice. It doesn't reflect unpaid invoices. This balance is only taken into account after invoices finalize. For multi-currency balances, see [invoice_credit_balance](https://docs.stripe.com/api/customers/object#customer_object-invoice_credit_balance).","type":"integer"},"business_name":{"description":"The customer's business name.","maxLength":150,"type":"string"},"cash_balance":{"anyOf":[{"$ref":"#/components/schemas/cash_balance"}],"description":"The current funds being held by Stripe on behalf of the customer. You can apply these funds towards payment intents when the source is \"cash_balance\". The `settings[reconciliation_mode]` field describes if these funds apply to these payment intents manually or automatically.","nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) the customer can be charged in for recurring billing purposes.","maxLength":5000,"nullable":true,"type":"string"},"customer_account":{"description":"The ID of an Account representing a customer. You can use this ID with any v1 API that accepts a customer_account parameter.","maxLength":5000,"nullable":true,"type":"string"},"default_source":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}],"description":"ID of the default payment source for the customer.\n\nIf you use payment methods created through the PaymentMethods API, see the [invoice_settings.default_payment_method](https://docs.stripe.com/api/customers/object#customer_object-invoice_settings-default_payment_method) field instead.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}]},"x-stripeBypassValidation":true},"delinquent":{"description":"Tracks the most recent state change on any invoice belonging to the customer. Paying an invoice or marking it uncollectible via the API will set this field to false. An automatic payment failure or passing the `invoice.due_date` will set this field to `true`.\n\nIf an invoice becomes uncollectible by [dunning](https://docs.stripe.com/billing/automatic-collection), `delinquent` doesn't reset to `false`.\n\nIf you care whether the customer has paid their most recent subscription invoice, use `subscription.status` instead. Paying or marking uncollectible any customer invoice regardless of whether it is the latest invoice for a subscription will always set this field to `false`.","nullable":true,"type":"boolean"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"discount":{"anyOf":[{"$ref":"#/components/schemas/discount"}],"description":"Describes the current discount active on the customer, if there is one.","nullable":true},"email":{"description":"The customer's email address.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"individual_name":{"description":"The customer's individual name.","maxLength":150,"type":"string"},"invoice_credit_balance":{"additionalProperties":{"type":"integer"},"description":"The current multi-currency balances, if any, that's stored on the customer. If positive in a currency, the customer has a credit to apply to their next invoice denominated in that currency. If negative, the customer has an amount owed that's added to their next invoice denominated in that currency. These balances don't apply to unpaid invoices. They solely track amounts that Stripe hasn't successfully applied to any invoice. Stripe only applies a balance in a specific currency to an invoice after that invoice (which is in the same currency) finalizes.","type":"object"},"invoice_prefix":{"description":"The prefix for the customer used to generate unique invoice numbers.","maxLength":5000,"nullable":true,"type":"string"},"invoice_settings":{"$ref":"#/components/schemas/invoice_setting_customer_setting"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"The customer's full name or business name.","maxLength":5000,"nullable":true,"type":"string"},"next_invoice_sequence":{"description":"The suffix of the customer's next invoice number (for example, 0001). When the account uses account level sequencing, this parameter is ignored in API requests and the field omitted in API responses.","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["customer"],"type":"string"},"phone":{"description":"The customer's phone number.","maxLength":5000,"nullable":true,"type":"string"},"preferred_locales":{"description":"The customer's preferred locales (languages), ordered by preference.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"shipping":{"anyOf":[{"$ref":"#/components/schemas/shipping"}],"description":"Mailing and shipping address for the customer. Appears on invoices emailed to this customer.","nullable":true},"sources":{"description":"The customer's payment sources, if any.","properties":{"data":{"description":"Details about each object.","items":{"anyOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}],"title":"Polymorphic","x-stripeBypassValidation":true},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"ApmsSourcesSourceList","type":"object","x-expandableFields":["data"]},"subscriptions":{"description":"The customer's current subscriptions, if any.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/subscription"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"SubscriptionList","type":"object","x-expandableFields":["data"]},"tax":{"$ref":"#/components/schemas/customer_tax"},"tax_exempt":{"description":"Describes the customer's tax exemption status, which is `none`, `exempt`, or `reverse`. When set to `reverse`, invoice and receipt PDFs include the following text: **\"Reverse charge\"**.","enum":["exempt","none","reverse"],"nullable":true,"type":"string"},"tax_ids":{"description":"The customer's tax IDs.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/tax_id"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"TaxIDsList","type":"object","x-expandableFields":["data"]},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock that this customer belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}}},"required":["created","id","livemode","object"],"title":"Customer","type":"object","x-expandableFields":["address","cash_balance","default_source","discount","invoice_settings","shipping","sources","subscriptions","tax","tax_ids","test_clock"],"x-resourceId":"customer"},"customer_acceptance":{"description":"","properties":{"accepted_at":{"description":"The time that the customer accepts the mandate.","format":"unix-time","nullable":true,"type":"integer"},"offline":{"$ref":"#/components/schemas/offline_acceptance"},"online":{"$ref":"#/components/schemas/online_acceptance"},"type":{"description":"The mandate includes the type of customer acceptance information, such as: `online` or `offline`.","enum":["offline","online"],"type":"string"}},"required":["type"],"title":"customer_acceptance","type":"object","x-expandableFields":["offline","online"]},"customer_balance_customer_balance_settings":{"description":"","properties":{"reconciliation_mode":{"description":"The configuration for how funds that land in the customer cash balance are reconciled.","enum":["automatic","manual"],"type":"string"},"using_merchant_default":{"description":"A flag to indicate if reconciliation mode returned is the user's default or is specific to this customer cash balance","type":"boolean"}},"required":["reconciliation_mode","using_merchant_default"],"title":"CustomerBalanceCustomerBalanceSettings","type":"object","x-expandableFields":[]},"customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft":{"description":"","properties":{"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"The [Balance Transaction](https://docs.stripe.com/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"linked_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer_cash_balance_transaction"}],"description":"The [Cash Balance Transaction](https://docs.stripe.com/api/cash_balance_transactions/object) that brought the customer balance negative, triggering the clawback of funds.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer_cash_balance_transaction"}]}}},"required":["balance_transaction","linked_transaction"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft","type":"object","x-expandableFields":["balance_transaction","linked_transaction"]},"customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction":{"description":"","properties":{"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"The [Payment Intent](https://docs.stripe.com/api/payment_intents/object) that funds were applied to.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}}},"required":["payment_intent"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceAppliedToPaymentTransaction","type":"object","x-expandableFields":["payment_intent"]},"customer_balance_resource_cash_balance_transaction_resource_funded_transaction":{"description":"","properties":{"bank_transfer":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer"}},"required":["bank_transfer"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceFundedTransaction","type":"object","x-expandableFields":["bank_transfer"]},"customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer":{"description":"","properties":{"eu_bank_transfer":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_eu_bank_transfer"},"gb_bank_transfer":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_gb_bank_transfer"},"jp_bank_transfer":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_jp_bank_transfer"},"reference":{"description":"The user-supplied reference field on the bank transfer.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"The funding method type used to fund the customer balance. Permitted values include: `eu_bank_transfer`, `gb_bank_transfer`, `jp_bank_transfer`, `mx_bank_transfer`, or `us_bank_transfer`.","enum":["eu_bank_transfer","gb_bank_transfer","jp_bank_transfer","mx_bank_transfer","us_bank_transfer"],"type":"string","x-stripeBypassValidation":true},"us_bank_transfer":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_us_bank_transfer"}},"required":["type"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransfer","type":"object","x-expandableFields":["eu_bank_transfer","gb_bank_transfer","jp_bank_transfer","us_bank_transfer"]},"customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_eu_bank_transfer":{"description":"","properties":{"bic":{"description":"The BIC of the bank of the sender of the funding.","maxLength":5000,"nullable":true,"type":"string"},"iban_last4":{"description":"The last 4 digits of the IBAN of the sender of the funding.","maxLength":5000,"nullable":true,"type":"string"},"sender_name":{"description":"The full name of the sender, as supplied by the sending bank.","maxLength":5000,"nullable":true,"type":"string"}},"title":"CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceEuBankTransfer","type":"object","x-expandableFields":[]},"customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_gb_bank_transfer":{"description":"","properties":{"account_number_last4":{"description":"The last 4 digits of the account number of the sender of the funding.","maxLength":5000,"nullable":true,"type":"string"},"sender_name":{"description":"The full name of the sender, as supplied by the sending bank.","maxLength":5000,"nullable":true,"type":"string"},"sort_code":{"description":"The sort code of the bank of the sender of the funding","maxLength":5000,"nullable":true,"type":"string"}},"title":"CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceGbBankTransfer","type":"object","x-expandableFields":[]},"customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_jp_bank_transfer":{"description":"","properties":{"sender_bank":{"description":"The name of the bank of the sender of the funding.","maxLength":5000,"nullable":true,"type":"string"},"sender_branch":{"description":"The name of the bank branch of the sender of the funding.","maxLength":5000,"nullable":true,"type":"string"},"sender_name":{"description":"The full name of the sender, as supplied by the sending bank.","maxLength":5000,"nullable":true,"type":"string"}},"title":"CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceJpBankTransfer","type":"object","x-expandableFields":[]},"customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_us_bank_transfer":{"description":"","properties":{"network":{"description":"The banking network used for this funding.","enum":["ach","domestic_wire_us","swift"],"type":"string"},"sender_name":{"description":"The full name of the sender, as supplied by the sending bank.","maxLength":5000,"nullable":true,"type":"string"}},"title":"CustomerBalanceResourceCashBalanceTransactionResourceFundedTransactionResourceBankTransferResourceUsBankTransfer","type":"object","x-expandableFields":[]},"customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction":{"description":"","properties":{"refund":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/refund"}],"description":"The [Refund](https://docs.stripe.com/api/refunds/object) that moved these funds into the customer's cash balance.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/refund"}]}}},"required":["refund"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceRefundedFromPaymentTransaction","type":"object","x-expandableFields":["refund"]},"customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance":{"description":"","properties":{"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"The [Balance Transaction](https://docs.stripe.com/api/balance_transactions/object) that corresponds to funds transferred to your Stripe balance.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}}},"required":["balance_transaction"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceTransferredToBalance","type":"object","x-expandableFields":["balance_transaction"]},"customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction":{"description":"","properties":{"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"The [Payment Intent](https://docs.stripe.com/api/payment_intents/object) that funds were unapplied from.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}}},"required":["payment_intent"],"title":"CustomerBalanceResourceCashBalanceTransactionResourceUnappliedFromPaymentTransaction","type":"object","x-expandableFields":["payment_intent"]},"customer_balance_transaction":{"description":"Each customer has a [Balance](https://docs.stripe.com/api/customers/object#customer_object-balance) value,\nwhich denotes a debit or credit that's automatically applied to their next invoice upon finalization.\nYou may modify the value directly by using the [update customer API](https://docs.stripe.com/api/customers/update),\nor by creating a Customer Balance Transaction, which increments or decrements the customer's `balance` by the specified `amount`.\n\nRelated guide: [Customer balance](https://docs.stripe.com/billing/customer/balance)","properties":{"amount":{"description":"The amount of the transaction. A negative value is a credit for the customer's balance, and a positive value is a debit to the customer's `balance`.","type":"integer"},"checkout_session":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/checkout.session"}],"description":"The ID of the checkout session (if any) that created the transaction.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/checkout.session"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"credit_note":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/credit_note"}],"description":"The ID of the credit note (if any) related to the transaction.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/credit_note"}]}},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The ID of the customer the transaction belongs to.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"description":"The ID of an Account representing a customer that the transaction belongs to.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"ending_balance":{"description":"The customer's `balance` after the transaction was applied. A negative value decreases the amount due on the customer's next invoice. A positive value increases the amount due on the customer's next invoice.","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The ID of the invoice (if any) related to the transaction.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["customer_balance_transaction"],"type":"string"},"type":{"description":"Transaction type: `adjustment`, `applied_to_invoice`, `credit_note`, `initial`, `invoice_overpaid`, `invoice_too_large`, `invoice_too_small`, `unspent_receiver_credit`, `unapplied_from_invoice`, `checkout_session_subscription_payment`, or `checkout_session_subscription_payment_canceled`. See the [Customer Balance page](https://docs.stripe.com/billing/customer/balance#types) to learn more about transaction types.","enum":["adjustment","applied_to_invoice","checkout_session_subscription_payment","checkout_session_subscription_payment_canceled","credit_note","initial","invoice_overpaid","invoice_too_large","invoice_too_small","migration","unapplied_from_invoice","unspent_receiver_credit"],"type":"string","x-stripeBypassValidation":true}},"required":["amount","created","currency","customer","ending_balance","id","livemode","object","type"],"title":"CustomerBalanceTransaction","type":"object","x-expandableFields":["checkout_session","credit_note","customer","invoice"],"x-resourceId":"customer_balance_transaction"},"customer_cash_balance_transaction":{"description":"Customers with certain payments enabled have a cash balance, representing funds that were paid\nby the customer to a merchant, but have not yet been allocated to a payment. Cash Balance Transactions\nrepresent when funds are moved into or out of this balance. This includes funding by the customer, allocation\nto payments, and refunds to the customer.","properties":{"adjusted_for_overdraft":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft"},"applied_to_payment":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The customer whose available cash balance changed as a result of this transaction.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"description":"The ID of an Account representing a customer whose available cash balance changed as a result of this transaction.","maxLength":5000,"nullable":true,"type":"string"},"ending_balance":{"description":"The total available cash balance for the specified currency after this transaction was applied. Represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"funded":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_funded_transaction"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"net_amount":{"description":"The amount by which the cash balance changed, represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). A positive value represents funds being added to the cash balance, a negative value represents funds being removed from the cash balance.","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["customer_cash_balance_transaction"],"type":"string"},"refunded_from_payment":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction"},"transferred_to_balance":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance"},"type":{"description":"The type of the cash balance transaction. New types may be added in future. See [Customer Balance](https://docs.stripe.com/payments/customer-balance#types) to learn more about these types.","enum":["adjusted_for_overdraft","applied_to_payment","funded","funding_reversed","refunded_from_payment","return_canceled","return_initiated","transferred_to_balance","unapplied_from_payment"],"type":"string"},"unapplied_from_payment":{"$ref":"#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction"}},"required":["created","currency","customer","ending_balance","id","livemode","net_amount","object","type"],"title":"CustomerCashBalanceTransaction","type":"object","x-expandableFields":["adjusted_for_overdraft","applied_to_payment","customer","funded","refunded_from_payment","transferred_to_balance","unapplied_from_payment"],"x-resourceId":"customer_cash_balance_transaction"},"customer_session":{"description":"A Customer Session allows you to grant Stripe's frontend SDKs (like Stripe.js) client-side access\ncontrol over a Customer.\n\nRelated guides: [Customer Session with the Payment Element](/payments/accept-a-payment-deferred?platform=web&type=payment#save-payment-methods),\n[Customer Session with the Pricing Table](/payments/checkout/pricing-table#customer-session),\n[Customer Session with the Buy Button](/payment-links/buy-button#pass-an-existing-customer).","properties":{"client_secret":{"description":"The client secret of this Customer Session. Used on the client to set up secure access to the given `customer`.\n\nThe client secret can be used to provide access to `customer` from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.","maxLength":5000,"type":"string"},"components":{"$ref":"#/components/schemas/customer_session_resource_components"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The Customer the Customer Session was created for.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"description":"The Account that the Customer Session was created for.","maxLength":5000,"nullable":true,"type":"string"},"expires_at":{"description":"The timestamp at which this Customer Session will expire.","format":"unix-time","type":"integer"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["customer_session"],"type":"string"}},"required":["client_secret","created","customer","expires_at","livemode","object"],"title":"CustomerSessionResourceCustomerSession","type":"object","x-expandableFields":["components","customer"],"x-resourceId":"customer_session"},"customer_session_resource_components":{"description":"Configuration for the components supported by this Customer Session.","properties":{"buy_button":{"$ref":"#/components/schemas/customer_session_resource_components_resource_buy_button"},"customer_sheet":{"$ref":"#/components/schemas/customer_session_resource_components_resource_customer_sheet"},"mobile_payment_element":{"$ref":"#/components/schemas/customer_session_resource_components_resource_mobile_payment_element"},"payment_element":{"$ref":"#/components/schemas/customer_session_resource_components_resource_payment_element"},"pricing_table":{"$ref":"#/components/schemas/customer_session_resource_components_resource_pricing_table"}},"required":["buy_button","customer_sheet","mobile_payment_element","payment_element","pricing_table"],"title":"CustomerSessionResourceComponents","type":"object","x-expandableFields":["buy_button","customer_sheet","mobile_payment_element","payment_element","pricing_table"]},"customer_session_resource_components_resource_buy_button":{"description":"This hash contains whether the buy button is enabled.","properties":{"enabled":{"description":"Whether the buy button is enabled.","type":"boolean"}},"required":["enabled"],"title":"CustomerSessionResourceComponentsResourceBuyButton","type":"object","x-expandableFields":[]},"customer_session_resource_components_resource_customer_sheet":{"description":"This hash contains whether the customer sheet is enabled and the features it supports.","properties":{"enabled":{"description":"Whether the customer sheet is enabled.","type":"boolean"},"features":{"anyOf":[{"$ref":"#/components/schemas/customer_session_resource_components_resource_customer_sheet_resource_features"}],"description":"This hash defines whether the customer sheet supports certain features.","nullable":true}},"required":["enabled"],"title":"CustomerSessionResourceComponentsResourceCustomerSheet","type":"object","x-expandableFields":["features"]},"customer_session_resource_components_resource_customer_sheet_resource_features":{"description":"This hash contains the features the customer sheet supports.","properties":{"payment_method_allow_redisplay_filters":{"description":"A list of [`allow_redisplay`](https://docs.stripe.com/api/payment_methods/object#payment_method_object-allow_redisplay) values that controls which saved payment methods the customer sheet displays by filtering to only show payment methods with an `allow_redisplay` value that is present in this list.\n\nIf not specified, defaults to [\"always\"]. In order to display all saved payment methods, specify [\"always\", \"limited\", \"unspecified\"].","items":{"enum":["always","limited","unspecified"],"type":"string"},"nullable":true,"type":"array"},"payment_method_remove":{"description":"Controls whether the customer sheet displays the option to remove a saved payment method.\"\n\nAllowing buyers to remove their saved payment methods impacts subscriptions that depend on that payment method. Removing the payment method detaches the [`customer` object](https://docs.stripe.com/api/payment_methods/object#payment_method_object-customer) from that [PaymentMethod](https://docs.stripe.com/api/payment_methods).","enum":["disabled","enabled"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"CustomerSessionResourceComponentsResourceCustomerSheetResourceFeatures","type":"object","x-expandableFields":[]},"customer_session_resource_components_resource_mobile_payment_element":{"description":"This hash contains whether the mobile payment element is enabled and the features it supports.","properties":{"enabled":{"description":"Whether the mobile payment element is enabled.","type":"boolean"},"features":{"anyOf":[{"$ref":"#/components/schemas/customer_session_resource_components_resource_mobile_payment_element_resource_features"}],"description":"This hash defines whether the mobile payment element supports certain features.","nullable":true}},"required":["enabled"],"title":"CustomerSessionResourceComponentsResourceMobilePaymentElement","type":"object","x-expandableFields":["features"]},"customer_session_resource_components_resource_mobile_payment_element_resource_features":{"description":"This hash contains the features the mobile payment element supports.","properties":{"payment_method_allow_redisplay_filters":{"description":"A list of [`allow_redisplay`](https://docs.stripe.com/api/payment_methods/object#payment_method_object-allow_redisplay) values that controls which saved payment methods the mobile payment element displays by filtering to only show payment methods with an `allow_redisplay` value that is present in this list.\n\nIf not specified, defaults to [\"always\"]. In order to display all saved payment methods, specify [\"always\", \"limited\", \"unspecified\"].","items":{"enum":["always","limited","unspecified"],"type":"string"},"nullable":true,"type":"array"},"payment_method_redisplay":{"description":"Controls whether or not the mobile payment element shows saved payment methods.","enum":["disabled","enabled"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"payment_method_remove":{"description":"Controls whether the mobile payment element displays the option to remove a saved payment method.\"\n\nAllowing buyers to remove their saved payment methods impacts subscriptions that depend on that payment method. Removing the payment method detaches the [`customer` object](https://docs.stripe.com/api/payment_methods/object#payment_method_object-customer) from that [PaymentMethod](https://docs.stripe.com/api/payment_methods).","enum":["disabled","enabled"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"payment_method_save":{"description":"Controls whether the mobile payment element displays a checkbox offering to save a new payment method.\n\nIf a customer checks the box, the [`allow_redisplay`](https://docs.stripe.com/api/payment_methods/object#payment_method_object-allow_redisplay) value on the PaymentMethod is set to `'always'` at confirmation time. For PaymentIntents, the [`setup_future_usage`](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-setup_future_usage) value is also set to the value defined in `payment_method_save_usage`.","enum":["disabled","enabled"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"payment_method_save_allow_redisplay_override":{"description":"Allows overriding the value of allow_override when saving a new payment method when payment_method_save is set to disabled. Use values: \"always\", \"limited\", or \"unspecified\".\n\nIf not specified, defaults to `nil` (no override value).","enum":["always","limited","unspecified"],"nullable":true,"type":"string"}},"title":"CustomerSessionResourceComponentsResourceMobilePaymentElementResourceFeatures","type":"object","x-expandableFields":[]},"customer_session_resource_components_resource_payment_element":{"description":"This hash contains whether the Payment Element is enabled and the features it supports.","properties":{"enabled":{"description":"Whether the Payment Element is enabled.","type":"boolean"},"features":{"anyOf":[{"$ref":"#/components/schemas/customer_session_resource_components_resource_payment_element_resource_features"}],"description":"This hash defines whether the Payment Element supports certain features.","nullable":true}},"required":["enabled"],"title":"CustomerSessionResourceComponentsResourcePaymentElement","type":"object","x-expandableFields":["features"]},"customer_session_resource_components_resource_payment_element_resource_features":{"description":"This hash contains the features the Payment Element supports.","properties":{"payment_method_allow_redisplay_filters":{"description":"A list of [`allow_redisplay`](https://docs.stripe.com/api/payment_methods/object#payment_method_object-allow_redisplay) values that controls which saved payment methods the Payment Element displays by filtering to only show payment methods with an `allow_redisplay` value that is present in this list.\n\nIf not specified, defaults to [\"always\"]. In order to display all saved payment methods, specify [\"always\", \"limited\", \"unspecified\"].","items":{"enum":["always","limited","unspecified"],"type":"string"},"type":"array"},"payment_method_redisplay":{"description":"Controls whether or not the Payment Element shows saved payment methods. This parameter defaults to `disabled`.","enum":["disabled","enabled"],"type":"string","x-stripeBypassValidation":true},"payment_method_redisplay_limit":{"description":"Determines the max number of saved payment methods for the Payment Element to display. This parameter defaults to `3`. The maximum redisplay limit is `10`.","nullable":true,"type":"integer"},"payment_method_remove":{"description":"Controls whether the Payment Element displays the option to remove a saved payment method. This parameter defaults to `disabled`.\n\nAllowing buyers to remove their saved payment methods impacts subscriptions that depend on that payment method. Removing the payment method detaches the [`customer` object](https://docs.stripe.com/api/payment_methods/object#payment_method_object-customer) from that [PaymentMethod](https://docs.stripe.com/api/payment_methods).","enum":["disabled","enabled"],"type":"string","x-stripeBypassValidation":true},"payment_method_save":{"description":"Controls whether the Payment Element displays a checkbox offering to save a new payment method. This parameter defaults to `disabled`.\n\nIf a customer checks the box, the [`allow_redisplay`](https://docs.stripe.com/api/payment_methods/object#payment_method_object-allow_redisplay) value on the PaymentMethod is set to `'always'` at confirmation time. For PaymentIntents, the [`setup_future_usage`](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-setup_future_usage) value is also set to the value defined in `payment_method_save_usage`.","enum":["disabled","enabled"],"type":"string","x-stripeBypassValidation":true},"payment_method_save_usage":{"description":"When using PaymentIntents and the customer checks the save checkbox, this field determines the [`setup_future_usage`](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-setup_future_usage) value used to confirm the PaymentIntent.\n\nWhen using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.","enum":["off_session","on_session"],"nullable":true,"type":"string"}},"required":["payment_method_allow_redisplay_filters","payment_method_redisplay","payment_method_remove","payment_method_save"],"title":"CustomerSessionResourceComponentsResourcePaymentElementResourceFeatures","type":"object","x-expandableFields":[]},"customer_session_resource_components_resource_pricing_table":{"description":"This hash contains whether the pricing table is enabled.","properties":{"enabled":{"description":"Whether the pricing table is enabled.","type":"boolean"}},"required":["enabled"],"title":"CustomerSessionResourceComponentsResourcePricingTable","type":"object","x-expandableFields":[]},"customer_tax":{"description":"","properties":{"automatic_tax":{"description":"Surfaces if automatic tax computation is possible given the current customer location information.","enum":["failed","not_collecting","supported","unrecognized_location"],"type":"string"},"ip_address":{"description":"A recent IP address of the customer used for tax reporting and tax location inference.","maxLength":5000,"nullable":true,"type":"string"},"location":{"anyOf":[{"$ref":"#/components/schemas/customer_tax_location"}],"description":"The identified tax location of the customer.","nullable":true},"provider":{"description":"The tax calculation provider used for location resolution. Defaults to `stripe` when not using a [third-party provider](/tax/third-party-apps).","enum":["anrok","avalara","sphere","stripe"],"type":"string"}},"required":["automatic_tax","provider"],"title":"CustomerTax","type":"object","x-expandableFields":["location"]},"customer_tax_location":{"description":"","properties":{"country":{"description":"The identified tax country of the customer.","maxLength":5000,"type":"string"},"source":{"description":"The data source used to infer the customer's location.","enum":["billing_address","ip_address","payment_method","shipping_destination"],"type":"string"},"state":{"description":"The identified tax state, county, province, or region of the customer.","maxLength":5000,"nullable":true,"type":"string"}},"required":["country","source"],"title":"CustomerTaxLocation","type":"object","x-expandableFields":[]},"deleted_account":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["account"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedAccount","type":"object","x-expandableFields":[],"x-resourceId":"deleted_account"},"deleted_apple_pay_domain":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["apple_pay_domain"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedApplePayDomain","type":"object","x-expandableFields":[],"x-resourceId":"deleted_apple_pay_domain"},"deleted_application":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"name":{"description":"The name of the application.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["application"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedApplication","type":"object","x-expandableFields":[]},"deleted_bank_account":{"description":"","properties":{"currency":{"description":"Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.","maxLength":5000,"nullable":true,"type":"string"},"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["bank_account"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedBankAccount","type":"object","x-expandableFields":[]},"deleted_card":{"description":"","properties":{"currency":{"description":"Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.","maxLength":5000,"nullable":true,"type":"string"},"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["card"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedCard","type":"object","x-expandableFields":[]},"deleted_coupon":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["coupon"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedCoupon","type":"object","x-expandableFields":[],"x-resourceId":"deleted_coupon"},"deleted_customer":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["customer"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedCustomer","type":"object","x-expandableFields":[],"x-resourceId":"deleted_customer"},"deleted_discount":{"description":"","properties":{"checkout_session":{"description":"The Checkout session that this coupon is applied to, if it is applied to a particular session in payment mode. Will not be present for subscription mode.","maxLength":5000,"nullable":true,"type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The ID of the customer associated with this discount.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The ID of the account representing the customer associated with this discount.","maxLength":5000,"nullable":true,"type":"string"},"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"The ID of the discount object. Discounts cannot be fetched by ID. Use `expand[]=discounts` in API calls to expand discount IDs in an array.","maxLength":5000,"type":"string"},"invoice":{"description":"The invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice.","maxLength":5000,"nullable":true,"type":"string"},"invoice_item":{"description":"The invoice item `id` (or invoice line item `id` for invoice line items of type='subscription') that the discount's coupon was applied to, if it was applied directly to a particular invoice item or invoice line item.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["discount"],"type":"string"},"promotion_code":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/promotion_code"}],"description":"The promotion code applied to create this discount.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/promotion_code"}]}},"source":{"$ref":"#/components/schemas/discount_source"},"start":{"description":"Date that the coupon was applied.","format":"unix-time","type":"integer"},"subscription":{"description":"The subscription that this coupon is applied to, if it is applied to a particular subscription.","maxLength":5000,"nullable":true,"type":"string"},"subscription_item":{"description":"The subscription item that this coupon is applied to, if it is applied to a particular subscription item.","maxLength":5000,"nullable":true,"type":"string"}},"required":["deleted","id","object","source","start"],"title":"DeletedDiscount","type":"object","x-expandableFields":["customer","promotion_code","source"],"x-resourceId":"deleted_discount"},"deleted_external_account":{"anyOf":[{"$ref":"#/components/schemas/deleted_bank_account"},{"$ref":"#/components/schemas/deleted_card"}],"title":"Polymorphic","x-resourceId":"deleted_external_account","x-stripeBypassValidation":true},"deleted_invoice":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["invoice"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedInvoice","type":"object","x-expandableFields":[],"x-resourceId":"deleted_invoice"},"deleted_invoiceitem":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["invoiceitem"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedInvoiceItem","type":"object","x-expandableFields":[],"x-resourceId":"deleted_invoiceitem"},"deleted_payment_source":{"anyOf":[{"$ref":"#/components/schemas/deleted_bank_account"},{"$ref":"#/components/schemas/deleted_card"}],"title":"Polymorphic","x-resourceId":"deleted_payment_source","x-stripeBypassValidation":true},"deleted_person":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["person"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedPerson","type":"object","x-expandableFields":[],"x-resourceId":"deleted_person"},"deleted_plan":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["plan"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedPlan","type":"object","x-expandableFields":[],"x-resourceId":"deleted_plan"},"deleted_price":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["price"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedPrice","type":"object","x-expandableFields":[]},"deleted_product":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["product"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedProduct","type":"object","x-expandableFields":[],"x-resourceId":"deleted_product"},"deleted_product_feature":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["product_feature"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedProductFeature","type":"object","x-expandableFields":[],"x-resourceId":"deleted_product_feature"},"deleted_radar.value_list":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.value_list"],"type":"string"}},"required":["deleted","id","object"],"title":"RadarListDeletedList","type":"object","x-expandableFields":[],"x-resourceId":"deleted_radar.value_list"},"deleted_radar.value_list_item":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.value_list_item"],"type":"string"}},"required":["deleted","id","object"],"title":"RadarListDeletedListItem","type":"object","x-expandableFields":[],"x-resourceId":"deleted_radar.value_list_item"},"deleted_subscription_item":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["subscription_item"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedSubscriptionItem","type":"object","x-expandableFields":[],"x-resourceId":"deleted_subscription_item"},"deleted_tax_id":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax_id"],"type":"string"}},"required":["deleted","id","object"],"title":"deleted_tax_id","type":"object","x-expandableFields":[],"x-resourceId":"deleted_tax_id"},"deleted_terminal.configuration":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.configuration"],"type":"string"}},"required":["deleted","id","object"],"title":"TerminalConfigurationDeletedConfiguration","type":"object","x-expandableFields":[],"x-resourceId":"deleted_terminal.configuration"},"deleted_terminal.location":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.location"],"type":"string"}},"required":["deleted","id","object"],"title":"TerminalLocationDeletedLocation","type":"object","x-expandableFields":[],"x-resourceId":"deleted_terminal.location"},"deleted_terminal.reader":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.reader"],"type":"string"}},"required":["deleted","id","object"],"title":"TerminalReaderDeletedReader","type":"object","x-expandableFields":[],"x-resourceId":"deleted_terminal.reader"},"deleted_test_helpers.test_clock":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["test_helpers.test_clock"],"type":"string"}},"required":["deleted","id","object"],"title":"DeletedTestClock","type":"object","x-expandableFields":[],"x-resourceId":"deleted_test_helpers.test_clock"},"deleted_webhook_endpoint":{"description":"","properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["webhook_endpoint"],"type":"string"}},"required":["deleted","id","object"],"title":"NotificationWebhookEndpointDeleted","type":"object","x-expandableFields":[],"x-resourceId":"deleted_webhook_endpoint"},"destination_details_unimplemented":{"description":"","title":"destination_details_unimplemented","type":"object","x-expandableFields":[]},"discount":{"description":"A discount represents the actual application of a [coupon](https://api.stripe.com#coupons) or [promotion code](https://api.stripe.com#promotion_codes).\nIt contains information about when the discount began, when it will end, and what it is applied to.\n\nRelated guide: [Applying discounts to subscriptions](https://docs.stripe.com/billing/subscriptions/discounts)","properties":{"checkout_session":{"description":"The Checkout session that this coupon is applied to, if it is applied to a particular session in payment mode. Will not be present for subscription mode.","maxLength":5000,"nullable":true,"type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The ID of the customer associated with this discount.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The ID of the account representing the customer associated with this discount.","maxLength":5000,"nullable":true,"type":"string"},"end":{"description":"If the coupon has a duration of `repeating`, the date that this discount will end. If the coupon has a duration of `once` or `forever`, this attribute will be null.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"The ID of the discount object. Discounts cannot be fetched by ID. Use `expand[]=discounts` in API calls to expand discount IDs in an array.","maxLength":5000,"type":"string"},"invoice":{"description":"The invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice.","maxLength":5000,"nullable":true,"type":"string"},"invoice_item":{"description":"The invoice item `id` (or invoice line item `id` for invoice line items of type='subscription') that the discount's coupon was applied to, if it was applied directly to a particular invoice item or invoice line item.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["discount"],"type":"string"},"promotion_code":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/promotion_code"}],"description":"The promotion code applied to create this discount.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/promotion_code"}]}},"source":{"$ref":"#/components/schemas/discount_source"},"start":{"description":"Date that the coupon was applied.","format":"unix-time","type":"integer"},"subscription":{"description":"The subscription that this coupon is applied to, if it is applied to a particular subscription.","maxLength":5000,"nullable":true,"type":"string"},"subscription_item":{"description":"The subscription item that this coupon is applied to, if it is applied to a particular subscription item.","maxLength":5000,"nullable":true,"type":"string"}},"required":["id","object","source","start"],"title":"Discount","type":"object","x-expandableFields":["customer","promotion_code","source"],"x-resourceId":"discount"},"discount_source":{"description":"","properties":{"coupon":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/coupon"}],"description":"The coupon that was redeemed to create this discount.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/coupon"}]}},"type":{"description":"The source type of the discount.","enum":["coupon"],"type":"string"}},"required":["type"],"title":"DiscountSource","type":"object","x-expandableFields":["coupon"]},"discounts_resource_discount_amount":{"description":"","properties":{"amount":{"description":"The amount, in cents (or local equivalent), of the discount.","type":"integer"},"discount":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}],"description":"The discount that was applied to get this discount amount.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}]}}},"required":["amount","discount"],"title":"DiscountsResourceDiscountAmount","type":"object","x-expandableFields":["discount"]},"discounts_resource_stackable_discount":{"description":"","properties":{"coupon":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/coupon"}],"description":"ID of the coupon to create a new discount for.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/coupon"}]}},"discount":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"}],"description":"ID of an existing discount on the object (or one of its ancestors) to reuse.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"}]}},"promotion_code":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/promotion_code"}],"description":"ID of the promotion code to create a new discount for.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/promotion_code"}]}}},"title":"DiscountsResourceStackableDiscount","type":"object","x-expandableFields":["coupon","discount","promotion_code"]},"dispute":{"description":"A dispute occurs when a customer questions your charge with their card issuer.\nWhen this happens, you have the opportunity to respond to the dispute with\nevidence that shows that the charge is legitimate.\n\nRelated guide: [Disputes and fraud](https://docs.stripe.com/disputes)","properties":{"amount":{"description":"Disputed amount. Usually the amount of the charge, but it can differ (usually because of currency fluctuation or because only part of the order is disputed).","type":"integer"},"balance_transactions":{"description":"List of zero, one, or two balance transactions that show funds withdrawn and reinstated to your Stripe account as a result of this dispute.","items":{"$ref":"#/components/schemas/balance_transaction"},"type":"array"},"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the charge that's disputed.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"enhanced_eligibility_types":{"description":"List of eligibility types that are included in `enhanced_evidence`.","items":{"enum":["visa_compelling_evidence_3","visa_compliance"],"type":"string"},"type":"array"},"evidence":{"$ref":"#/components/schemas/dispute_evidence"},"evidence_details":{"$ref":"#/components/schemas/dispute_evidence_details"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"is_charge_refundable":{"description":"If true, it's still possible to refund the disputed payment. After the payment has been fully refunded, no further funds are withdrawn from your Stripe account as a result of this dispute.","type":"boolean"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["dispute"],"type":"string"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"ID of the PaymentIntent that's disputed.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"payment_method_details":{"$ref":"#/components/schemas/dispute_payment_method_details"},"reason":{"description":"Reason given by cardholder for dispute. Possible values are `bank_cannot_process`, `check_returned`, `credit_not_processed`, `customer_initiated`, `debit_not_authorized`, `duplicate`, `fraudulent`, `general`, `incorrect_account_details`, `insufficient_funds`, `noncompliant`, `product_not_received`, `product_unacceptable`, `subscription_canceled`, or `unrecognized`. Learn more about [dispute reasons](https://docs.stripe.com/disputes/categories).","maxLength":5000,"type":"string"},"status":{"description":"The current status of a dispute. Possible values include:`warning_needs_response`, `warning_under_review`, `warning_closed`, `needs_response`, `under_review`, `won`, `lost`, or `prevented`.","enum":["lost","needs_response","prevented","under_review","warning_closed","warning_needs_response","warning_under_review","won"],"type":"string","x-stripeBypassValidation":true}},"required":["amount","balance_transactions","charge","created","currency","enhanced_eligibility_types","evidence","evidence_details","id","is_charge_refundable","livemode","metadata","object","reason","status"],"title":"Dispute","type":"object","x-expandableFields":["balance_transactions","charge","evidence","evidence_details","payment_intent","payment_method_details"],"x-resourceId":"dispute"},"dispute_enhanced_eligibility":{"description":"","properties":{"visa_compelling_evidence_3":{"$ref":"#/components/schemas/dispute_enhanced_eligibility_visa_compelling_evidence3"},"visa_compliance":{"$ref":"#/components/schemas/dispute_enhanced_eligibility_visa_compliance"}},"title":"DisputeEnhancedEligibility","type":"object","x-expandableFields":["visa_compelling_evidence_3","visa_compliance"]},"dispute_enhanced_eligibility_visa_compelling_evidence3":{"description":"","properties":{"required_actions":{"description":"List of actions required to qualify dispute for Visa Compelling Evidence 3.0 evidence submission.","items":{"enum":["missing_customer_identifiers","missing_disputed_transaction_description","missing_merchandise_or_services","missing_prior_undisputed_transaction_description","missing_prior_undisputed_transactions"],"type":"string"},"type":"array"},"status":{"description":"Visa Compelling Evidence 3.0 eligibility status.","enum":["not_qualified","qualified","requires_action"],"type":"string"}},"required":["required_actions","status"],"title":"DisputeEnhancedEligibilityVisaCompellingEvidence3","type":"object","x-expandableFields":[]},"dispute_enhanced_eligibility_visa_compliance":{"description":"","properties":{"status":{"description":"Visa compliance eligibility status.","enum":["fee_acknowledged","requires_fee_acknowledgement"],"type":"string"}},"required":["status"],"title":"DisputeEnhancedEligibilityVisaCompliance","type":"object","x-expandableFields":[]},"dispute_enhanced_evidence":{"description":"","properties":{"visa_compelling_evidence_3":{"$ref":"#/components/schemas/dispute_enhanced_evidence_visa_compelling_evidence3"},"visa_compliance":{"$ref":"#/components/schemas/dispute_enhanced_evidence_visa_compliance"}},"title":"DisputeEnhancedEvidence","type":"object","x-expandableFields":["visa_compelling_evidence_3","visa_compliance"]},"dispute_enhanced_evidence_visa_compelling_evidence3":{"description":"","properties":{"disputed_transaction":{"anyOf":[{"$ref":"#/components/schemas/dispute_visa_compelling_evidence3_disputed_transaction"}],"description":"Disputed transaction details for Visa Compelling Evidence 3.0 evidence submission.","nullable":true},"prior_undisputed_transactions":{"description":"List of exactly two prior undisputed transaction objects for Visa Compelling Evidence 3.0 evidence submission.","items":{"$ref":"#/components/schemas/dispute_visa_compelling_evidence3_prior_undisputed_transaction"},"type":"array"}},"required":["prior_undisputed_transactions"],"title":"DisputeEnhancedEvidenceVisaCompellingEvidence3","type":"object","x-expandableFields":["disputed_transaction","prior_undisputed_transactions"]},"dispute_enhanced_evidence_visa_compliance":{"description":"","properties":{"fee_acknowledged":{"description":"A field acknowledging the fee incurred when countering a Visa compliance dispute. If this field is set to true, evidence can be submitted for the compliance dispute. Stripe collects a 500 USD (or local equivalent) amount to cover the network costs associated with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win the dispute.","type":"boolean"}},"required":["fee_acknowledged"],"title":"DisputeEnhancedEvidenceVisaCompliance","type":"object","x-expandableFields":[]},"dispute_evidence":{"description":"","properties":{"access_activity_log":{"description":"Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity.","maxLength":150000,"nullable":true,"type":"string"},"billing_address":{"description":"The billing address provided by the customer.","maxLength":5000,"nullable":true,"type":"string"},"cancellation_policy":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your subscription cancellation policy, as shown to the customer.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"cancellation_policy_disclosure":{"description":"An explanation of how and when the customer was shown your refund policy prior to purchase.","maxLength":150000,"nullable":true,"type":"string"},"cancellation_rebuttal":{"description":"A justification for why the customer's subscription was not canceled.","maxLength":150000,"nullable":true,"type":"string"},"customer_communication":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any communication with the customer that you feel is relevant to your case. Examples include emails proving that the customer received the product or service, or demonstrating their use of or satisfaction with the product or service.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"customer_email_address":{"description":"The email address of the customer.","maxLength":5000,"nullable":true,"type":"string"},"customer_name":{"description":"The name of the customer.","maxLength":5000,"nullable":true,"type":"string"},"customer_purchase_ip":{"description":"The IP address that the customer used when making the purchase.","maxLength":5000,"nullable":true,"type":"string"},"customer_signature":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) A relevant document or contract showing the customer's signature.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"duplicate_charge_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation for the prior charge that can uniquely identify the charge, such as a receipt, shipping label, work order, etc. This document should be paired with a similar document from the disputed payment that proves the two payments are separate.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"duplicate_charge_explanation":{"description":"An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate.","maxLength":150000,"nullable":true,"type":"string"},"duplicate_charge_id":{"description":"The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge.","maxLength":5000,"nullable":true,"type":"string"},"enhanced_evidence":{"$ref":"#/components/schemas/dispute_enhanced_evidence"},"product_description":{"description":"A description of the product or service that was sold.","maxLength":150000,"nullable":true,"type":"string"},"receipt":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any receipt or message sent to the customer notifying them of the charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"refund_policy":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your refund policy, as shown to the customer.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"refund_policy_disclosure":{"description":"Documentation demonstrating that the customer was shown your refund policy prior to purchase.","maxLength":150000,"nullable":true,"type":"string"},"refund_refusal_explanation":{"description":"A justification for why the customer is not entitled to a refund.","maxLength":150000,"nullable":true,"type":"string"},"service_date":{"description":"The date on which the customer received or began receiving the purchased service, in a clear human-readable format.","maxLength":5000,"nullable":true,"type":"string"},"service_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof that a service was provided to the customer. This could include a copy of a signed contract, work order, or other form of written agreement.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"shipping_address":{"description":"The address to which a physical product was shipped. You should try to include as complete address information as possible.","maxLength":5000,"nullable":true,"type":"string"},"shipping_carrier":{"description":"The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas.","maxLength":5000,"nullable":true,"type":"string"},"shipping_date":{"description":"The date on which a physical product began its route to the shipping address, in a clear human-readable format.","maxLength":5000,"nullable":true,"type":"string"},"shipping_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof that a product was shipped to the customer at the same address the customer provided to you. This could include a copy of the shipment receipt, shipping label, etc. It should show the customer's full shipping address, if possible.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"shipping_tracking_number":{"description":"The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.","maxLength":5000,"nullable":true,"type":"string"},"uncategorized_file":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any additional evidence or statements.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"uncategorized_text":{"description":"Any additional evidence or statements.","maxLength":150000,"nullable":true,"type":"string"}},"required":["enhanced_evidence"],"title":"DisputeEvidence","type":"object","x-expandableFields":["cancellation_policy","customer_communication","customer_signature","duplicate_charge_documentation","enhanced_evidence","receipt","refund_policy","service_documentation","shipping_documentation","uncategorized_file"]},"dispute_evidence_details":{"description":"","properties":{"due_by":{"description":"Date by which evidence must be submitted in order to successfully challenge dispute. Will be 0 if the customer's bank or credit card company doesn't allow a response for this particular dispute.","format":"unix-time","nullable":true,"type":"integer"},"enhanced_eligibility":{"$ref":"#/components/schemas/dispute_enhanced_eligibility"},"has_evidence":{"description":"Whether evidence has been staged for this dispute.","type":"boolean"},"past_due":{"description":"Whether the last evidence submission was submitted past the due date. Defaults to `false` if no evidence submissions have occurred. If `true`, then delivery of the latest evidence is *not* guaranteed.","type":"boolean"},"submission_count":{"description":"The number of times evidence has been submitted. Typically, you may only submit evidence once.","type":"integer"}},"required":["enhanced_eligibility","has_evidence","past_due","submission_count"],"title":"DisputeEvidenceDetails","type":"object","x-expandableFields":["enhanced_eligibility"]},"dispute_payment_method_details":{"description":"","properties":{"amazon_pay":{"$ref":"#/components/schemas/dispute_payment_method_details_amazon_pay"},"card":{"$ref":"#/components/schemas/dispute_payment_method_details_card"},"klarna":{"$ref":"#/components/schemas/dispute_payment_method_details_klarna"},"paypal":{"$ref":"#/components/schemas/dispute_payment_method_details_paypal"},"type":{"description":"Payment method type.","enum":["amazon_pay","card","klarna","paypal"],"type":"string"}},"required":["type"],"title":"DisputePaymentMethodDetails","type":"object","x-expandableFields":["amazon_pay","card","klarna","paypal"]},"dispute_payment_method_details_amazon_pay":{"description":"","properties":{"dispute_type":{"description":"The AmazonPay dispute type, chargeback or claim","enum":["chargeback","claim"],"nullable":true,"type":"string"}},"title":"DisputePaymentMethodDetailsAmazonPay","type":"object","x-expandableFields":[]},"dispute_payment_method_details_card":{"description":"","properties":{"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"type":"string"},"case_type":{"description":"The type of dispute opened. Different case types may have varying fees and financial impact.","enum":["block","chargeback","compliance","inquiry","resolution"],"type":"string"},"network_reason_code":{"description":"The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance. The [Network code map](https://stripe.com/docs/disputes/categories#network-code-map) lists all available dispute reason codes by network.","maxLength":5000,"nullable":true,"type":"string"}},"required":["brand","case_type"],"title":"DisputePaymentMethodDetailsCard","type":"object","x-expandableFields":[]},"dispute_payment_method_details_klarna":{"description":"","properties":{"chargeback_loss_reason_code":{"description":"Chargeback loss reason mapped by Stripe from Klarna's chargeback loss reason","maxLength":5000,"type":"string"},"reason_code":{"description":"The reason for the dispute as defined by Klarna","maxLength":5000,"nullable":true,"type":"string"}},"title":"DisputePaymentMethodDetailsKlarna","type":"object","x-expandableFields":[]},"dispute_payment_method_details_paypal":{"description":"","properties":{"case_id":{"description":"The ID of the dispute in PayPal.","maxLength":5000,"nullable":true,"type":"string"},"reason_code":{"description":"The reason for the dispute as defined by PayPal","maxLength":5000,"nullable":true,"type":"string"}},"title":"DisputePaymentMethodDetailsPaypal","type":"object","x-expandableFields":[]},"dispute_transaction_shipping_address":{"description":"","properties":{"city":{"description":"City, district, suburb, town, or village.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"line1":{"description":"Address line 1, such as the street, PO Box, or company name.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Address line 2, such as the apartment, suite, unit, or building.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"nullable":true,"type":"string"}},"title":"DisputeTransactionShippingAddress","type":"object","x-expandableFields":[]},"dispute_visa_compelling_evidence3_disputed_transaction":{"description":"","properties":{"customer_account_id":{"description":"User Account ID used to log into business platform. Must be recognizable by the user.","maxLength":5000,"nullable":true,"type":"string"},"customer_device_fingerprint":{"description":"Unique identifier of the cardholder’s device derived from a combination of at least two hardware and software attributes. Must be at least 20 characters.","maxLength":5000,"nullable":true,"type":"string"},"customer_device_id":{"description":"Unique identifier of the cardholder’s device such as a device serial number (e.g., International Mobile Equipment Identity [IMEI]). Must be at least 15 characters.","maxLength":5000,"nullable":true,"type":"string"},"customer_email_address":{"description":"The email address of the customer.","maxLength":5000,"nullable":true,"type":"string"},"customer_purchase_ip":{"description":"The IP address that the customer used when making the purchase.","maxLength":5000,"nullable":true,"type":"string"},"merchandise_or_services":{"description":"Categorization of disputed payment.","enum":["merchandise","services"],"nullable":true,"type":"string"},"product_description":{"description":"A description of the product or service that was sold.","maxLength":150000,"nullable":true,"type":"string"},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/dispute_transaction_shipping_address"}],"description":"The address to which a physical product was shipped. All fields are required for Visa Compelling Evidence 3.0 evidence submission.","nullable":true}},"title":"DisputeVisaCompellingEvidence3DisputedTransaction","type":"object","x-expandableFields":["shipping_address"]},"dispute_visa_compelling_evidence3_prior_undisputed_transaction":{"description":"","properties":{"charge":{"description":"Stripe charge ID for the Visa Compelling Evidence 3.0 eligible prior charge.","maxLength":5000,"type":"string"},"customer_account_id":{"description":"User Account ID used to log into business platform. Must be recognizable by the user.","maxLength":5000,"nullable":true,"type":"string"},"customer_device_fingerprint":{"description":"Unique identifier of the cardholder’s device derived from a combination of at least two hardware and software attributes. Must be at least 20 characters.","maxLength":5000,"nullable":true,"type":"string"},"customer_device_id":{"description":"Unique identifier of the cardholder’s device such as a device serial number (e.g., International Mobile Equipment Identity [IMEI]). Must be at least 15 characters.","maxLength":5000,"nullable":true,"type":"string"},"customer_email_address":{"description":"The email address of the customer.","maxLength":5000,"nullable":true,"type":"string"},"customer_purchase_ip":{"description":"The IP address that the customer used when making the purchase.","maxLength":5000,"nullable":true,"type":"string"},"product_description":{"description":"A description of the product or service that was sold.","maxLength":150000,"nullable":true,"type":"string"},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/dispute_transaction_shipping_address"}],"description":"The address to which a physical product was shipped. All fields are required for Visa Compelling Evidence 3.0 evidence submission.","nullable":true}},"required":["charge"],"title":"DisputeVisaCompellingEvidence3PriorUndisputedTransaction","type":"object","x-expandableFields":["shipping_address"]},"email_sent":{"description":"","properties":{"email_sent_at":{"description":"The timestamp when the email was sent.","format":"unix-time","type":"integer"},"email_sent_to":{"description":"The recipient's email address.","maxLength":5000,"type":"string"}},"required":["email_sent_at","email_sent_to"],"title":"EmailSent","type":"object","x-expandableFields":[]},"entitlements.active_entitlement":{"description":"An active entitlement describes access to a feature for a customer.","properties":{"feature":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/entitlements.feature"}],"description":"The [Feature](https://docs.stripe.com/api/entitlements/feature) that the customer is entitled to.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/entitlements.feature"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"lookup_key":{"description":"A unique key you provide as your own system identifier. This may be up to 80 characters.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["entitlements.active_entitlement"],"type":"string"}},"required":["feature","id","livemode","lookup_key","object"],"title":"ActiveEntitlement","type":"object","x-expandableFields":["feature"],"x-resourceId":"entitlements.active_entitlement"},"entitlements.feature":{"description":"A feature represents a monetizable ability or functionality in your system.\nFeatures can be assigned to products, and when those products are purchased, Stripe will create an entitlement to the feature for the purchasing customer.","properties":{"active":{"description":"Inactive features cannot be attached to new products and will not be returned from the features list endpoint.","type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"lookup_key":{"description":"A unique key you provide as your own system identifier. This may be up to 80 characters.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"The feature's name, for your own purpose, not meant to be displayable to the customer.","maxLength":80,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["entitlements.feature"],"type":"string"}},"required":["active","id","livemode","lookup_key","metadata","name","object"],"title":"Feature","type":"object","x-expandableFields":[],"x-resourceId":"entitlements.feature"},"ephemeral_key":{"description":"","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"expires":{"description":"Time at which the key will expire. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["ephemeral_key"],"type":"string"},"secret":{"description":"The key's secret. You can use this value to make authorized requests to the Stripe API.","maxLength":5000,"type":"string"}},"required":["created","expires","id","livemode","object"],"title":"EphemeralKey","type":"object","x-expandableFields":[],"x-resourceId":"ephemeral_key"},"error":{"description":"An error response from the Stripe API","properties":{"error":{"$ref":"#/components/schemas/api_errors"}},"required":["error"],"type":"object"},"event":{"description":"Snapshot events allow you to track and react to activity in your Stripe integration. When\nthe state of another API resource changes, Stripe creates an `Event` object that contains\nall the relevant information associated with that action, including the affected API\nresource. For example, a successful payment triggers a `charge.succeeded` event, which\ncontains the `Charge` in the event's data property. Some actions trigger multiple events.\nFor example, if you create a new subscription for a customer, it triggers both a\n`customer.subscription.created` event and a `charge.succeeded` event.\n\nConfigure an event destination in your account to listen for events that represent actions\nyour integration needs to respond to. Additionally, you can retrieve an individual event or\na list of events from the API.\n\n[Connect](https://docs.stripe.com/connect) platforms can also receive event notifications\nthat occur in their connected accounts. These events include an account attribute that\nidentifies the relevant connected account.\n\nYou can access events through the [Retrieve Event API](https://docs.stripe.com/api/events#retrieve_event)\nfor 30 days.","properties":{"account":{"description":"The connected account that originates the event.","maxLength":5000,"type":"string"},"api_version":{"description":"The Stripe API version used to render `data` when the event was created. The contents of `data` never change, so this value remains static regardless of the API version currently in use. This property is populated only for events created on or after October 31, 2014.","maxLength":5000,"nullable":true,"type":"string"},"context":{"description":"Authentication context needed to fetch the event or related object.","maxLength":5000,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"data":{"$ref":"#/components/schemas/notification_event_data"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["event"],"type":"string"},"pending_webhooks":{"description":"Number of webhooks that haven't been successfully delivered (for example, to return a 20x response) to the URLs you specify.","type":"integer"},"request":{"anyOf":[{"$ref":"#/components/schemas/notification_event_request"}],"description":"Information on the API request that triggers the event.","nullable":true},"type":{"description":"Description of the event (for example, `invoice.created` or `charge.refunded`).","maxLength":5000,"type":"string"}},"required":["created","data","id","livemode","object","pending_webhooks","type"],"title":"NotificationEvent","type":"object","x-expandableFields":["data","request"],"x-resourceId":"event"},"exchange_rate":{"description":"[Deprecated] The `ExchangeRate` APIs are deprecated. Please use the [FX Quotes API](https://docs.stripe.com/payments/currencies/localize-prices/fx-quotes-api) instead.\n\n`ExchangeRate` objects allow you to determine the rates that Stripe is currently\nusing to convert from one currency to another. Since this number is variable\nthroughout the day, there are various reasons why you might want to know the current\nrate (for example, to dynamically price an item for a user with a default\npayment in a foreign currency).\n\nPlease refer to our [Exchange Rates API](https://docs.stripe.com/fx-rates) guide for more details.\n\n*[Note: this integration path is supported but no longer recommended]* Additionally,\nyou can guarantee that a charge is made with an exchange rate that you expect is\ncurrent. To do so, you must pass in the exchange_rate to charges endpoints. If the\nvalue is no longer up to date, the charge won't go through. Please refer to our\n[Using with charges](https://docs.stripe.com/exchange-rates) guide for more details.\n\n-----\n\n \n\n*This Exchange Rates API is a Beta Service and is subject to Stripe's terms of service. You may use the API solely for the purpose of transacting on Stripe. For example, the API may be queried in order to:*\n\n- *localize prices for processing payments on Stripe*\n- *reconcile Stripe transactions*\n- *determine how much money to send to a connected account*\n- *determine app fees to charge a connected account*\n\n*Using this Exchange Rates API beta for any purpose other than to transact on Stripe is strictly prohibited and constitutes a violation of Stripe's terms of service.*","properties":{"id":{"description":"Unique identifier for the object. Represented as the three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) in lowercase.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["exchange_rate"],"type":"string"},"rates":{"additionalProperties":{"type":"number"},"description":"Hash where the keys are supported currencies and the values are the exchange rate at which the base id currency converts to the key currency.","type":"object"}},"required":["id","object","rates"],"title":"ExchangeRate","type":"object","x-expandableFields":[],"x-resourceId":"exchange_rate"},"external_account":{"anyOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"}],"title":"Polymorphic","x-resourceId":"external_account","x-stripeBypassValidation":true},"external_account_requirements":{"description":"","properties":{"currently_due":{"description":"Fields that need to be resolved to keep the external account enabled. If not resolved by `current_deadline`, these fields will appear in `past_due` as well, and the account is disabled.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"nullable":true,"type":"array"},"past_due":{"description":"Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the external account.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"}},"title":"ExternalAccountRequirements","type":"object","x-expandableFields":["errors"]},"fabric_service":{"description":"A resource representing a fabric service integration.","properties":{"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["fabric_service"],"type":"string"}},"required":["object"],"title":"FabricFabricService","type":"object","x-expandableFields":[],"x-resourceId":"fabric_service"},"fee":{"description":"","properties":{"amount":{"description":"Amount of the fee, in cents.","type":"integer"},"application":{"description":"ID of the Connect application that earned the fee.","maxLength":5000,"nullable":true,"type":"string"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"Type of the fee, one of: `application_fee`, `payment_method_passthrough_fee`, `stripe_fee` or `tax`.","maxLength":5000,"type":"string"}},"required":["amount","currency","type"],"title":"Fee","type":"object","x-expandableFields":[]},"fee_refund":{"description":"`Application Fee Refund` objects allow you to refund an application fee that\nhas previously been created but not yet refunded. Funds will be refunded to\nthe Stripe account from which the fee was originally collected.\n\nRelated guide: [Refunding application fees](https://docs.stripe.com/connect/destination-charges#refunding-app-fee)","properties":{"amount":{"description":"Amount, in cents (or local equivalent).","type":"integer"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"Balance transaction that describes the impact on your account balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"fee":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application_fee"}],"description":"ID of the application fee that was refunded.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application_fee"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["fee_refund"],"type":"string"}},"required":["amount","created","currency","fee","id","object"],"title":"FeeRefund","type":"object","x-expandableFields":["balance_transaction","fee"],"x-resourceId":"fee_refund"},"file":{"description":"This object represents files hosted on Stripe's servers. You can upload\nfiles with the [create file](https://api.stripe.com#create_file) request\n(for example, when uploading dispute evidence). Stripe also\ncreates files independently (for example, the results of a [Sigma scheduled\nquery](#scheduled_queries)).\n\nRelated guide: [File upload guide](https://docs.stripe.com/file-upload)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"expires_at":{"description":"The file expires and isn't available at this time in epoch seconds.","format":"unix-time","nullable":true,"type":"integer"},"filename":{"description":"The suitable name for saving the file to a filesystem.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"links":{"description":"A list of [file links](https://api.stripe.com#file_links) that point at this file.","nullable":true,"properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/file_link"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"pattern":"^/v1/file_links","type":"string"}},"required":["data","has_more","object","url"],"title":"FileResourceFileLinkList","type":"object","x-expandableFields":["data"]},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["file"],"type":"string"},"purpose":{"description":"The [purpose](https://docs.stripe.com/file-upload#uploading-a-file) of the uploaded file.","enum":["account_requirement","additional_verification","business_icon","business_logo","customer_signature","dispute_evidence","document_provider_identity_document","finance_report_run","financial_account_statement","identity_document","identity_document_downloadable","issuing_regulatory_reporting","pci_document","platform_terms_of_service","selfie","sigma_scheduled_query","tax_document_user_upload","terminal_android_apk","terminal_reader_splashscreen"],"type":"string","x-stripeBypassValidation":true},"size":{"description":"The size of the file object in bytes.","type":"integer"},"title":{"description":"A suitable title for the document.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"The returned file type (for example, `csv`, `pdf`, `jpg`, or `png`).","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"Use your live secret API key to download the file from this URL.","maxLength":5000,"nullable":true,"type":"string"}},"required":["created","id","object","purpose","size"],"title":"File","type":"object","x-expandableFields":["links"],"x-resourceId":"file"},"file_link":{"description":"To share the contents of a `File` object with non-Stripe users, you can\ncreate a `FileLink`. `FileLink`s contain a URL that you can use to\nretrieve the contents of the file without authentication.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"expired":{"description":"Returns if the link is already expired.","type":"boolean"},"expires_at":{"description":"Time that the link expires.","format":"unix-time","nullable":true,"type":"integer"},"file":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The file object this link points to.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["file_link"],"type":"string"},"url":{"description":"The publicly accessible URL to download the file.","maxLength":5000,"nullable":true,"type":"string"}},"required":["created","expired","file","id","livemode","metadata","object"],"title":"FileLink","type":"object","x-expandableFields":["file"],"x-resourceId":"file_link"},"financial_connections.account":{"description":"A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.","properties":{"account_holder":{"anyOf":[{"$ref":"#/components/schemas/bank_connections_resource_accountholder"}],"description":"The account holder that this account belongs to.","nullable":true},"account_numbers":{"description":"Details about the account numbers.","items":{"$ref":"#/components/schemas/bank_connections_resource_account_number_details"},"nullable":true,"type":"array"},"balance":{"anyOf":[{"$ref":"#/components/schemas/bank_connections_resource_balance"}],"description":"The most recent information about the account's balance.","nullable":true},"balance_refresh":{"anyOf":[{"$ref":"#/components/schemas/bank_connections_resource_balance_refresh"}],"description":"The state of the most recent attempt to refresh the account balance.","nullable":true},"category":{"description":"The type of the account. Account category is further divided in `subcategory`.","enum":["cash","credit","investment","other"],"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"display_name":{"description":"A human-readable name that has been assigned to this account, either by the account holder or by the institution.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"institution_name":{"description":"The name of the institution that holds this account.","maxLength":5000,"type":"string"},"last4":{"description":"The last 4 digits of the account number. If present, this will be 4 numeric characters.","maxLength":5000,"nullable":true,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["financial_connections.account"],"type":"string"},"ownership":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/financial_connections.account_ownership"}],"description":"The most recent information about the account's owners.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/financial_connections.account_ownership"}]}},"ownership_refresh":{"anyOf":[{"$ref":"#/components/schemas/bank_connections_resource_ownership_refresh"}],"description":"The state of the most recent attempt to refresh the account owners.","nullable":true},"permissions":{"description":"The list of permissions granted by this account.","items":{"enum":["balances","ownership","payment_method","transactions"],"type":"string"},"nullable":true,"type":"array"},"status":{"description":"The status of the link to the account.","enum":["active","disconnected","inactive"],"type":"string"},"subcategory":{"description":"If `category` is `cash`, one of:\n\n - `checking`\n - `savings`\n - `other`\n\nIf `category` is `credit`, one of:\n\n - `mortgage`\n - `line_of_credit`\n - `credit_card`\n - `other`\n\nIf `category` is `investment` or `other`, this will be `other`.","enum":["checking","credit_card","line_of_credit","mortgage","other","savings"],"type":"string"},"subscriptions":{"description":"The list of data refresh subscriptions requested on this account.","items":{"enum":["transactions"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"supported_payment_method_types":{"description":"The [PaymentMethod type](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type)(s) that can be created from this account.","items":{"enum":["link","us_bank_account"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"transaction_refresh":{"anyOf":[{"$ref":"#/components/schemas/bank_connections_resource_transaction_refresh"}],"description":"The state of the most recent attempt to refresh the account transactions.","nullable":true}},"required":["category","created","id","institution_name","livemode","object","status","subcategory","supported_payment_method_types"],"title":"BankConnectionsResourceLinkedAccount","type":"object","x-expandableFields":["account_holder","account_numbers","balance","balance_refresh","ownership","ownership_refresh","transaction_refresh"],"x-resourceId":"financial_connections.account"},"financial_connections.account_owner":{"description":"Describes an owner of an account.","properties":{"email":{"description":"The email address of the owner.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"name":{"description":"The full name of the owner.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["financial_connections.account_owner"],"type":"string"},"ownership":{"description":"The ownership object that this owner belongs to.","maxLength":5000,"type":"string"},"phone":{"description":"The raw phone number of the owner.","maxLength":5000,"nullable":true,"type":"string"},"raw_address":{"description":"The raw physical address of the owner.","maxLength":5000,"nullable":true,"type":"string"},"refreshed_at":{"description":"The timestamp of the refresh that updated this owner.","format":"unix-time","nullable":true,"type":"integer"}},"required":["id","name","object","ownership"],"title":"BankConnectionsResourceOwner","type":"object","x-expandableFields":[],"x-resourceId":"financial_connections.account_owner"},"financial_connections.account_ownership":{"description":"Describes a snapshot of the owners of an account at a particular point in time.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["financial_connections.account_ownership"],"type":"string"},"owners":{"description":"A paginated list of owners for this account.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/financial_connections.account_owner"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"BankConnectionsResourceOwnerList","type":"object","x-expandableFields":["data"]}},"required":["created","id","object","owners"],"title":"BankConnectionsResourceOwnership","type":"object","x-expandableFields":["owners"]},"financial_connections.session":{"description":"A Financial Connections Session is the secure way to programmatically launch the client-side Stripe.js modal that lets your users link their accounts.","properties":{"account_holder":{"anyOf":[{"$ref":"#/components/schemas/bank_connections_resource_accountholder"}],"description":"The account holder for whom accounts are collected in this session.","nullable":true},"accounts":{"description":"The accounts that were collected as part of this Session.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/financial_connections.account"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"pattern":"^/v1/financial_connections/accounts","type":"string"}},"required":["data","has_more","object","url"],"title":"BankConnectionsResourceLinkedAccountList","type":"object","x-expandableFields":["data"]},"client_secret":{"description":"A value that will be passed to the client to launch the authentication flow.","maxLength":5000,"nullable":true,"type":"string"},"filters":{"$ref":"#/components/schemas/bank_connections_resource_link_account_session_filters"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["financial_connections.session"],"type":"string"},"permissions":{"description":"Permissions requested for accounts collected during this session.","items":{"enum":["balances","ownership","payment_method","transactions"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"prefetch":{"description":"Data features requested to be retrieved upon account creation.","items":{"enum":["balances","ownership","transactions"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"return_url":{"description":"For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.","maxLength":5000,"type":"string"}},"required":["accounts","id","livemode","object","permissions"],"title":"BankConnectionsResourceLinkAccountSession","type":"object","x-expandableFields":["account_holder","accounts","filters"],"x-resourceId":"financial_connections.session"},"financial_connections.transaction":{"description":"A Transaction represents a real transaction that affects a Financial Connections Account balance.","properties":{"account":{"description":"The ID of the Financial Connections Account this transaction belongs to.","maxLength":5000,"type":"string"},"amount":{"description":"The amount of this transaction, in cents (or local equivalent).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"description":{"description":"The description of this transaction.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["financial_connections.transaction"],"type":"string"},"status":{"description":"The status of the transaction.","enum":["pending","posted","void"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/bank_connections_resource_transaction_resource_status_transitions"},"transacted_at":{"description":"Time at which the transaction was transacted. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"transaction_refresh":{"description":"The token of the transaction refresh that last updated or created this transaction.","maxLength":5000,"type":"string"},"updated":{"description":"Time at which the object was last updated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"}},"required":["account","amount","currency","description","id","livemode","object","status","status_transitions","transacted_at","transaction_refresh","updated"],"title":"BankConnectionsResourceTransaction","type":"object","x-expandableFields":["status_transitions"],"x-resourceId":"financial_connections.transaction"},"financial_reporting_finance_report_run_run_parameters":{"description":"","properties":{"columns":{"description":"The set of output columns requested for inclusion in the report run.","items":{"maxLength":5000,"type":"string"},"type":"array"},"connected_account":{"description":"Connected account ID by which to filter the report run.","maxLength":5000,"type":"string"},"currency":{"description":"Currency of objects to be included in the report run.","format":"currency","type":"string"},"interval_end":{"description":"Ending timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after the user specified `interval_start` and 1 second before this report's last `data_available_end` value.","format":"unix-time","type":"integer"},"interval_start":{"description":"Starting timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after this report's `data_available_start` and 1 second before the user specified `interval_end` value.","format":"unix-time","type":"integer"},"payout":{"description":"Payout ID by which to filter the report run.","maxLength":5000,"type":"string"},"reporting_category":{"description":"Category of balance transactions to be included in the report run.","maxLength":5000,"type":"string"},"timezone":{"description":"Defaults to `Etc/UTC`. The output timezone for all timestamps in the report. A list of possible time zone values is maintained at the [IANA Time Zone Database](http://www.iana.org/time-zones). Has no effect on `interval_start` or `interval_end`.","maxLength":5000,"type":"string"}},"title":"FinancialReportingFinanceReportRunRunParameters","type":"object","x-expandableFields":[]},"forwarded_request_context":{"description":"Metadata about the forwarded request.","properties":{"destination_duration":{"description":"The time it took in milliseconds for the destination endpoint to respond.","type":"integer"},"destination_ip_address":{"description":"The IP address of the destination.","maxLength":5000,"type":"string"}},"required":["destination_duration","destination_ip_address"],"title":"ForwardedRequestContext","type":"object","x-expandableFields":[]},"forwarded_request_details":{"description":"Details about the request forwarded to the destination endpoint.","properties":{"body":{"description":"The body payload to send to the destination endpoint.","maxLength":5000,"type":"string"},"headers":{"description":"The headers to include in the forwarded request. Can be omitted if no additional headers (excluding Stripe-generated ones such as the Content-Type header) should be included.","items":{"$ref":"#/components/schemas/forwarded_request_header"},"type":"array"},"http_method":{"description":"The HTTP method used to call the destination endpoint.","enum":["POST"],"type":"string"}},"required":["body","headers","http_method"],"title":"ForwardedRequestDetails","type":"object","x-expandableFields":["headers"]},"forwarded_request_header":{"description":"Header data.","properties":{"name":{"description":"The header name.","maxLength":5000,"type":"string"},"value":{"description":"The header value.","maxLength":5000,"type":"string"}},"required":["name","value"],"title":"ForwardedRequestHeader","type":"object","x-expandableFields":[]},"forwarded_response_details":{"description":"Details about the response from the destination endpoint.","properties":{"body":{"description":"The response body from the destination endpoint to Stripe.","maxLength":5000,"type":"string"},"headers":{"description":"HTTP headers that the destination endpoint returned.","items":{"$ref":"#/components/schemas/forwarded_request_header"},"type":"array"},"status":{"description":"The HTTP status code that the destination endpoint returned.","type":"integer"}},"required":["body","headers","status"],"title":"ForwardedResponseDetails","type":"object","x-expandableFields":["headers"]},"forwarding.request":{"description":"Instructs Stripe to make a request on your behalf using the destination URL. The destination URL\nis activated by Stripe at the time of onboarding. Stripe verifies requests with your credentials\nprovided during onboarding, and injects card details from the payment_method into the request.\n\nStripe redacts all sensitive fields and headers, including authentication credentials and card numbers,\nbefore storing the request and response data in the forwarding Request object, which are subject to a\n30-day retention period.\n\nYou can provide a Stripe idempotency key to make sure that requests with the same key result in only one\noutbound request. The Stripe idempotency key provided should be unique and different from any idempotency\nkeys provided on the underlying third-party request.\n\nForwarding Requests are synchronous requests that return a response or time out according to\nStripe’s limits.\n\nRelated guide: [Forward card details to third-party API endpoints](https://docs.stripe.com/payments/forwarding).","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["forwarding.request"],"type":"string"},"payment_method":{"description":"The PaymentMethod to insert into the forwarded request. Forwarding previously consumed PaymentMethods is allowed.","maxLength":5000,"type":"string"},"replacements":{"description":"The field kinds to be replaced in the forwarded request.","items":{"enum":["card_cvc","card_expiry","card_number","cardholder_name","request_signature"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"request_context":{"anyOf":[{"$ref":"#/components/schemas/forwarded_request_context"}],"description":"Context about the request from Stripe's servers to the destination endpoint.","nullable":true},"request_details":{"anyOf":[{"$ref":"#/components/schemas/forwarded_request_details"}],"description":"The request that was sent to the destination endpoint. We redact any sensitive fields.","nullable":true},"response_details":{"anyOf":[{"$ref":"#/components/schemas/forwarded_response_details"}],"description":"The response that the destination endpoint returned to us. We redact any sensitive fields.","nullable":true},"url":{"description":"The destination URL for the forwarded request. Must be supported by the config.","maxLength":5000,"nullable":true,"type":"string"}},"required":["created","id","livemode","object","payment_method","replacements"],"title":"ForwardingRequest","type":"object","x-expandableFields":["request_context","request_details","response_details"],"x-resourceId":"forwarding.request"},"funding_instructions":{"description":"Each customer has a [`balance`](https://docs.stripe.com/api/customers/object#customer_object-balance) that is\nautomatically applied to future invoices and payments using the `customer_balance` payment method.\nCustomers can fund this balance by initiating a bank transfer to any account in the\n`financial_addresses` field.\nRelated guide: [Customer balance funding instructions](https://docs.stripe.com/payments/customer-balance/funding-instructions)","properties":{"bank_transfer":{"$ref":"#/components/schemas/funding_instructions_bank_transfer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"funding_type":{"description":"The `funding_type` of the returned instructions","enum":["bank_transfer"],"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["funding_instructions"],"type":"string"}},"required":["bank_transfer","currency","funding_type","livemode","object"],"title":"CustomerBalanceFundingInstructionsCustomerBalanceFundingInstructions","type":"object","x-expandableFields":["bank_transfer"],"x-resourceId":"funding_instructions"},"funding_instructions_bank_transfer":{"description":"","properties":{"country":{"description":"The country of the bank account to fund","maxLength":5000,"type":"string"},"financial_addresses":{"description":"A list of financial addresses that can be used to fund a particular balance","items":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_financial_address"},"type":"array"},"type":{"description":"The bank_transfer type","enum":["eu_bank_transfer","jp_bank_transfer"],"type":"string","x-stripeBypassValidation":true}},"required":["country","financial_addresses","type"],"title":"FundingInstructionsBankTransfer","type":"object","x-expandableFields":["financial_addresses"]},"funding_instructions_bank_transfer_aba_record":{"description":"ABA Records contain U.S. bank account details per the ABA format.","properties":{"account_holder_address":{"$ref":"#/components/schemas/address"},"account_holder_name":{"description":"The account holder name","maxLength":5000,"type":"string"},"account_number":{"description":"The ABA account number","maxLength":5000,"type":"string"},"account_type":{"description":"The account type","maxLength":5000,"type":"string"},"bank_address":{"$ref":"#/components/schemas/address"},"bank_name":{"description":"The bank name","maxLength":5000,"type":"string"},"routing_number":{"description":"The ABA routing number","maxLength":5000,"type":"string"}},"required":["account_holder_address","account_holder_name","account_number","account_type","bank_address","bank_name","routing_number"],"title":"FundingInstructionsBankTransferABARecord","type":"object","x-expandableFields":["account_holder_address","bank_address"]},"funding_instructions_bank_transfer_financial_address":{"description":"FinancialAddresses contain identifying information that resolves to a FinancialAccount.","properties":{"aba":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_aba_record"},"iban":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_iban_record"},"sort_code":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_sort_code_record"},"spei":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_spei_record"},"supported_networks":{"description":"The payment networks supported by this FinancialAddress","items":{"enum":["ach","bacs","domestic_wire_us","fps","sepa","spei","swift","zengin"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"swift":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_swift_record"},"type":{"description":"The type of financial address","enum":["aba","iban","sort_code","spei","swift","zengin"],"type":"string","x-stripeBypassValidation":true},"zengin":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_zengin_record"}},"required":["type"],"title":"FundingInstructionsBankTransferFinancialAddress","type":"object","x-expandableFields":["aba","iban","sort_code","spei","swift","zengin"]},"funding_instructions_bank_transfer_iban_record":{"description":"Iban Records contain E.U. bank account details per the SEPA format.","properties":{"account_holder_address":{"$ref":"#/components/schemas/address"},"account_holder_name":{"description":"The name of the person or business that owns the bank account","maxLength":5000,"type":"string"},"bank_address":{"$ref":"#/components/schemas/address"},"bic":{"description":"The BIC/SWIFT code of the account.","maxLength":5000,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"type":"string"},"iban":{"description":"The IBAN of the account.","maxLength":5000,"type":"string"}},"required":["account_holder_address","account_holder_name","bank_address","bic","country","iban"],"title":"FundingInstructionsBankTransferIbanRecord","type":"object","x-expandableFields":["account_holder_address","bank_address"]},"funding_instructions_bank_transfer_sort_code_record":{"description":"Sort Code Records contain U.K. bank account details per the sort code format.","properties":{"account_holder_address":{"$ref":"#/components/schemas/address"},"account_holder_name":{"description":"The name of the person or business that owns the bank account","maxLength":5000,"type":"string"},"account_number":{"description":"The account number","maxLength":5000,"type":"string"},"bank_address":{"$ref":"#/components/schemas/address"},"sort_code":{"description":"The six-digit sort code","maxLength":5000,"type":"string"}},"required":["account_holder_address","account_holder_name","account_number","bank_address","sort_code"],"title":"FundingInstructionsBankTransferSortCodeRecord","type":"object","x-expandableFields":["account_holder_address","bank_address"]},"funding_instructions_bank_transfer_spei_record":{"description":"SPEI Records contain Mexico bank account details per the SPEI format.","properties":{"account_holder_address":{"$ref":"#/components/schemas/address"},"account_holder_name":{"description":"The account holder name","maxLength":5000,"type":"string"},"bank_address":{"$ref":"#/components/schemas/address"},"bank_code":{"description":"The three-digit bank code","maxLength":5000,"type":"string"},"bank_name":{"description":"The short banking institution name","maxLength":5000,"type":"string"},"clabe":{"description":"The CLABE number","maxLength":5000,"type":"string"}},"required":["account_holder_address","account_holder_name","bank_address","bank_code","bank_name","clabe"],"title":"FundingInstructionsBankTransferSpeiRecord","type":"object","x-expandableFields":["account_holder_address","bank_address"]},"funding_instructions_bank_transfer_swift_record":{"description":"SWIFT Records contain U.S. bank account details per the SWIFT format.","properties":{"account_holder_address":{"$ref":"#/components/schemas/address"},"account_holder_name":{"description":"The account holder name","maxLength":5000,"type":"string"},"account_number":{"description":"The account number","maxLength":5000,"type":"string"},"account_type":{"description":"The account type","maxLength":5000,"type":"string"},"bank_address":{"$ref":"#/components/schemas/address"},"bank_name":{"description":"The bank name","maxLength":5000,"type":"string"},"swift_code":{"description":"The SWIFT code","maxLength":5000,"type":"string"}},"required":["account_holder_address","account_holder_name","account_number","account_type","bank_address","bank_name","swift_code"],"title":"FundingInstructionsBankTransferSwiftRecord","type":"object","x-expandableFields":["account_holder_address","bank_address"]},"funding_instructions_bank_transfer_zengin_record":{"description":"Zengin Records contain Japan bank account details per the Zengin format.","properties":{"account_holder_address":{"$ref":"#/components/schemas/address"},"account_holder_name":{"description":"The account holder name","maxLength":5000,"nullable":true,"type":"string"},"account_number":{"description":"The account number","maxLength":5000,"nullable":true,"type":"string"},"account_type":{"description":"The bank account type. In Japan, this can only be `futsu` or `toza`.","maxLength":5000,"nullable":true,"type":"string"},"bank_address":{"$ref":"#/components/schemas/address"},"bank_code":{"description":"The bank code of the account","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"The bank name of the account","maxLength":5000,"nullable":true,"type":"string"},"branch_code":{"description":"The branch code of the account","maxLength":5000,"nullable":true,"type":"string"},"branch_name":{"description":"The branch name of the account","maxLength":5000,"nullable":true,"type":"string"}},"required":["account_holder_address","bank_address"],"title":"FundingInstructionsBankTransferZenginRecord","type":"object","x-expandableFields":["account_holder_address","bank_address"]},"gelato_data_document_report_date_of_birth":{"description":"Point in Time","properties":{"day":{"description":"Numerical day between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"Numerical month between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year.","nullable":true,"type":"integer"}},"title":"GelatoDataDocumentReportDateOfBirth","type":"object","x-expandableFields":[]},"gelato_data_document_report_expiration_date":{"description":"Point in Time","properties":{"day":{"description":"Numerical day between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"Numerical month between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year.","nullable":true,"type":"integer"}},"title":"GelatoDataDocumentReportExpirationDate","type":"object","x-expandableFields":[]},"gelato_data_document_report_issued_date":{"description":"Point in Time","properties":{"day":{"description":"Numerical day between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"Numerical month between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year.","nullable":true,"type":"integer"}},"title":"GelatoDataDocumentReportIssuedDate","type":"object","x-expandableFields":[]},"gelato_data_id_number_report_date":{"description":"Point in Time","properties":{"day":{"description":"Numerical day between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"Numerical month between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year.","nullable":true,"type":"integer"}},"title":"GelatoDataIdNumberReportDate","type":"object","x-expandableFields":[]},"gelato_data_verified_outputs_date":{"description":"Point in Time","properties":{"day":{"description":"Numerical day between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"Numerical month between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year.","nullable":true,"type":"integer"}},"title":"GelatoDataVerifiedOutputsDate","type":"object","x-expandableFields":[]},"gelato_document_report":{"description":"Result from a document check","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Address as it appears in the document.","nullable":true},"dob":{"anyOf":[{"$ref":"#/components/schemas/gelato_data_document_report_date_of_birth"}],"description":"Date of birth as it appears in the document.","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/gelato_document_report_error"}],"description":"Details on the verification error. Present when status is `unverified`.","nullable":true},"expiration_date":{"anyOf":[{"$ref":"#/components/schemas/gelato_data_document_report_expiration_date"}],"description":"Expiration date of the document.","nullable":true},"files":{"description":"Array of [File](https://docs.stripe.com/api/files) ids containing images for this document.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"first_name":{"description":"First name as it appears in the document.","maxLength":5000,"nullable":true,"type":"string"},"issued_date":{"anyOf":[{"$ref":"#/components/schemas/gelato_data_document_report_issued_date"}],"description":"Issued date of the document.","nullable":true},"issuing_country":{"description":"Issuing country of the document.","maxLength":5000,"nullable":true,"type":"string"},"last_name":{"description":"Last name as it appears in the document.","maxLength":5000,"nullable":true,"type":"string"},"number":{"description":"Document ID number.","maxLength":5000,"nullable":true,"type":"string"},"sex":{"description":"Sex of the person in the document.","enum":["[redacted]","female","male","unknown"],"nullable":true,"type":"string"},"status":{"description":"Status of this `document` check.","enum":["unverified","verified"],"type":"string","x-stripeBypassValidation":true},"type":{"description":"Type of the document.","enum":["driving_license","id_card","passport"],"nullable":true,"type":"string"},"unparsed_place_of_birth":{"description":"Place of birth as it appears in the document.","maxLength":5000,"nullable":true,"type":"string"},"unparsed_sex":{"description":"Sex as it appears in the document.","maxLength":5000,"nullable":true,"type":"string"}},"required":["status"],"title":"GelatoDocumentReport","type":"object","x-expandableFields":["address","dob","error","expiration_date","issued_date"]},"gelato_document_report_error":{"description":"","properties":{"code":{"description":"A short machine-readable string giving the reason for the verification failure.","enum":["document_expired","document_type_not_supported","document_unverified_other"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"reason":{"description":"A human-readable message giving the reason for the failure. These messages can be shown to your users.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoDocumentReportError","type":"object","x-expandableFields":[]},"gelato_email_report":{"description":"Result from a email check","properties":{"email":{"description":"Email to be verified.","maxLength":5000,"nullable":true,"type":"string"},"error":{"anyOf":[{"$ref":"#/components/schemas/gelato_email_report_error"}],"description":"Details on the verification error. Present when status is `unverified`.","nullable":true},"status":{"description":"Status of this `email` check.","enum":["unverified","verified"],"type":"string","x-stripeBypassValidation":true}},"required":["status"],"title":"GelatoEmailReport","type":"object","x-expandableFields":["error"]},"gelato_email_report_error":{"description":"","properties":{"code":{"description":"A short machine-readable string giving the reason for the verification failure.","enum":["email_unverified_other","email_verification_declined"],"nullable":true,"type":"string"},"reason":{"description":"A human-readable message giving the reason for the failure. These messages can be shown to your users.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoEmailReportError","type":"object","x-expandableFields":[]},"gelato_id_number_report":{"description":"Result from an id_number check","properties":{"dob":{"anyOf":[{"$ref":"#/components/schemas/gelato_data_id_number_report_date"}],"description":"Date of birth.","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/gelato_id_number_report_error"}],"description":"Details on the verification error. Present when status is `unverified`.","nullable":true},"first_name":{"description":"First name.","maxLength":5000,"nullable":true,"type":"string"},"id_number":{"description":"ID number. When `id_number_type` is `us_ssn`, only the last 4 digits are present.","maxLength":5000,"nullable":true,"type":"string"},"id_number_type":{"description":"Type of ID number.","enum":["br_cpf","sg_nric","us_ssn"],"nullable":true,"type":"string"},"last_name":{"description":"Last name.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Status of this `id_number` check.","enum":["unverified","verified"],"type":"string","x-stripeBypassValidation":true}},"required":["status"],"title":"GelatoIdNumberReport","type":"object","x-expandableFields":["dob","error"]},"gelato_id_number_report_error":{"description":"","properties":{"code":{"description":"A short machine-readable string giving the reason for the verification failure.","enum":["id_number_insufficient_document_data","id_number_mismatch","id_number_unverified_other"],"nullable":true,"type":"string"},"reason":{"description":"A human-readable message giving the reason for the failure. These messages can be shown to your users.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoIdNumberReportError","type":"object","x-expandableFields":[]},"gelato_phone_report":{"description":"Result from a phone check","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/gelato_phone_report_error"}],"description":"Details on the verification error. Present when status is `unverified`.","nullable":true},"phone":{"description":"Phone to be verified.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Status of this `phone` check.","enum":["unverified","verified"],"type":"string","x-stripeBypassValidation":true}},"required":["status"],"title":"GelatoPhoneReport","type":"object","x-expandableFields":["error"]},"gelato_phone_report_error":{"description":"","properties":{"code":{"description":"A short machine-readable string giving the reason for the verification failure.","enum":["phone_unverified_other","phone_verification_declined"],"nullable":true,"type":"string"},"reason":{"description":"A human-readable message giving the reason for the failure. These messages can be shown to your users.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoPhoneReportError","type":"object","x-expandableFields":[]},"gelato_provided_details":{"description":"","properties":{"email":{"description":"Email of user being verified","maxLength":5000,"type":"string"},"phone":{"description":"Phone number of user being verified","maxLength":5000,"type":"string"}},"title":"GelatoProvidedDetails","type":"object","x-expandableFields":[]},"gelato_related_person":{"description":"","properties":{"account":{"description":"Token referencing the associated Account of the related Person resource.","maxLength":5000,"type":"string"},"person":{"description":"Token referencing the related Person resource.","maxLength":5000,"type":"string"}},"required":["account","person"],"title":"GelatoRelatedPerson","type":"object","x-expandableFields":[]},"gelato_report_document_options":{"description":"","properties":{"allowed_types":{"description":"Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.","items":{"enum":["driving_license","id_card","passport"],"type":"string"},"type":"array"},"require_id_number":{"description":"Collect an ID number and perform an [ID number check](https://docs.stripe.com/identity/verification-checks?type=id-number) with the document’s extracted name and date of birth.","type":"boolean"},"require_live_capture":{"description":"Disable image uploads, identity document images have to be captured using the device’s camera.","type":"boolean"},"require_matching_selfie":{"description":"Capture a face image and perform a [selfie check](https://docs.stripe.com/identity/verification-checks?type=selfie) comparing a photo ID and a picture of your user’s face. [Learn more](https://docs.stripe.com/identity/selfie).","type":"boolean"}},"title":"GelatoReportDocumentOptions","type":"object","x-expandableFields":[]},"gelato_report_id_number_options":{"description":"","title":"GelatoReportIdNumberOptions","type":"object","x-expandableFields":[]},"gelato_selfie_report":{"description":"Result from a selfie check","properties":{"document":{"description":"ID of the [File](https://docs.stripe.com/api/files) holding the image of the identity document used in this check.","maxLength":5000,"nullable":true,"type":"string"},"error":{"anyOf":[{"$ref":"#/components/schemas/gelato_selfie_report_error"}],"description":"Details on the verification error. Present when status is `unverified`.","nullable":true},"selfie":{"description":"ID of the [File](https://docs.stripe.com/api/files) holding the image of the selfie used in this check.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Status of this `selfie` check.","enum":["unverified","verified"],"type":"string","x-stripeBypassValidation":true}},"required":["status"],"title":"GelatoSelfieReport","type":"object","x-expandableFields":["error"]},"gelato_selfie_report_error":{"description":"","properties":{"code":{"description":"A short machine-readable string giving the reason for the verification failure.","enum":["selfie_document_missing_photo","selfie_face_mismatch","selfie_manipulated","selfie_unverified_other"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"reason":{"description":"A human-readable message giving the reason for the failure. These messages can be shown to your users.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoSelfieReportError","type":"object","x-expandableFields":[]},"gelato_session_document_options":{"description":"","properties":{"allowed_types":{"description":"Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.","items":{"enum":["driving_license","id_card","passport"],"type":"string"},"type":"array"},"require_id_number":{"description":"Collect an ID number and perform an [ID number check](https://docs.stripe.com/identity/verification-checks?type=id-number) with the document’s extracted name and date of birth.","type":"boolean"},"require_live_capture":{"description":"Disable image uploads, identity document images have to be captured using the device’s camera.","type":"boolean"},"require_matching_selfie":{"description":"Capture a face image and perform a [selfie check](https://docs.stripe.com/identity/verification-checks?type=selfie) comparing a photo ID and a picture of your user’s face. [Learn more](https://docs.stripe.com/identity/selfie).","type":"boolean"}},"title":"GelatoSessionDocumentOptions","type":"object","x-expandableFields":[]},"gelato_session_email_options":{"description":"","properties":{"require_verification":{"description":"Request one time password verification of `provided_details.email`.","type":"boolean"}},"title":"GelatoSessionEmailOptions","type":"object","x-expandableFields":[]},"gelato_session_id_number_options":{"description":"","title":"GelatoSessionIdNumberOptions","type":"object","x-expandableFields":[]},"gelato_session_last_error":{"description":"Shows last VerificationSession error","properties":{"code":{"description":"A short machine-readable string giving the reason for the verification or user-session failure.","enum":["abandoned","consent_declined","country_not_supported","device_not_supported","document_expired","document_type_not_supported","document_unverified_other","email_unverified_other","email_verification_declined","id_number_insufficient_document_data","id_number_mismatch","id_number_unverified_other","phone_unverified_other","phone_verification_declined","selfie_document_missing_photo","selfie_face_mismatch","selfie_manipulated","selfie_unverified_other","under_supported_age"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"reason":{"description":"A message that explains the reason for verification or user-session failure.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoSessionLastError","type":"object","x-expandableFields":[]},"gelato_session_matching_options":{"description":"","properties":{"dob":{"description":"Strictness of the DOB matching policy to apply.","enum":["none","similar"],"type":"string"},"name":{"description":"Strictness of the name matching policy to apply.","enum":["none","similar"],"type":"string"}},"title":"GelatoSessionMatchingOptions","type":"object","x-expandableFields":[]},"gelato_session_phone_options":{"description":"","properties":{"require_verification":{"description":"Request one time password verification of `provided_details.phone`.","type":"boolean"}},"title":"GelatoSessionPhoneOptions","type":"object","x-expandableFields":[]},"gelato_verification_report_options":{"description":"","properties":{"document":{"$ref":"#/components/schemas/gelato_report_document_options"},"id_number":{"$ref":"#/components/schemas/gelato_report_id_number_options"}},"title":"GelatoVerificationReportOptions","type":"object","x-expandableFields":["document","id_number"]},"gelato_verification_session_options":{"description":"","properties":{"document":{"$ref":"#/components/schemas/gelato_session_document_options"},"email":{"$ref":"#/components/schemas/gelato_session_email_options"},"id_number":{"$ref":"#/components/schemas/gelato_session_id_number_options"},"matching":{"$ref":"#/components/schemas/gelato_session_matching_options"},"phone":{"$ref":"#/components/schemas/gelato_session_phone_options"}},"title":"GelatoVerificationSessionOptions","type":"object","x-expandableFields":["document","email","id_number","matching","phone"]},"gelato_verified_outputs":{"description":"","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"The user's verified address.","nullable":true},"dob":{"anyOf":[{"$ref":"#/components/schemas/gelato_data_verified_outputs_date"}],"description":"The user’s verified date of birth.","nullable":true},"email":{"description":"The user's verified email address","maxLength":5000,"nullable":true,"type":"string"},"first_name":{"description":"The user's verified first name.","maxLength":5000,"nullable":true,"type":"string"},"id_number":{"description":"The user's verified id number.","maxLength":5000,"nullable":true,"type":"string"},"id_number_type":{"description":"The user's verified id number type.","enum":["br_cpf","sg_nric","us_ssn"],"nullable":true,"type":"string"},"last_name":{"description":"The user's verified last name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"The user's verified phone number","maxLength":5000,"nullable":true,"type":"string"},"sex":{"description":"The user's verified sex.","enum":["[redacted]","female","male","unknown"],"nullable":true,"type":"string"},"unparsed_place_of_birth":{"description":"The user's verified place of birth as it appears in the document.","maxLength":5000,"nullable":true,"type":"string"},"unparsed_sex":{"description":"The user's verified sex as it appears in the document.","maxLength":5000,"nullable":true,"type":"string"}},"title":"GelatoVerifiedOutputs","type":"object","x-expandableFields":["address","dob"]},"identity.verification_report":{"description":"A VerificationReport is the result of an attempt to collect and verify data from a user.\nThe collection of verification checks performed is determined from the `type` and `options`\nparameters used. You can find the result of each verification check performed in the\nappropriate sub-resource: `document`, `id_number`, `selfie`.\n\nEach VerificationReport contains a copy of any data collected by the user as well as\nreference IDs which can be used to access collected images through the [FileUpload](https://docs.stripe.com/api/files)\nAPI. To configure and create VerificationReports, use the\n[VerificationSession](https://docs.stripe.com/api/identity/verification_sessions) API.\n\nRelated guide: [Accessing verification results](https://docs.stripe.com/identity/verification-sessions#results).","properties":{"client_reference_id":{"description":"A string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"document":{"$ref":"#/components/schemas/gelato_document_report"},"email":{"$ref":"#/components/schemas/gelato_email_report"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"id_number":{"$ref":"#/components/schemas/gelato_id_number_report"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["identity.verification_report"],"type":"string"},"options":{"$ref":"#/components/schemas/gelato_verification_report_options"},"phone":{"$ref":"#/components/schemas/gelato_phone_report"},"selfie":{"$ref":"#/components/schemas/gelato_selfie_report"},"type":{"description":"Type of report.","enum":["document","id_number","verification_flow"],"type":"string","x-stripeBypassValidation":true},"verification_flow":{"description":"The configuration token of a verification flow from the dashboard.","maxLength":5000,"type":"string"},"verification_session":{"description":"ID of the VerificationSession that created this report.","maxLength":5000,"nullable":true,"type":"string"}},"required":["created","id","livemode","object","type"],"title":"GelatoVerificationReport","type":"object","x-expandableFields":["document","email","id_number","options","phone","selfie"],"x-resourceId":"identity.verification_report"},"identity.verification_session":{"description":"A VerificationSession guides you through the process of collecting and verifying the identities\nof your users. It contains details about the type of verification, such as what [verification\ncheck](/docs/identity/verification-checks) to perform. Only create one VerificationSession for\neach verification in your system.\n\nA VerificationSession transitions through [multiple\nstatuses](/docs/identity/how-sessions-work) throughout its lifetime as it progresses through\nthe verification flow. The VerificationSession contains the user's verified data after\nverification checks are complete.\n\nRelated guide: [The Verification Sessions API](https://docs.stripe.com/identity/verification-sessions)","properties":{"client_reference_id":{"description":"A string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.","maxLength":5000,"nullable":true,"type":"string"},"client_secret":{"description":"The short-lived client secret used by Stripe.js to [show a verification modal](https://docs.stripe.com/js/identity/modal) inside your app. This client secret expires after 24 hours and can only be used once. Don’t store it, log it, embed it in a URL, or expose it to anyone other than the user. Make sure that you have TLS enabled on any page that includes the client secret. Refer to our docs on [passing the client secret to the frontend](https://docs.stripe.com/identity/verification-sessions#client-secret) to learn more.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last_error":{"anyOf":[{"$ref":"#/components/schemas/gelato_session_last_error"}],"description":"If present, this property tells you the last error encountered when processing the verification.","nullable":true},"last_verification_report":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/identity.verification_report"}],"description":"ID of the most recent VerificationReport. [Learn more about accessing detailed verification results.](https://docs.stripe.com/identity/verification-sessions#results)","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/identity.verification_report"}]}},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["identity.verification_session"],"type":"string"},"options":{"anyOf":[{"$ref":"#/components/schemas/gelato_verification_session_options"}],"description":"A set of options for the session’s verification checks.","nullable":true},"provided_details":{"anyOf":[{"$ref":"#/components/schemas/gelato_provided_details"}],"description":"Details provided about the user being verified. These details may be shown to the user.","nullable":true},"redaction":{"anyOf":[{"$ref":"#/components/schemas/verification_session_redaction"}],"description":"Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.","nullable":true},"related_customer":{"description":"Customer ID","maxLength":5000,"nullable":true,"type":"string"},"related_customer_account":{"description":"The ID of the Account representing a customer.","maxLength":5000,"nullable":true,"type":"string"},"related_person":{"$ref":"#/components/schemas/gelato_related_person"},"status":{"description":"Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work).","enum":["canceled","processing","requires_input","verified"],"type":"string"},"type":{"description":"The type of [verification check](https://docs.stripe.com/identity/verification-checks) to be performed.","enum":["document","id_number","verification_flow"],"type":"string","x-stripeBypassValidation":true},"url":{"description":"The short-lived URL that you use to redirect a user to Stripe to submit their identity information. This URL expires after 48 hours and can only be used once. Don’t store it, log it, send it in emails or expose it to anyone other than the user. Refer to our docs on [verifying identity documents](https://docs.stripe.com/identity/verify-identity-documents?platform=web&type=redirect) to learn how to redirect users to Stripe.","maxLength":5000,"nullable":true,"type":"string"},"verification_flow":{"description":"The configuration token of a verification flow from the dashboard.","maxLength":5000,"type":"string"},"verified_outputs":{"anyOf":[{"$ref":"#/components/schemas/gelato_verified_outputs"}],"description":"The user’s verified data.","nullable":true}},"required":["created","id","livemode","metadata","object","status","type"],"title":"GelatoVerificationSession","type":"object","x-expandableFields":["last_error","last_verification_report","options","provided_details","redaction","related_person","verified_outputs"],"x-resourceId":"identity.verification_session"},"inbound_transfers":{"description":"","properties":{"billing_details":{"$ref":"#/components/schemas/treasury_shared_resource_billing_details"},"type":{"description":"The type of the payment method used in the InboundTransfer.","enum":["us_bank_account"],"type":"string","x-stripeBypassValidation":true},"us_bank_account":{"$ref":"#/components/schemas/inbound_transfers_payment_method_details_us_bank_account"}},"required":["billing_details","type"],"title":"InboundTransfers","type":"object","x-expandableFields":["billing_details","us_bank_account"]},"inbound_transfers_payment_method_details_us_bank_account":{"description":"","properties":{"account_holder_type":{"description":"Account holder type: individual or company.","enum":["company","individual"],"nullable":true,"type":"string"},"account_type":{"description":"Account type: checkings or savings. Defaults to checking if omitted.","enum":["checking","savings"],"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the mandate used to make this payment.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"network":{"description":"The network rails used. See the [docs](https://docs.stripe.com/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.","enum":["ach"],"type":"string"},"routing_number":{"description":"Routing number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"required":["network"],"title":"inbound_transfers_payment_method_details_us_bank_account","type":"object","x-expandableFields":["mandate"]},"insights_resources_payment_evaluation_address":{"description":"Address data.","properties":{"city":{"description":"City, district, suburb, town, or village.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"line1":{"description":"Address line 1, such as the street, PO Box, or company name.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Address line 2, such as the apartment, suite, unit, or building.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"nullable":true,"type":"string"}},"title":"InsightsResourcesPaymentEvaluationAddress","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_billing_details":{"description":"Billing details attached to this payment evaluation.","properties":{"address":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_address"},"email":{"description":"Email address.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Full name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"Billing phone number (including extension).","maxLength":5000,"nullable":true,"type":"string"}},"required":["address"],"title":"InsightsResourcesPaymentEvaluationBillingDetails","type":"object","x-expandableFields":["address"]},"insights_resources_payment_evaluation_card_issuer_decline":{"description":"Provides Stripe Radar's evaluation of the likelihood that a payment will be declined by the card issuer.","properties":{"model_score":{"description":"Stripe Radar's evaluation of the likelihood that the payment will be declined by the card issuer. Scores range from 0 to 100, with higher values indicating a higher likelihood of decline.","type":"number"},"recommended_action":{"description":"Recommended action based on the model score. Possible values are `block` and `continue`.","enum":["block","continue"],"type":"string"}},"required":["model_score","recommended_action"],"title":"InsightsResourcesPaymentEvaluationCardIssuerDecline","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_client_device_metadata":{"description":"Client device metadata attached to this payment evaluation.","properties":{"radar_session":{"description":"ID for the Radar Session associated with the payment evaluation. A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.","maxLength":5000,"type":"string"}},"required":["radar_session"],"title":"InsightsResourcesPaymentEvaluationClientDeviceMetadata","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_customer_details":{"description":"Customer details attached to this payment evaluation.","properties":{"customer":{"description":"The ID of the customer associated with the payment evaluation.","maxLength":5000,"nullable":true,"type":"string"},"customer_account":{"description":"The ID of the Account representing the customer associated with the payment evaluation.","maxLength":5000,"nullable":true,"type":"string"},"email":{"description":"The customer's email address.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"The customer's full name or business name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"The customer's phone number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"InsightsResourcesPaymentEvaluationCustomerDetails","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_dispute_opened":{"description":"Dispute opened event details attached to this payment evaluation.","properties":{"amount":{"description":"Amount to dispute for this payment. A positive integer representing how much to charge in [the smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"reason":{"description":"Reason given by cardholder for dispute.","enum":["account_not_available","credit_not_processed","customer_initiated","duplicate","fraudulent","general","noncompliant","product_not_received","product_unacceptable","subscription_canceled","unrecognized"],"type":"string"}},"required":["amount","currency","reason"],"title":"InsightsResourcesPaymentEvaluationDisputeOpened","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_early_fraud_warning_received":{"description":"Early Fraud Warning Received event details attached to this payment evaluation.","properties":{"fraud_type":{"description":"The type of fraud labeled by the issuer.","enum":["made_with_lost_card","made_with_stolen_card","other","unauthorized_use_of_card"],"type":"string"}},"required":["fraud_type"],"title":"InsightsResourcesPaymentEvaluationEarlyFraudWarningReceived","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_event":{"description":"Event reported for this payment evaluation.","properties":{"dispute_opened":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_dispute_opened"},"early_fraud_warning_received":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_early_fraud_warning_received"},"occurred_at":{"description":"Timestamp when the event occurred.","format":"unix-time","type":"integer"},"refunded":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_refunded"},"type":{"description":"Indicates the type of event attached to the payment evaluation.","enum":["dispute_opened","early_fraud_warning_received","refunded","user_intervention_raised","user_intervention_resolved"],"type":"string"},"user_intervention_raised":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_user_intervention_raised"},"user_intervention_resolved":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_user_intervention_resolved"}},"required":["occurred_at","type"],"title":"InsightsResourcesPaymentEvaluationEvent","type":"object","x-expandableFields":["dispute_opened","early_fraud_warning_received","refunded","user_intervention_raised","user_intervention_resolved"]},"insights_resources_payment_evaluation_insights":{"description":"Collection of scores and insights for this payment evaluation.","properties":{"card_issuer_decline":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_card_issuer_decline"}],"description":"Stripe Radar's evaluation of the likelihood of a card issuer decline on this payment.","nullable":true},"evaluated_at":{"description":"The timestamp when the evaluation was performed.","format":"unix-time","type":"integer"},"fraudulent_dispute":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_scorer"}},"required":["evaluated_at","fraudulent_dispute"],"title":"InsightsResourcesPaymentEvaluationInsights","type":"object","x-expandableFields":["card_issuer_decline","fraudulent_dispute"]},"insights_resources_payment_evaluation_merchant_blocked":{"description":"Details of a merchant_blocked outcome attached to this payment evaluation.","properties":{"reason":{"description":"The reason the payment was blocked by the merchant.","enum":["authentication_required","blocked_for_fraud","invalid_payment","other"],"type":"string"}},"required":["reason"],"title":"InsightsResourcesPaymentEvaluationMerchantBlocked","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_money_movement_card":{"description":"Money Movement card details attached to this payment.","properties":{"customer_presence":{"description":"Describes the presence of the customer during the payment.","enum":["off_session","on_session"],"nullable":true,"type":"string"},"payment_type":{"description":"Describes the type of payment.","enum":["one_off","recurring","setup_one_off","setup_recurring"],"nullable":true,"type":"string"}},"title":"InsightsResourcesPaymentEvaluationMoneyMovementCard","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_money_movement_details":{"description":"Money Movement details attached to this payment.","properties":{"card":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_money_movement_card"}],"description":"Describes card money movement details for the payment evaluation.","nullable":true},"money_movement_type":{"description":"Describes the type of money movement. Currently only `card` is supported.","enum":["card"],"type":"string"}},"required":["money_movement_type"],"title":"InsightsResourcesPaymentEvaluationMoneyMovementDetails","type":"object","x-expandableFields":["card"]},"insights_resources_payment_evaluation_outcome":{"description":"Outcome details for this payment evaluation.","properties":{"merchant_blocked":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_merchant_blocked"},"payment_intent_id":{"description":"The PaymentIntent ID associated with the payment evaluation.","maxLength":5000,"type":"string"},"rejected":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_rejected"},"succeeded":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_succeeded"},"type":{"description":"Indicates the outcome of the payment evaluation.","enum":["failed","merchant_blocked","rejected","succeeded"],"type":"string"}},"required":["type"],"title":"InsightsResourcesPaymentEvaluationOutcome","type":"object","x-expandableFields":["merchant_blocked","rejected","succeeded"]},"insights_resources_payment_evaluation_payment_details":{"description":"Payment details attached to this payment evaluation.","properties":{"amount":{"description":"Amount intended to be collected by this payment. A positive integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"money_movement_details":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_money_movement_details"}],"description":"Details about the payment's customer presence and type.","nullable":true},"payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_payment_method_details"}],"description":"Details about the payment method used for the payment.","nullable":true},"shipping_details":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_shipping"}],"description":"Shipping details for the payment evaluation.","nullable":true},"statement_descriptor":{"description":"Payment statement descriptor.","maxLength":5000,"nullable":true,"type":"string"}},"required":["amount","currency"],"title":"InsightsResourcesPaymentEvaluationPaymentDetails","type":"object","x-expandableFields":["money_movement_details","payment_method_details","shipping_details"]},"insights_resources_payment_evaluation_payment_method_details":{"description":"Payment method details attached to this payment evaluation.","properties":{"billing_details":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_billing_details"}],"description":"Billing information associated with the payment evaluation.","nullable":true},"payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The payment method used in this payment evaluation.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}}},"required":["payment_method"],"title":"InsightsResourcesPaymentEvaluationPaymentMethodDetails","type":"object","x-expandableFields":["billing_details","payment_method"]},"insights_resources_payment_evaluation_refunded":{"description":"Refunded Event details attached to this payment evaluation.","properties":{"amount":{"description":"Amount refunded for this payment. A positive integer representing how much to charge in [the smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"reason":{"description":"Indicates the reason for the refund.","enum":["duplicate","fraudulent","other","requested_by_customer"],"type":"string"}},"required":["amount","currency","reason"],"title":"InsightsResourcesPaymentEvaluationRefunded","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_rejected":{"description":"Details of an rejected outcome attached to this payment evaluation.","properties":{"card":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_rejected_card"}},"title":"InsightsResourcesPaymentEvaluationRejected","type":"object","x-expandableFields":["card"]},"insights_resources_payment_evaluation_rejected_card":{"description":"Details of an rejected card outcome attached to this payment evaluation.","properties":{"address_line1_check":{"description":"Result of the address line 1 check.","enum":["fail","pass","unavailable","unchecked"],"type":"string"},"address_postal_code_check":{"description":"Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address.","enum":["fail","pass","unavailable","unchecked"],"type":"string"},"cvc_check":{"description":"Result of the CVC check.","enum":["fail","pass","unavailable","unchecked"],"type":"string"},"reason":{"description":"Card issuer's reason for the network decline.","enum":["authentication_failed","do_not_honor","expired","incorrect_cvc","incorrect_number","incorrect_postal_code","insufficient_funds","invalid_account","lost_card","other","processing_error","reported_stolen","try_again_later"],"type":"string"}},"required":["address_line1_check","address_postal_code_check","cvc_check","reason"],"title":"InsightsResourcesPaymentEvaluationRejectedCard","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_scorer":{"description":"Scores, insights and recommended action for one scorer for this PaymentEvaluation.","properties":{"recommended_action":{"description":"Recommended action based on the risk score. Possible values are `block` and `continue`.","enum":["block","continue"],"type":"string"},"risk_score":{"description":"Stripe Radar’s evaluation of the risk level of the payment. Possible values for evaluated payments are between 0 and 100, with higher scores indicating higher risk.","type":"integer"}},"required":["recommended_action","risk_score"],"title":"InsightsResourcesPaymentEvaluationScorer","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_shipping":{"description":"Shipping details attached to this payment.","properties":{"address":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_address"},"name":{"description":"Shipping name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"Shipping phone number.","maxLength":5000,"nullable":true,"type":"string"}},"required":["address"],"title":"InsightsResourcesPaymentEvaluationShipping","type":"object","x-expandableFields":["address"]},"insights_resources_payment_evaluation_succeeded":{"description":"Details of a succeeded outcome attached to this payment evaluation.","properties":{"card":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_succeeded_card"}},"title":"InsightsResourcesPaymentEvaluationSucceeded","type":"object","x-expandableFields":["card"]},"insights_resources_payment_evaluation_succeeded_card":{"description":"Details of an succeeded card outcome attached to this payment evaluation.","properties":{"address_line1_check":{"description":"Result of the address line 1 check.","enum":["fail","pass","unavailable","unchecked"],"type":"string"},"address_postal_code_check":{"description":"Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address.","enum":["fail","pass","unavailable","unchecked"],"type":"string"},"cvc_check":{"description":"Result of the CVC check.","enum":["fail","pass","unavailable","unchecked"],"type":"string"}},"required":["address_line1_check","address_postal_code_check","cvc_check"],"title":"InsightsResourcesPaymentEvaluationSucceededCard","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_user_intervention_raised":{"description":"User intervention raised event details attached to this payment evaluation","properties":{"custom":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_user_intervention_raised_custom"},"key":{"description":"Unique identifier for the user intervention event.","maxLength":5000,"type":"string"},"type":{"description":"Type of user intervention raised.","enum":["3ds","captcha","custom"],"type":"string"}},"required":["key","type"],"title":"InsightsResourcesPaymentEvaluationUserInterventionRaised","type":"object","x-expandableFields":["custom"]},"insights_resources_payment_evaluation_user_intervention_raised_custom":{"description":"User intervention raised custom event details attached to this payment evaluation","properties":{"type":{"description":"Custom type of user intervention raised. The string must use a snake case description for the type of intervention performed.","maxLength":5000,"type":"string"}},"required":["type"],"title":"InsightsResourcesPaymentEvaluationUserInterventionRaisedCustom","type":"object","x-expandableFields":[]},"insights_resources_payment_evaluation_user_intervention_resolved":{"description":"User Intervention Resolved Event details attached to this payment evaluation","properties":{"key":{"description":"Unique ID of this intervention. Use this to provide the result.","maxLength":5000,"type":"string"},"outcome":{"description":"Result of the intervention if it has been completed.","enum":["abandoned","failed","passed"],"nullable":true,"type":"string"}},"required":["key"],"title":"InsightsResourcesPaymentEvaluationUserInterventionResolved","type":"object","x-expandableFields":[]},"internal_card":{"description":"","properties":{"brand":{"description":"Brand of the card used in the transaction","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two digit number representing the card's expiration month","nullable":true,"type":"integer"},"exp_year":{"description":"Two digit number representing the card's expiration year","nullable":true,"type":"integer"},"last4":{"description":"The last 4 digits of the card","maxLength":5000,"nullable":true,"type":"string"}},"title":"internal_card","type":"object","x-expandableFields":[]},"invoice":{"description":"Invoices are statements of amounts owed by a customer, and are either\ngenerated one-off, or generated periodically from a subscription.\n\nThey contain [invoice items](https://api.stripe.com#invoiceitems), and proration adjustments\nthat may be caused by subscription upgrades/downgrades (if necessary).\n\nIf your invoice is configured to be billed through automatic charges,\nStripe automatically finalizes your invoice and attempts payment. Note\nthat finalizing the invoice,\n[when automatic](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection), does\nnot happen immediately as the invoice is created. Stripe waits\nuntil one hour after the last webhook was successfully sent (or the last\nwebhook timed out after failing). If you (and the platforms you may have\nconnected to) have no webhooks configured, Stripe waits one hour after\ncreation to finalize the invoice.\n\nIf your invoice is configured to be billed by sending an email, then based on your\n[email settings](https://dashboard.stripe.com/account/billing/automatic),\nStripe will email the invoice to your customer and await payment. These\nemails can contain a link to a hosted page to pay the invoice.\n\nStripe applies any customer credit on the account before determining the\namount due for the invoice (i.e., the amount that will be actually\ncharged). If the amount due for the invoice is less than Stripe's [minimum allowed charge\nper currency](/docs/currencies#minimum-and-maximum-charge-amounts), the\ninvoice is automatically marked paid, and we add the amount due to the\ncustomer's credit balance which is applied to the next invoice.\n\nMore details on the customer's credit balance are\n[here](https://docs.stripe.com/billing/customer/balance).\n\nRelated guide: [Send invoices to customers](https://docs.stripe.com/billing/invoices/sending)","properties":{"account_country":{"description":"The country of the business associated with this invoice, most often the business creating the invoice.","maxLength":5000,"nullable":true,"type":"string"},"account_name":{"description":"The public name of the business associated with this invoice, most often the business creating the invoice.","maxLength":5000,"nullable":true,"type":"string"},"account_tax_ids":{"description":"The account tax IDs associated with the invoice. Only editable when the invoice is a draft.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}]}},"nullable":true,"type":"array"},"amount_due":{"description":"Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the `amount_due` may be 0. If there is a positive `starting_balance` for the invoice (the customer owes money), the `amount_due` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in `amount_due`.","type":"integer"},"amount_overpaid":{"description":"Amount that was overpaid on the invoice. The amount overpaid is credited to the customer's credit balance.","type":"integer"},"amount_paid":{"description":"The amount, in cents (or local equivalent), that was paid.","type":"integer"},"amount_remaining":{"description":"The difference between amount_due and amount_paid, in cents (or local equivalent).","type":"integer"},"amount_shipping":{"description":"This is the sum of all the shipping amounts.","type":"integer"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}],"description":"ID of the Connect Application that created the invoice.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}]}},"attempt_count":{"description":"Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule. If a failure is returned with a non-retryable return code, the invoice can no longer be retried unless a new payment method is obtained. Retries will continue to be scheduled, and attempt_count will continue to increment, but retries will only be executed if a new payment method is obtained.","type":"integer"},"attempted":{"description":"Whether an attempt has been made to pay the invoice. An invoice is not attempted until 1 hour after the `invoice.created` webhook, for example, so you might not want to display that invoice as unpaid to your users.","type":"boolean"},"auto_advance":{"description":"Controls whether Stripe performs [automatic collection](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection) of the invoice. If `false`, the invoice's state doesn't automatically advance without an explicit action.","type":"boolean"},"automatic_tax":{"$ref":"#/components/schemas/automatic_tax"},"automatically_finalizes_at":{"description":"The time when this invoice is currently scheduled to be automatically finalized. The field will be `null` if the invoice is not scheduled to finalize in the future. If the invoice is not in the draft state, this field will always be `null` - see `finalized_at` for the time when an already-finalized invoice was finalized.","format":"unix-time","nullable":true,"type":"integer"},"billing_reason":{"description":"Indicates the reason why the invoice was created.\n\n* `manual`: Unrelated to a subscription, for example, created via the invoice editor.\n* `subscription`: No longer in use. Applies to subscriptions from before May 2018 where no distinction was made between updates, cycles, and thresholds.\n* `subscription_create`: A new subscription was created.\n* `subscription_cycle`: A subscription advanced into a new period.\n* `subscription_threshold`: A subscription reached a billing threshold.\n* `subscription_update`: A subscription was updated.\n* `upcoming`: Reserved for upcoming invoices created through the Create Preview Invoice API or when an `invoice.upcoming` event is generated for an upcoming invoice on a subscription.","enum":["automatic_pending_invoice_item_invoice","manual","quote_accept","subscription","subscription_create","subscription_cycle","subscription_threshold","subscription_update","upcoming"],"nullable":true,"type":"string"},"collection_method":{"description":"Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions.","enum":["charge_automatically","send_invoice"],"type":"string"},"confirmation_secret":{"anyOf":[{"$ref":"#/components/schemas/invoices_resource_confirmation_secret"}],"description":"The confirmation secret associated with this invoice. Currently, this contains the client_secret of the PaymentIntent that Stripe creates during invoice finalization.","nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"custom_fields":{"description":"Custom fields displayed on the invoice.","items":{"$ref":"#/components/schemas/invoice_setting_custom_field"},"nullable":true,"type":"array"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The ID of the customer to bill.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The ID of the account representing the customer to bill.","maxLength":5000,"nullable":true,"type":"string"},"customer_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"The customer's address. Until the invoice is finalized, this field will equal `customer.address`. Once the invoice is finalized, this field will no longer be updated.","nullable":true},"customer_email":{"description":"The customer's email. Until the invoice is finalized, this field will equal `customer.email`. Once the invoice is finalized, this field will no longer be updated.","maxLength":5000,"nullable":true,"type":"string"},"customer_name":{"description":"The customer's name. Until the invoice is finalized, this field will equal `customer.name`. Once the invoice is finalized, this field will no longer be updated.","maxLength":5000,"nullable":true,"type":"string"},"customer_phone":{"description":"The customer's phone number. Until the invoice is finalized, this field will equal `customer.phone`. Once the invoice is finalized, this field will no longer be updated.","maxLength":5000,"nullable":true,"type":"string"},"customer_shipping":{"anyOf":[{"$ref":"#/components/schemas/shipping"}],"description":"The customer's shipping information. Until the invoice is finalized, this field will equal `customer.shipping`. Once the invoice is finalized, this field will no longer be updated.","nullable":true},"customer_tax_exempt":{"description":"The customer's tax exempt status. Until the invoice is finalized, this field will equal `customer.tax_exempt`. Once the invoice is finalized, this field will no longer be updated.","enum":["exempt","none","reverse"],"nullable":true,"type":"string"},"customer_tax_ids":{"description":"The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.","items":{"$ref":"#/components/schemas/invoices_resource_invoice_tax_id"},"nullable":true,"type":"array"},"default_payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"default_source":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}],"description":"ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}]},"x-stripeBypassValidation":true},"default_tax_rates":{"description":"The tax rates applied to this invoice, if any.","items":{"$ref":"#/components/schemas/tax_rate"},"type":"array"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard.","maxLength":5000,"nullable":true,"type":"string"},"discounts":{"description":"The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}]}},"type":"array"},"due_date":{"description":"The date on which payment for this invoice is due. This value will be `null` for invoices where `collection_method=charge_automatically`.","format":"unix-time","nullable":true,"type":"integer"},"effective_at":{"description":"The date when this invoice is in effect. Same as `finalized_at` unless overwritten. When defined, this value replaces the system-generated 'Date of issue' printed on the invoice PDF and receipt.","format":"unix-time","nullable":true,"type":"integer"},"ending_balance":{"description":"Ending customer balance after the invoice is finalized. Invoices are finalized approximately an hour after successful webhook delivery or when payment collection is attempted for the invoice. If the invoice has not been finalized yet, this will be null.","nullable":true,"type":"integer"},"footer":{"description":"Footer displayed on the invoice.","maxLength":5000,"nullable":true,"type":"string"},"from_invoice":{"anyOf":[{"$ref":"#/components/schemas/invoices_resource_from_invoice"}],"description":"Details of the invoice that was cloned. See the [revision documentation](https://docs.stripe.com/invoicing/invoice-revisions) for more details.","nullable":true},"hosted_invoice_url":{"description":"The URL for the hosted invoice page, which allows customers to view and pay an invoice. If the invoice has not been finalized yet, this will be null.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object. For preview invoices created using the [create preview](https://stripe.com/docs/api/invoices/create_preview) endpoint, this id will be prefixed with `upcoming_in`.","maxLength":5000,"type":"string"},"invoice_pdf":{"description":"The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null.","maxLength":5000,"nullable":true,"type":"string"},"issuer":{"$ref":"#/components/schemas/connect_account_reference"},"last_finalization_error":{"anyOf":[{"$ref":"#/components/schemas/api_errors"}],"description":"The error encountered during the previous attempt to finalize the invoice. This field is cleared when the invoice is successfully finalized.","nullable":true},"latest_revision":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The ID of the most recent non-draft revision of this invoice","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"lines":{"description":"The individual line items that make up the invoice. `lines` is sorted as follows: (1) pending invoice items (including prorations) in reverse chronological order, (2) subscription items in reverse chronological order, and (3) invoice items added after invoice creation in chronological order.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/line_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"InvoiceLinesList","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"next_payment_attempt":{"description":"The time at which payment will next be attempted. This value will be `null` for invoices where `collection_method=send_invoice`.","format":"unix-time","nullable":true,"type":"integer"},"number":{"description":"A unique, identifying string that appears on emails sent to the customer for this invoice. This starts with the customer's unique invoice_prefix if it is specified.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["invoice"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) for which the funds of the invoice payment are intended. If set, the invoice will be presented with the branding and support information of the specified account. See the [Invoices with Connect](https://docs.stripe.com/billing/invoices/connect) documentation for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"parent":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_parents_invoice_parent"}],"description":"The parent that generated this invoice","nullable":true},"payment_settings":{"$ref":"#/components/schemas/invoices_payment_settings"},"payments":{"description":"Payments for this invoice","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/invoice_payment"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"InvoicesPaymentsListInvoicePayments","type":"object","x-expandableFields":["data"]},"period_end":{"description":"End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.","format":"unix-time","type":"integer"},"period_start":{"description":"Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.","format":"unix-time","type":"integer"},"post_payment_credit_notes_amount":{"description":"Total amount of all post-payment credit notes issued for this invoice.","type":"integer"},"pre_payment_credit_notes_amount":{"description":"Total amount of all pre-payment credit notes issued for this invoice.","type":"integer"},"receipt_number":{"description":"This is the transaction number that appears on email receipts sent for this invoice.","maxLength":5000,"nullable":true,"type":"string"},"rendering":{"anyOf":[{"$ref":"#/components/schemas/invoices_resource_invoice_rendering"}],"description":"The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.","nullable":true},"shipping_cost":{"anyOf":[{"$ref":"#/components/schemas/invoices_resource_shipping_cost"}],"description":"The details of the cost of shipping, including the ShippingRate applied on the invoice.","nullable":true},"shipping_details":{"anyOf":[{"$ref":"#/components/schemas/shipping"}],"description":"Shipping details for the invoice. The Invoice PDF will use the `shipping_details` value if it is set, otherwise the PDF will render the shipping address from the customer.","nullable":true},"starting_balance":{"description":"Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance. For revision invoices, this also includes any customer balance that was applied to the original invoice.","type":"integer"},"statement_descriptor":{"description":"Extra information about an invoice for the customer's credit card statement.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://docs.stripe.com/billing/invoices/workflow#workflow-overview)","enum":["draft","open","paid","uncollectible","void"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"status_transitions":{"$ref":"#/components/schemas/invoices_resource_status_transitions"},"subtotal":{"description":"Total of all subscriptions, invoice items, and prorations on the invoice before any invoice level discount or exclusive tax is applied. Item discounts are already incorporated","type":"integer"},"subtotal_excluding_tax":{"description":"The integer amount in cents (or local equivalent) representing the subtotal of the invoice before any invoice level discount or tax is applied. Item discounts are already incorporated","nullable":true,"type":"integer"},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this invoice belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}},"threshold_reason":{"$ref":"#/components/schemas/invoice_threshold_reason"},"total":{"description":"Total after discounts and taxes.","type":"integer"},"total_discount_amounts":{"description":"The aggregate amounts calculated per discount across all line items.","items":{"$ref":"#/components/schemas/discounts_resource_discount_amount"},"nullable":true,"type":"array"},"total_excluding_tax":{"description":"The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax.","nullable":true,"type":"integer"},"total_pretax_credit_amounts":{"description":"Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this invoice. This is a combined list of total_pretax_credit_amounts across all invoice line items.","items":{"$ref":"#/components/schemas/invoices_resource_pretax_credit_amount"},"nullable":true,"type":"array"},"total_taxes":{"description":"The aggregate tax information of all line items.","items":{"$ref":"#/components/schemas/billing_bill_resource_invoicing_taxes_tax"},"nullable":true,"type":"array"},"webhooks_delivered_at":{"description":"Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://docs.stripe.com/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created.","format":"unix-time","nullable":true,"type":"integer"}},"required":["amount_due","amount_overpaid","amount_paid","amount_remaining","amount_shipping","attempt_count","attempted","auto_advance","automatic_tax","collection_method","created","currency","customer","default_tax_rates","discounts","id","issuer","lines","livemode","object","payment_settings","period_end","period_start","post_payment_credit_notes_amount","pre_payment_credit_notes_amount","starting_balance","status_transitions","subtotal","total"],"title":"Invoice","type":"object","x-expandableFields":["account_tax_ids","application","automatic_tax","confirmation_secret","custom_fields","customer","customer_address","customer_shipping","customer_tax_ids","default_payment_method","default_source","default_tax_rates","discounts","from_invoice","issuer","last_finalization_error","latest_revision","lines","on_behalf_of","parent","payment_settings","payments","rendering","shipping_cost","shipping_details","status_transitions","test_clock","threshold_reason","total_discount_amounts","total_pretax_credit_amounts","total_taxes"],"x-resourceId":"invoice"},"invoice_installments_card":{"description":"","properties":{"enabled":{"description":"Whether Installments are enabled for this Invoice.","nullable":true,"type":"boolean"}},"title":"invoice_installments_card","type":"object","x-expandableFields":[]},"invoice_item_threshold_reason":{"description":"","properties":{"line_item_ids":{"description":"The IDs of the line items that triggered the threshold invoice.","items":{"maxLength":5000,"type":"string"},"type":"array"},"usage_gte":{"description":"The quantity threshold boundary that applied to the given line item.","type":"integer"}},"required":["line_item_ids","usage_gte"],"title":"InvoiceItemThresholdReason","type":"object","x-expandableFields":[]},"invoice_line_item_period":{"description":"","properties":{"end":{"description":"The end of the period, which must be greater than or equal to the start. This value is inclusive.","format":"unix-time","type":"integer"},"start":{"description":"The start of the period. This value is inclusive.","format":"unix-time","type":"integer"}},"required":["end","start"],"title":"InvoiceLineItemPeriod","type":"object","x-expandableFields":[]},"invoice_mandate_options_card":{"description":"","properties":{"amount":{"description":"Amount to be charged for future payments.","nullable":true,"type":"integer"},"amount_type":{"description":"One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param.","enum":["fixed","maximum"],"nullable":true,"type":"string"},"description":{"description":"A description of the mandate or subscription that is meant to be displayed to the customer.","maxLength":200,"nullable":true,"type":"string"}},"title":"invoice_mandate_options_card","type":"object","x-expandableFields":[]},"invoice_mandate_options_payto":{"description":"","properties":{"amount":{"description":"The maximum amount that can be collected in a single invoice. If you don't specify a maximum, then there is no limit.","nullable":true,"type":"integer"},"amount_type":{"description":"Only `maximum` is supported.","enum":["fixed","maximum"],"nullable":true,"type":"string"},"purpose":{"description":"The purpose for which payments are made. Has a default value based on your merchant category code.","enum":["dependant_support","government","loan","mortgage","other","pension","personal","retail","salary","tax","utility"],"nullable":true,"type":"string"}},"title":"invoice_mandate_options_payto","type":"object","x-expandableFields":[]},"invoice_payment":{"description":"Invoice Payments represent payments made against invoices. Invoice Payments can\nbe accessed in two ways:\n1. By expanding the `payments` field on the [Invoice](https://api.stripe.com#invoice) resource.\n2. By using the Invoice Payment retrieve and list endpoints.\n\nInvoice Payments include the mapping between payment objects, such as Payment Intent, and Invoices.\nThis resource and its endpoints allows you to easily track if a payment is associated with a specific invoice and\nmonitor the allocation details of the payments.","properties":{"amount_paid":{"description":"Amount that was actually paid for this invoice, in cents (or local equivalent). This field is null until the payment is `paid`. This amount can be less than the `amount_requested` if the PaymentIntent’s `amount_received` is not sufficient to pay all of the invoices that it is attached to.","nullable":true,"type":"integer"},"amount_requested":{"description":"Amount intended to be paid toward this invoice, in cents (or local equivalent)","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"},{"$ref":"#/components/schemas/deleted_invoice"}],"description":"The invoice that was paid.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"},{"$ref":"#/components/schemas/deleted_invoice"}]}},"is_default":{"description":"Stripe automatically creates a default InvoicePayment when the invoice is finalized, and keeps it synchronized with the invoice’s `amount_remaining`. The PaymentIntent associated with the default payment can’t be edited or canceled directly.","type":"boolean"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["invoice_payment"],"type":"string"},"payment":{"$ref":"#/components/schemas/invoices_payments_invoice_payment_associated_payment"},"status":{"description":"The status of the payment, one of `open`, `paid`, or `canceled`.","maxLength":5000,"type":"string"},"status_transitions":{"$ref":"#/components/schemas/invoices_payments_invoice_payment_status_transitions"}},"required":["amount_requested","created","currency","id","invoice","is_default","livemode","object","payment","status","status_transitions"],"title":"InvoicesInvoicePayment","type":"object","x-expandableFields":["invoice","payment","status_transitions"],"x-resourceId":"invoice_payment"},"invoice_payment_method_options_acss_debit":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/invoice_payment_method_options_acss_debit_mandate_options"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"invoice_payment_method_options_acss_debit","type":"object","x-expandableFields":["mandate_options"]},"invoice_payment_method_options_acss_debit_mandate_options":{"description":"","properties":{"transaction_type":{"description":"Transaction type of the mandate.","enum":["business","personal"],"nullable":true,"type":"string"}},"title":"invoice_payment_method_options_acss_debit_mandate_options","type":"object","x-expandableFields":[]},"invoice_payment_method_options_bancontact":{"description":"","properties":{"preferred_language":{"description":"Preferred language of the Bancontact authorization page that the customer is redirected to.","enum":["de","en","fr","nl"],"type":"string"}},"required":["preferred_language"],"title":"invoice_payment_method_options_bancontact","type":"object","x-expandableFields":[]},"invoice_payment_method_options_card":{"description":"","properties":{"installments":{"$ref":"#/components/schemas/invoice_installments_card"},"request_three_d_secure":{"description":"We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://docs.stripe.com/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.","enum":["any","automatic","challenge"],"nullable":true,"type":"string"}},"title":"invoice_payment_method_options_card","type":"object","x-expandableFields":["installments"]},"invoice_payment_method_options_customer_balance":{"description":"","properties":{"bank_transfer":{"$ref":"#/components/schemas/invoice_payment_method_options_customer_balance_bank_transfer"},"funding_type":{"description":"The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.","enum":["bank_transfer"],"nullable":true,"type":"string"}},"title":"invoice_payment_method_options_customer_balance","type":"object","x-expandableFields":["bank_transfer"]},"invoice_payment_method_options_customer_balance_bank_transfer":{"description":"","properties":{"eu_bank_transfer":{"$ref":"#/components/schemas/invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer"},"type":{"description":"The bank transfer type that can be used for funding. Permitted values include: `eu_bank_transfer`, `gb_bank_transfer`, `jp_bank_transfer`, `mx_bank_transfer`, or `us_bank_transfer`.","nullable":true,"type":"string"}},"title":"invoice_payment_method_options_customer_balance_bank_transfer","type":"object","x-expandableFields":["eu_bank_transfer"]},"invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer":{"description":"","properties":{"country":{"description":"The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.","enum":["BE","DE","ES","FR","IE","NL"],"type":"string"}},"required":["country"],"title":"invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer","type":"object","x-expandableFields":[]},"invoice_payment_method_options_konbini":{"description":"","title":"invoice_payment_method_options_konbini","type":"object","x-expandableFields":[]},"invoice_payment_method_options_payto":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/invoice_mandate_options_payto"}},"title":"invoice_payment_method_options_payto","type":"object","x-expandableFields":["mandate_options"]},"invoice_payment_method_options_sepa_debit":{"description":"","title":"invoice_payment_method_options_sepa_debit","type":"object","x-expandableFields":[]},"invoice_payment_method_options_us_bank_account":{"description":"","properties":{"financial_connections":{"$ref":"#/components/schemas/invoice_payment_method_options_us_bank_account_linked_account_options"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"invoice_payment_method_options_us_bank_account","type":"object","x-expandableFields":["financial_connections"]},"invoice_payment_method_options_us_bank_account_linked_account_options":{"description":"","properties":{"filters":{"$ref":"#/components/schemas/invoice_payment_method_options_us_bank_account_linked_account_options_filters"},"permissions":{"description":"The list of permissions to request. The `payment_method` permission must be included.","items":{"enum":["balances","ownership","payment_method","transactions"],"type":"string"},"type":"array"},"prefetch":{"description":"Data features requested to be retrieved upon account creation.","items":{"enum":["balances","ownership","transactions"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"}},"title":"invoice_payment_method_options_us_bank_account_linked_account_options","type":"object","x-expandableFields":["filters"]},"invoice_payment_method_options_us_bank_account_linked_account_options_filters":{"description":"","properties":{"account_subcategories":{"description":"The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.","items":{"enum":["checking","savings"],"type":"string"},"type":"array"}},"title":"invoice_payment_method_options_us_bank_account_linked_account_options_filters","type":"object","x-expandableFields":[]},"invoice_rendering_pdf":{"description":"","properties":{"page_size":{"description":"Page size of invoice pdf. Options include a4, letter, and auto. If set to auto, page size will be switched to a4 or letter based on customer locale.","enum":["a4","auto","letter"],"nullable":true,"type":"string"}},"title":"InvoiceRenderingPdf","type":"object","x-expandableFields":[]},"invoice_rendering_template":{"description":"Invoice Rendering Templates are used to configure how invoices are rendered on surfaces like the PDF. Invoice Rendering Templates\ncan be created from within the Dashboard, and they can be used over the API when creating invoices.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"nickname":{"description":"A brief description of the template, hidden from customers","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["invoice_rendering_template"],"type":"string"},"status":{"description":"The status of the template, one of `active` or `archived`.","enum":["active","archived"],"type":"string"},"version":{"description":"Version of this template; version increases by one when an update on the template changes any field that controls invoice rendering","type":"integer"}},"required":["created","id","livemode","object","status","version"],"title":"InvoiceRenderingTemplate","type":"object","x-expandableFields":[],"x-resourceId":"invoice_rendering_template"},"invoice_setting_checkout_rendering_options":{"description":"","properties":{"amount_tax_display":{"description":"How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.","maxLength":5000,"nullable":true,"type":"string"},"template":{"description":"ID of the invoice rendering template to be used for the generated invoice.","maxLength":5000,"nullable":true,"type":"string"}},"title":"invoice_setting_checkout_rendering_options","type":"object","x-expandableFields":[]},"invoice_setting_custom_field":{"description":"","properties":{"name":{"description":"The name of the custom field.","maxLength":5000,"type":"string"},"value":{"description":"The value of the custom field.","maxLength":5000,"type":"string"}},"required":["name","value"],"title":"InvoiceSettingCustomField","type":"object","x-expandableFields":[]},"invoice_setting_customer_rendering_options":{"description":"","properties":{"amount_tax_display":{"description":"How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.","maxLength":5000,"nullable":true,"type":"string"},"template":{"description":"ID of the invoice rendering template to be used for this customer's invoices. If set, the template will be used on all invoices for this customer unless a template is set directly on the invoice.","maxLength":5000,"nullable":true,"type":"string"}},"title":"InvoiceSettingCustomerRenderingOptions","type":"object","x-expandableFields":[]},"invoice_setting_customer_setting":{"description":"","properties":{"custom_fields":{"description":"Default custom fields to be displayed on invoices for this customer.","items":{"$ref":"#/components/schemas/invoice_setting_custom_field"},"nullable":true,"type":"array"},"default_payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"footer":{"description":"Default footer to be displayed on invoices for this customer.","maxLength":5000,"nullable":true,"type":"string"},"rendering_options":{"anyOf":[{"$ref":"#/components/schemas/invoice_setting_customer_rendering_options"}],"description":"Default options for invoice PDF rendering for this customer.","nullable":true}},"title":"InvoiceSettingCustomerSetting","type":"object","x-expandableFields":["custom_fields","default_payment_method","rendering_options"]},"invoice_setting_quote_setting":{"description":"","properties":{"days_until_due":{"description":"Number of days within which a customer must pay invoices generated by this quote. This value will be `null` for quotes where `collection_method=charge_automatically`.","nullable":true,"type":"integer"},"issuer":{"$ref":"#/components/schemas/connect_account_reference"}},"required":["issuer"],"title":"InvoiceSettingQuoteSetting","type":"object","x-expandableFields":["issuer"]},"invoice_setting_subscription_schedule_phase_setting":{"description":"","properties":{"account_tax_ids":{"description":"The account tax IDs associated with this phase of the subscription schedule. Will be set on invoices generated by this phase of the subscription schedule.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}]}},"nullable":true,"type":"array"},"days_until_due":{"description":"Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be `null` for subscription schedules where `billing=charge_automatically`.","nullable":true,"type":"integer"},"issuer":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.","nullable":true}},"title":"InvoiceSettingSubscriptionSchedulePhaseSetting","type":"object","x-expandableFields":["account_tax_ids","issuer"]},"invoice_setting_subscription_schedule_setting":{"description":"","properties":{"account_tax_ids":{"description":"The account tax IDs associated with the subscription schedule. Will be set on invoices generated by the subscription schedule.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}]}},"nullable":true,"type":"array"},"days_until_due":{"description":"Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be `null` for subscription schedules where `billing=charge_automatically`.","nullable":true,"type":"integer"},"issuer":{"$ref":"#/components/schemas/connect_account_reference"}},"required":["issuer"],"title":"InvoiceSettingSubscriptionScheduleSetting","type":"object","x-expandableFields":["account_tax_ids","issuer"]},"invoice_threshold_reason":{"description":"","properties":{"amount_gte":{"description":"The total invoice amount threshold boundary if it triggered the threshold invoice.","nullable":true,"type":"integer"},"item_reasons":{"description":"Indicates which line items triggered a threshold invoice.","items":{"$ref":"#/components/schemas/invoice_item_threshold_reason"},"type":"array"}},"required":["item_reasons"],"title":"InvoiceThresholdReason","type":"object","x-expandableFields":["item_reasons"]},"invoiceitem":{"description":"Invoice Items represent the component lines of an [invoice](https://docs.stripe.com/api/invoices). When you create an invoice item with an `invoice` field, it is attached to the specified invoice and included as [an invoice line item](https://docs.stripe.com/api/invoices/line_item) within [invoice.lines](https://docs.stripe.com/api/invoices/object#invoice_object-lines).\n\nInvoice Items can be created before you are ready to actually send the invoice. This can be particularly useful when combined\nwith a [subscription](https://docs.stripe.com/api/subscriptions). Sometimes you want to add a charge or credit to a customer, but actually charge\nor credit the customer's card only at the end of a regular billing cycle. This is useful for combining several charges\n(to minimize per-transaction fees), or for having Stripe tabulate your usage-based billing totals.\n\nRelated guides: [Integrate with the Invoicing API](https://docs.stripe.com/invoicing/integration), [Subscription Invoices](https://docs.stripe.com/billing/invoices/subscription#adding-upcoming-invoice-items).","properties":{"amount":{"description":"Amount (in the `currency` specified) of the invoice item. This should always be equal to `unit_amount * quantity`.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The ID of the customer to bill for this invoice item.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The ID of the account to bill for this invoice item.","maxLength":5000,"nullable":true,"type":"string"},"date":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"discountable":{"description":"If true, discounts will apply to this invoice item. Always false for prorations.","type":"boolean"},"discounts":{"description":"The discounts which apply to the invoice item. Item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"}]}},"nullable":true,"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The ID of the invoice this invoice item belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"net_amount":{"description":"The amount after discounts, but before credits and taxes. This field is `null` for `discountable=true` items.","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["invoiceitem"],"type":"string"},"parent":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoice_item_parents_invoice_item_parent"}],"description":"The parent that generated this invoice item.","nullable":true},"period":{"$ref":"#/components/schemas/invoice_line_item_period"},"pricing":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_pricing_pricing"}],"description":"The pricing information of the invoice item.","nullable":true},"proration":{"description":"Whether the invoice item was created automatically as a proration adjustment when the customer switched plans.","type":"boolean"},"proration_details":{"$ref":"#/components/schemas/proration_details"},"quantity":{"description":"Quantity of units for the invoice item. If the invoice item is a proration, the quantity of the subscription that the proration was computed for.","type":"integer"},"tax_rates":{"description":"The tax rates which apply to the invoice item. When set, the `default_tax_rates` on the invoice do not apply to this invoice item.","items":{"$ref":"#/components/schemas/tax_rate"},"nullable":true,"type":"array"},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this invoice item belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}}},"required":["amount","currency","customer","date","discountable","id","livemode","object","period","proration","quantity"],"title":"InvoiceItem","type":"object","x-expandableFields":["customer","discounts","invoice","parent","period","pricing","proration_details","tax_rates","test_clock"],"x-resourceId":"invoiceitem"},"invoices_payment_method_options":{"description":"","properties":{"acss_debit":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_acss_debit"}],"description":"If paying by `acss_debit`, this sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"bancontact":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_bancontact"}],"description":"If paying by `bancontact`, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"card":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_card"}],"description":"If paying by `card`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"customer_balance":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_customer_balance"}],"description":"If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"konbini":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_konbini"}],"description":"If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"payto":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_payto"}],"description":"If paying by `payto`, this sub-hash contains details about the PayTo payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"sepa_debit":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_sepa_debit"}],"description":"If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.","nullable":true},"us_bank_account":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_us_bank_account"}],"description":"If paying by `us_bank_account`, this sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.","nullable":true}},"title":"InvoicesPaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","bancontact","card","customer_balance","konbini","payto","sepa_debit","us_bank_account"]},"invoices_payment_settings":{"description":"","properties":{"default_mandate":{"description":"ID of the mandate to be used for this invoice. It must correspond to the payment method used to pay the invoice, including the invoice's default_payment_method or default_source, if set.","maxLength":5000,"nullable":true,"type":"string"},"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/invoices_payment_method_options"}],"description":"Payment-method-specific configuration to provide to the invoice’s PaymentIntent.","nullable":true},"payment_method_types":{"description":"The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice).","items":{"enum":["ach_credit_transfer","ach_debit","acss_debit","affirm","amazon_pay","au_becs_debit","bacs_debit","bancontact","boleto","card","cashapp","crypto","custom","customer_balance","eps","fpx","giropay","grabpay","ideal","jp_credit_transfer","kakao_pay","klarna","konbini","kr_card","link","multibanco","naver_pay","nz_bank_account","p24","payco","paynow","paypal","payto","promptpay","revolut_pay","sepa_credit_transfer","sepa_debit","sofort","swish","us_bank_account","wechat_pay"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"}},"title":"InvoicesPaymentSettings","type":"object","x-expandableFields":["payment_method_options"]},"invoices_payments_invoice_payment_associated_payment":{"description":"","properties":{"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the successful charge for this payment when `type` is `charge`.Note: charge is only surfaced if the charge object is not associated with a payment intent. If the charge object does have a payment intent, the Invoice Payment surfaces the payment intent instead.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"ID of the PaymentIntent associated with this payment when `type` is `payment_intent`. Note: This property is only populated for invoices finalized on or after March 15th, 2019.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"payment_record":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_record"}],"description":"ID of the PaymentRecord associated with this payment when `type` is `payment_record`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_record"}]}},"type":{"description":"Type of payment object associated with this invoice payment.","enum":["charge","payment_intent","payment_record"],"type":"string"}},"required":["type"],"title":"InvoicesPaymentsInvoicePaymentAssociatedPayment","type":"object","x-expandableFields":["charge","payment_intent","payment_record"]},"invoices_payments_invoice_payment_status_transitions":{"description":"","properties":{"canceled_at":{"description":"The time that the payment was canceled.","format":"unix-time","nullable":true,"type":"integer"},"paid_at":{"description":"The time that the payment succeeded.","format":"unix-time","nullable":true,"type":"integer"}},"title":"InvoicesPaymentsInvoicePaymentStatusTransitions","type":"object","x-expandableFields":[]},"invoices_resource_confirmation_secret":{"description":"","properties":{"client_secret":{"description":"The client_secret of the payment that Stripe creates for the invoice after finalization.","maxLength":5000,"type":"string"},"type":{"description":"The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization","maxLength":5000,"type":"string"}},"required":["client_secret","type"],"title":"InvoicesResourceConfirmationSecret","type":"object","x-expandableFields":[]},"invoices_resource_from_invoice":{"description":"","properties":{"action":{"description":"The relation between this invoice and the cloned invoice","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The invoice that was cloned.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}}},"required":["action","invoice"],"title":"InvoicesResourceFromInvoice","type":"object","x-expandableFields":["invoice"]},"invoices_resource_invoice_rendering":{"description":"","properties":{"amount_tax_display":{"description":"How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.","maxLength":5000,"nullable":true,"type":"string"},"pdf":{"anyOf":[{"$ref":"#/components/schemas/invoice_rendering_pdf"}],"description":"Invoice pdf rendering options","nullable":true},"template":{"description":"ID of the rendering template that the invoice is formatted by.","maxLength":5000,"nullable":true,"type":"string"},"template_version":{"description":"Version of the rendering template that the invoice is using.","nullable":true,"type":"integer"}},"title":"InvoicesResourceInvoiceRendering","type":"object","x-expandableFields":["pdf"]},"invoices_resource_invoice_tax_id":{"description":"","properties":{"type":{"description":"The type of the tax ID, one of `ad_nrt`, `ar_cuit`, `eu_vat`, `bo_tin`, `br_cnpj`, `br_cpf`, `cn_tin`, `co_nit`, `cr_tin`, `do_rcn`, `ec_ruc`, `eu_oss_vat`, `hr_oib`, `pe_ruc`, `ro_tin`, `rs_pib`, `sv_nit`, `uy_ruc`, `ve_rif`, `vn_tin`, `gb_vat`, `nz_gst`, `au_abn`, `au_arn`, `in_gst`, `no_vat`, `no_voec`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ru_kpp`, `ca_bn`, `hk_br`, `es_cif`, `pl_nip`, `tw_vat`, `th_vat`, `jp_cn`, `jp_rn`, `jp_trn`, `li_uid`, `li_vat`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `my_sst`, `sg_gst`, `ae_trn`, `cl_tin`, `sa_vat`, `id_npwp`, `my_frp`, `il_vat`, `ge_vat`, `ua_vat`, `is_vat`, `bg_uic`, `hu_tin`, `si_tin`, `ke_pin`, `tr_tin`, `eg_tin`, `ph_tin`, `al_tin`, `bh_vat`, `kz_bin`, `ng_tin`, `om_vat`, `de_stn`, `ch_uid`, `tz_vat`, `uz_vat`, `uz_tin`, `md_vat`, `ma_vat`, `by_tin`, `ao_tin`, `bs_tin`, `bb_tin`, `cd_nif`, `mr_nif`, `me_pib`, `zw_tin`, `ba_tin`, `gn_nif`, `mk_vat`, `sr_fin`, `sn_ninea`, `am_tin`, `np_pan`, `tj_tin`, `ug_tin`, `zm_tin`, `kh_tin`, `aw_tin`, `az_tin`, `bd_bin`, `bj_ifu`, `et_tin`, `kg_tin`, `la_tin`, `cm_niu`, `cv_nif`, `bf_ifu`, or `unknown`","enum":["ad_nrt","ae_trn","al_tin","am_tin","ao_tin","ar_cuit","au_abn","au_arn","aw_tin","az_tin","ba_tin","bb_tin","bd_bin","bf_ifu","bg_uic","bh_vat","bj_ifu","bo_tin","br_cnpj","br_cpf","bs_tin","by_tin","ca_bn","ca_gst_hst","ca_pst_bc","ca_pst_mb","ca_pst_sk","ca_qst","cd_nif","ch_uid","ch_vat","cl_tin","cm_niu","cn_tin","co_nit","cr_tin","cv_nif","de_stn","do_rcn","ec_ruc","eg_tin","es_cif","et_tin","eu_oss_vat","eu_vat","gb_vat","ge_vat","gn_nif","hk_br","hr_oib","hu_tin","id_npwp","il_vat","in_gst","is_vat","jp_cn","jp_rn","jp_trn","ke_pin","kg_tin","kh_tin","kr_brn","kz_bin","la_tin","li_uid","li_vat","ma_vat","md_vat","me_pib","mk_vat","mr_nif","mx_rfc","my_frp","my_itn","my_sst","ng_tin","no_vat","no_voec","np_pan","nz_gst","om_vat","pe_ruc","ph_tin","pl_nip","ro_tin","rs_pib","ru_inn","ru_kpp","sa_vat","sg_gst","sg_uen","si_tin","sn_ninea","sr_fin","sv_nit","th_vat","tj_tin","tr_tin","tw_vat","tz_vat","ua_vat","ug_tin","unknown","us_ein","uy_ruc","uz_tin","uz_vat","ve_rif","vn_tin","za_vat","zm_tin","zw_tin"],"type":"string"},"value":{"description":"The value of the tax ID.","maxLength":5000,"nullable":true,"type":"string"}},"required":["type"],"title":"InvoicesResourceInvoiceTaxID","type":"object","x-expandableFields":[]},"invoices_resource_pretax_credit_amount":{"description":"","properties":{"amount":{"description":"The amount, in cents (or local equivalent), of the pretax credit amount.","type":"integer"},"credit_balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/billing.credit_balance_transaction"}],"description":"The credit balance transaction that was applied to get this pretax credit amount.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/billing.credit_balance_transaction"}]}},"discount":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}],"description":"The discount that was applied to get this pretax credit amount.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}]}},"type":{"description":"Type of the pretax credit amount referenced.","enum":["credit_balance_transaction","discount"],"type":"string","x-stripeBypassValidation":true}},"required":["amount","type"],"title":"InvoicesResourcePretaxCreditAmount","type":"object","x-expandableFields":["credit_balance_transaction","discount"]},"invoices_resource_shipping_cost":{"description":"","properties":{"amount_subtotal":{"description":"Total shipping cost before any taxes are applied.","type":"integer"},"amount_tax":{"description":"Total tax amount applied due to shipping costs. If no tax was applied, defaults to 0.","type":"integer"},"amount_total":{"description":"Total shipping cost after taxes are applied.","type":"integer"},"shipping_rate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/shipping_rate"}],"description":"The ID of the ShippingRate for this invoice.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/shipping_rate"}]}},"taxes":{"description":"The taxes applied to the shipping rate.","items":{"$ref":"#/components/schemas/line_items_tax_amount"},"type":"array"}},"required":["amount_subtotal","amount_tax","amount_total"],"title":"InvoicesResourceShippingCost","type":"object","x-expandableFields":["shipping_rate","taxes"]},"invoices_resource_status_transitions":{"description":"","properties":{"finalized_at":{"description":"The time that the invoice draft was finalized.","format":"unix-time","nullable":true,"type":"integer"},"marked_uncollectible_at":{"description":"The time that the invoice was marked uncollectible.","format":"unix-time","nullable":true,"type":"integer"},"paid_at":{"description":"The time that the invoice was paid.","format":"unix-time","nullable":true,"type":"integer"},"voided_at":{"description":"The time that the invoice was voided.","format":"unix-time","nullable":true,"type":"integer"}},"title":"InvoicesResourceStatusTransitions","type":"object","x-expandableFields":[]},"issuing.authorization":{"description":"When an [issued card](https://docs.stripe.com/issuing) is used to make a purchase, an Issuing `Authorization`\nobject is created. [Authorizations](https://docs.stripe.com/issuing/purchases/authorizations) must be approved for the\npurchase to be completed successfully.\n\nRelated guide: [Issued card authorizations](https://docs.stripe.com/issuing/purchases/authorizations)","properties":{"amount":{"description":"The total amount that was authorized or rejected. This amount is in `currency` and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). `amount` should be the same as `merchant_amount`, unless `currency` and `merchant_currency` are different.","type":"integer"},"amount_details":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_amount_details"}],"description":"Detailed breakdown of amount components. These amounts are denominated in `currency` and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","nullable":true},"approved":{"description":"Whether the authorization has been approved.","type":"boolean"},"authorization_method":{"description":"How the card details were provided.","enum":["chip","contactless","keyed_in","online","swipe"],"type":"string"},"balance_transactions":{"description":"List of balance transactions associated with this authorization.","items":{"$ref":"#/components/schemas/balance_transaction"},"type":"array"},"card":{"$ref":"#/components/schemas/issuing.card"},"cardholder":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.cardholder"}],"description":"The cardholder to whom this authorization belongs.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.cardholder"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"The currency of the cardholder. This currency can be different from the currency presented at authorization and the `merchant_currency` field on this authorization. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"fleet":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fleet_data"}],"description":"Fleet-specific information for authorizations using Fleet cards.","nullable":true},"fraud_challenges":{"description":"Fraud challenges sent to the cardholder, if this authorization was declined for fraud risk reasons.","items":{"$ref":"#/components/schemas/issuing_authorization_fraud_challenge"},"nullable":true,"type":"array"},"fuel":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fuel_data"}],"description":"Information about fuel that was purchased with this transaction. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"merchant_amount":{"description":"The total amount that was authorized or rejected. This amount is in the `merchant_currency` and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). `merchant_amount` should be the same as `amount`, unless `merchant_currency` and `currency` are different.","type":"integer"},"merchant_currency":{"description":"The local currency that was presented to the cardholder for the authorization. This currency can be different from the cardholder currency and the `currency` field on this authorization. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"merchant_data":{"$ref":"#/components/schemas/issuing_authorization_merchant_data"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"network_data":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_network_data"}],"description":"Details about the authorization, such as identifiers, set by the card network.","nullable":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.authorization"],"type":"string"},"pending_request":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_pending_request"}],"description":"The pending authorization request. This field will only be non-null during an `issuing_authorization.request` webhook.","nullable":true},"request_history":{"description":"History of every time a `pending_request` authorization was approved/declined, either by you directly or by Stripe (e.g. based on your spending_controls). If the merchant changes the authorization by performing an incremental authorization, you can look at this field to see the previous requests for the authorization. This field can be helpful in determining why a given authorization was approved/declined.","items":{"$ref":"#/components/schemas/issuing_authorization_request"},"type":"array"},"status":{"description":"The current status of the authorization in its lifecycle.","enum":["closed","expired","pending","reversed"],"type":"string"},"token":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.token"}],"description":"[Token](https://docs.stripe.com/api/issuing/tokens/object) object used for this authorization. If a network token was not used for this authorization, this field will be null.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.token"}]}},"transactions":{"description":"List of [transactions](https://docs.stripe.com/api/issuing/transactions) associated with this authorization.","items":{"$ref":"#/components/schemas/issuing.transaction"},"type":"array"},"treasury":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_treasury"}],"description":"[Treasury](https://docs.stripe.com/api/treasury) details related to this authorization if it was created on a [FinancialAccount](https://docs.stripe.com/api/treasury/financial_accounts).","nullable":true},"verification_data":{"$ref":"#/components/schemas/issuing_authorization_verification_data"},"verified_by_fraud_challenge":{"description":"Whether the authorization bypassed fraud risk checks because the cardholder has previously completed a fraud challenge on a similar high-risk authorization from the same merchant.","nullable":true,"type":"boolean"},"wallet":{"description":"The digital wallet used for this transaction. One of `apple_pay`, `google_pay`, or `samsung_pay`. Will populate as `null` when no digital wallet was utilized.","maxLength":5000,"nullable":true,"type":"string"}},"required":["amount","approved","authorization_method","balance_transactions","card","created","currency","id","livemode","merchant_amount","merchant_currency","merchant_data","metadata","object","request_history","status","transactions","verification_data"],"title":"IssuingAuthorization","type":"object","x-expandableFields":["amount_details","balance_transactions","card","cardholder","fleet","fraud_challenges","fuel","merchant_data","network_data","pending_request","request_history","token","transactions","treasury","verification_data"],"x-resourceId":"issuing.authorization"},"issuing.card":{"description":"You can [create physical or virtual cards](https://docs.stripe.com/issuing) that are issued to cardholders.","properties":{"brand":{"description":"The brand of the card.","maxLength":5000,"type":"string"},"cancellation_reason":{"description":"The reason why the card was canceled.","enum":["design_rejected","lost","stolen"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"cardholder":{"$ref":"#/components/schemas/issuing.cardholder"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Supported currencies are `usd` in the US, `eur` in the EU, and `gbp` in the UK.","format":"currency","type":"string"},"cvc":{"description":"The card's CVC. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with [the `expand` parameter](https://docs.stripe.com/api/expanding_objects). Additionally, it's only available via the [\"Retrieve a card\" endpoint](https://docs.stripe.com/api/issuing/cards/retrieve), not via \"List all cards\" or any other endpoint.","maxLength":5000,"type":"string"},"exp_month":{"description":"The expiration month of the card.","type":"integer"},"exp_year":{"description":"The expiration year of the card.","type":"integer"},"financial_account":{"description":"The financial account this card is attached to.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last4":{"description":"The last 4 digits of the card number.","maxLength":5000,"type":"string"},"latest_fraud_warning":{"anyOf":[{"$ref":"#/components/schemas/issuing_card_fraud_warning"}],"description":"Stripe’s assessment of whether this card’s details have been compromised. If this property isn't null, cancel and reissue the card to prevent fraudulent activity risk.","nullable":true},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"number":{"description":"The full unredacted card number. For security reasons, this is only available for virtual cards, and will be omitted unless you explicitly request it with [the `expand` parameter](https://docs.stripe.com/api/expanding_objects). Additionally, it's only available via the [\"Retrieve a card\" endpoint](https://docs.stripe.com/api/issuing/cards/retrieve), not via \"List all cards\" or any other endpoint.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.card"],"type":"string"},"personalization_design":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.personalization_design"}],"description":"The personalization design object belonging to this card.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.personalization_design"}]}},"replaced_by":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.card"}],"description":"The latest card that replaces this card, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.card"}]}},"replacement_for":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.card"}],"description":"The card this card replaces, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.card"}]}},"replacement_reason":{"description":"The reason why the previous card needed to be replaced.","enum":["damaged","expired","lost","stolen"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"second_line":{"description":"Text separate from cardholder name, printed on the card.","maxLength":5000,"nullable":true,"type":"string"},"shipping":{"anyOf":[{"$ref":"#/components/schemas/issuing_card_shipping"}],"description":"Where and how the card will be shipped.","nullable":true},"spending_controls":{"$ref":"#/components/schemas/issuing_card_authorization_controls"},"status":{"description":"Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to `inactive`.","enum":["active","canceled","inactive"],"type":"string","x-stripeBypassValidation":true},"type":{"description":"The type of the card.","enum":["physical","virtual"],"type":"string"},"wallets":{"anyOf":[{"$ref":"#/components/schemas/issuing_card_wallets"}],"description":"Information relating to digital wallets (like Apple Pay and Google Pay).","nullable":true}},"required":["brand","cardholder","created","currency","exp_month","exp_year","id","last4","livemode","metadata","object","spending_controls","status","type"],"title":"IssuingCard","type":"object","x-expandableFields":["cardholder","latest_fraud_warning","personalization_design","replaced_by","replacement_for","shipping","spending_controls","wallets"],"x-resourceId":"issuing.card"},"issuing.cardholder":{"description":"An Issuing `Cardholder` object represents an individual or business entity who is [issued](https://docs.stripe.com/issuing) cards.\n\nRelated guide: [How to create a cardholder](https://docs.stripe.com/issuing/cards/virtual/issue-cards#create-cardholder)","properties":{"billing":{"$ref":"#/components/schemas/issuing_cardholder_address"},"company":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_company"}],"description":"Additional information about a `company` cardholder.","nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"email":{"description":"The cardholder's email address.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"individual":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_individual"}],"description":"Additional information about an `individual` cardholder.","nullable":true},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"The cardholder's name. This will be printed on cards issued to them.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.cardholder"],"type":"string"},"phone_number":{"description":"The cardholder's phone number. This is required for all cardholders who will be creating EU cards. See the [3D Secure documentation](https://docs.stripe.com/issuing/3d-secure#when-is-3d-secure-applied) for more details.","maxLength":5000,"nullable":true,"type":"string"},"preferred_locales":{"description":"The cardholder’s preferred locales (languages), ordered by preference. Locales can be `de`, `en`, `es`, `fr`, or `it`.\n This changes the language of the [3D Secure flow](https://docs.stripe.com/issuing/3d-secure) and one-time password messages sent to the cardholder.","items":{"enum":["de","en","es","fr","it"],"type":"string"},"nullable":true,"type":"array"},"requirements":{"$ref":"#/components/schemas/issuing_cardholder_requirements"},"spending_controls":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_authorization_controls"}],"description":"Rules that control spending across this cardholder's cards. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.","nullable":true},"status":{"description":"Specifies whether to permit authorizations on this cardholder's cards.","enum":["active","blocked","inactive"],"type":"string"},"type":{"description":"One of `individual` or `company`. See [Choose a cardholder type](https://docs.stripe.com/issuing/other/choose-cardholder) for more details.","enum":["company","individual"],"type":"string","x-stripeBypassValidation":true}},"required":["billing","created","id","livemode","metadata","name","object","requirements","status","type"],"title":"IssuingCardholder","type":"object","x-expandableFields":["billing","company","individual","requirements","spending_controls"],"x-resourceId":"issuing.cardholder"},"issuing.dispute":{"description":"As a [card issuer](https://docs.stripe.com/issuing), you can dispute transactions that the cardholder does not recognize, suspects to be fraudulent, or has other issues with.\n\nRelated guide: [Issuing disputes](https://docs.stripe.com/issuing/purchases/disputes)","properties":{"amount":{"description":"Disputed amount in the card's currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Usually the amount of the `transaction`, but can differ (usually because of currency fluctuation).","type":"integer"},"balance_transactions":{"description":"List of balance transactions associated with the dispute.","items":{"$ref":"#/components/schemas/balance_transaction"},"nullable":true,"type":"array"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"The currency the `transaction` was made in.","format":"currency","type":"string"},"evidence":{"$ref":"#/components/schemas/issuing_dispute_evidence"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"loss_reason":{"description":"The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.","enum":["cardholder_authentication_issuer_liability","eci5_token_transaction_with_tavv","excess_disputes_in_timeframe","has_not_met_the_minimum_dispute_amount_requirements","invalid_duplicate_dispute","invalid_incorrect_amount_dispute","invalid_no_authorization","invalid_use_of_disputes","merchandise_delivered_or_shipped","merchandise_or_service_as_described","not_cancelled","other","refund_issued","submitted_beyond_allowable_time_limit","transaction_3ds_required","transaction_approved_after_prior_fraud_dispute","transaction_authorized","transaction_electronically_read","transaction_qualifies_for_visa_easy_payment_service","transaction_unattended"],"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.dispute"],"type":"string"},"status":{"description":"Current status of the dispute.","enum":["expired","lost","submitted","unsubmitted","won"],"type":"string"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.transaction"}],"description":"The transaction being disputed.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.transaction"}]}},"treasury":{"anyOf":[{"$ref":"#/components/schemas/issuing_dispute_treasury"}],"description":"[Treasury](https://docs.stripe.com/api/treasury) details related to this dispute if it was created on a [FinancialAccount](/docs/api/treasury/financial_accounts","nullable":true}},"required":["amount","created","currency","evidence","id","livemode","metadata","object","status","transaction"],"title":"IssuingDispute","type":"object","x-expandableFields":["balance_transactions","evidence","transaction","treasury"],"x-resourceId":"issuing.dispute"},"issuing.personalization_design":{"description":"A Personalization Design is a logical grouping of a Physical Bundle, card logo, and carrier text that represents a product line.","properties":{"card_logo":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The file for the card logo to use with physical bundles that support card logos. Must have a `purpose` value of `issuing_logo`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"carrier_text":{"anyOf":[{"$ref":"#/components/schemas/issuing_personalization_design_carrier_text"}],"description":"Hash containing carrier text, for use with physical bundles that support carrier text.","nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"lookup_key":{"description":"A lookup key used to retrieve personalization designs dynamically from a static string. This may be up to 200 characters.","maxLength":5000,"nullable":true,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"Friendly display name.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.personalization_design"],"type":"string"},"physical_bundle":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.physical_bundle"}],"description":"The physical bundle object belonging to this personalization design.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.physical_bundle"}]}},"preferences":{"$ref":"#/components/schemas/issuing_personalization_design_preferences"},"rejection_reasons":{"$ref":"#/components/schemas/issuing_personalization_design_rejection_reasons"},"status":{"description":"Whether this personalization design can be used to create cards.","enum":["active","inactive","rejected","review"],"type":"string"}},"required":["created","id","livemode","metadata","object","physical_bundle","preferences","rejection_reasons","status"],"title":"IssuingPersonalizationDesign","type":"object","x-expandableFields":["card_logo","carrier_text","physical_bundle","preferences","rejection_reasons"],"x-resourceId":"issuing.personalization_design"},"issuing.physical_bundle":{"description":"A Physical Bundle represents the bundle of physical items - card stock, carrier letter, and envelope - that is shipped to a cardholder when you create a physical card.","properties":{"features":{"$ref":"#/components/schemas/issuing_physical_bundle_features"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"name":{"description":"Friendly display name.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.physical_bundle"],"type":"string"},"status":{"description":"Whether this physical bundle can be used to create cards.","enum":["active","inactive","review"],"type":"string"},"type":{"description":"Whether this physical bundle is a standard Stripe offering or custom-made for you.","enum":["custom","standard"],"type":"string"}},"required":["features","id","livemode","name","object","status","type"],"title":"IssuingPhysicalBundle","type":"object","x-expandableFields":["features"],"x-resourceId":"issuing.physical_bundle"},"issuing.settlement":{"description":"When a non-stripe BIN is used, any use of an [issued card](https://docs.stripe.com/issuing) must be settled directly with the card network. The net amount owed is represented by an Issuing `Settlement` object.","properties":{"bin":{"description":"The Bank Identification Number reflecting this settlement record.","maxLength":5000,"type":"string"},"clearing_date":{"description":"The date that the transactions are cleared and posted to user's accounts.","format":"unix-time","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"interchange_fees_amount":{"description":"The total interchange received as reimbursement for the transactions.","type":"integer"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"net_total_amount":{"description":"The total net amount required to settle with the network.","type":"integer"},"network":{"description":"The card network for this settlement report. One of [\"visa\", \"maestro\"]","enum":["maestro","visa"],"type":"string"},"network_fees_amount":{"description":"The total amount of fees owed to the network.","type":"integer"},"network_settlement_identifier":{"description":"The Settlement Identification Number assigned by the network.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.settlement"],"type":"string"},"settlement_service":{"description":"One of `international` or `uk_national_net`.","maxLength":5000,"type":"string"},"status":{"description":"The current processing status of this settlement.","enum":["complete","pending"],"type":"string"},"transaction_amount":{"description":"The total transaction amount reflected in this settlement.","type":"integer"},"transaction_count":{"description":"The total number of transactions reflected in this settlement.","type":"integer"}},"required":["bin","clearing_date","created","currency","id","interchange_fees_amount","livemode","metadata","net_total_amount","network","network_fees_amount","network_settlement_identifier","object","settlement_service","status","transaction_amount","transaction_count"],"title":"IssuingSettlement","type":"object","x-expandableFields":[],"x-resourceId":"issuing.settlement"},"issuing.token":{"description":"An issuing token object is created when an issued card is added to a digital wallet. As a [card issuer](https://docs.stripe.com/issuing), you can [view and manage these tokens](https://docs.stripe.com/issuing/controls/token-management) through Stripe.","properties":{"card":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.card"}],"description":"Card associated with this token.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.card"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"device_fingerprint":{"description":"The hashed ID derived from the device ID from the card network associated with the token.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last4":{"description":"The last four digits of the token.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"network":{"description":"The token service provider / card network associated with the token.","enum":["mastercard","visa"],"type":"string"},"network_data":{"$ref":"#/components/schemas/issuing_network_token_network_data"},"network_updated_at":{"description":"Time at which the token was last updated by the card network. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.token"],"type":"string"},"status":{"description":"The usage state of the token.","enum":["active","deleted","requested","suspended"],"type":"string"},"wallet_provider":{"description":"The digital wallet for this token, if one was used.","enum":["apple_pay","google_pay","samsung_pay"],"type":"string"}},"required":["card","created","id","livemode","network","network_updated_at","object","status"],"title":"IssuingNetworkToken","type":"object","x-expandableFields":["card","network_data"],"x-resourceId":"issuing.token"},"issuing.transaction":{"description":"Any use of an [issued card](https://docs.stripe.com/issuing) that results in funds entering or leaving\nyour Stripe account, such as a completed purchase or refund, is represented by an Issuing\n`Transaction` object.\n\nRelated guide: [Issued card transactions](https://docs.stripe.com/issuing/purchases/transactions)","properties":{"amount":{"description":"The transaction amount, which will be reflected in your balance. This amount is in your currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"amount_details":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_amount_details"}],"description":"Detailed breakdown of amount components. These amounts are denominated in `currency` and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","nullable":true},"authorization":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.authorization"}],"description":"The `Authorization` object that led to this transaction.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.authorization"}]}},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"ID of the [balance transaction](https://docs.stripe.com/api/balance_transactions) associated with this transaction.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"card":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.card"}],"description":"The card used to make this transaction.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.card"}]}},"cardholder":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.cardholder"}],"description":"The cardholder to whom this transaction belongs.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.cardholder"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"dispute":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.dispute"}],"description":"If you've disputed the transaction, the ID of the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.dispute"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"merchant_amount":{"description":"The amount that the merchant will receive, denominated in `merchant_currency` and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). It will be different from `amount` if the merchant is taking payment in a different currency.","type":"integer"},"merchant_currency":{"description":"The currency with which the merchant is taking payment.","format":"currency","type":"string"},"merchant_data":{"$ref":"#/components/schemas/issuing_authorization_merchant_data"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"network_data":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_network_data"}],"description":"Details about the transaction, such as processing dates, set by the card network.","nullable":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["issuing.transaction"],"type":"string"},"purchase_details":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_purchase_details"}],"description":"Additional purchase information that is optionally provided by the merchant.","nullable":true},"token":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/issuing.token"}],"description":"[Token](https://docs.stripe.com/api/issuing/tokens/object) object used for this transaction. If a network token was not used for this transaction, this field will be null.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/issuing.token"}]}},"treasury":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_treasury"}],"description":"[Treasury](https://docs.stripe.com/api/treasury) details related to this transaction if it was created on a [FinancialAccount](/docs/api/treasury/financial_accounts","nullable":true},"type":{"description":"The nature of the transaction.","enum":["capture","refund"],"type":"string","x-stripeBypassValidation":true},"wallet":{"description":"The digital wallet used for this transaction. One of `apple_pay`, `google_pay`, or `samsung_pay`.","enum":["apple_pay","google_pay","samsung_pay"],"nullable":true,"type":"string"}},"required":["amount","card","created","currency","id","livemode","merchant_amount","merchant_currency","merchant_data","metadata","object","type"],"title":"IssuingTransaction","type":"object","x-expandableFields":["amount_details","authorization","balance_transaction","card","cardholder","dispute","merchant_data","network_data","purchase_details","token","treasury"],"x-resourceId":"issuing.transaction"},"issuing_authorization_amount_details":{"description":"","properties":{"atm_fee":{"description":"The fee charged by the ATM for the cash withdrawal.","nullable":true,"type":"integer"},"cashback_amount":{"description":"The amount of cash requested by the cardholder.","nullable":true,"type":"integer"}},"title":"IssuingAuthorizationAmountDetails","type":"object","x-expandableFields":[]},"issuing_authorization_authentication_exemption":{"description":"","properties":{"claimed_by":{"description":"The entity that requested the exemption, either the acquiring merchant or the Issuing user.","enum":["acquirer","issuer"],"type":"string"},"type":{"description":"The specific exemption claimed for this authorization.","enum":["low_value_transaction","transaction_risk_analysis","unknown"],"type":"string","x-stripeBypassValidation":true}},"required":["claimed_by","type"],"title":"IssuingAuthorizationAuthenticationExemption","type":"object","x-expandableFields":[]},"issuing_authorization_fleet_cardholder_prompt_data":{"description":"","properties":{"alphanumeric_id":{"description":"[Deprecated] An alphanumeric ID, though typical point of sales only support numeric entry. The card program can be configured to prompt for a vehicle ID, driver ID, or generic ID.","maxLength":5000,"nullable":true,"type":"string"},"driver_id":{"description":"Driver ID.","maxLength":5000,"nullable":true,"type":"string"},"odometer":{"description":"Odometer reading.","nullable":true,"type":"integer"},"unspecified_id":{"description":"An alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.","maxLength":5000,"nullable":true,"type":"string"},"user_id":{"description":"User ID.","maxLength":5000,"nullable":true,"type":"string"},"vehicle_number":{"description":"Vehicle number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingAuthorizationFleetCardholderPromptData","type":"object","x-expandableFields":[]},"issuing_authorization_fleet_data":{"description":"","properties":{"cardholder_prompt_data":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fleet_cardholder_prompt_data"}],"description":"Answers to prompts presented to the cardholder at the point of sale. Prompted fields vary depending on the configuration of your physical fleet cards. Typical points of sale support only numeric entry.","nullable":true},"purchase_type":{"description":"The type of purchase.","enum":["fuel_and_non_fuel_purchase","fuel_purchase","non_fuel_purchase"],"nullable":true,"type":"string"},"reported_breakdown":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fleet_reported_breakdown"}],"description":"More information about the total amount. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed. This information is not guaranteed to be accurate as some merchants may provide unreliable data.","nullable":true},"service_type":{"description":"The type of fuel service.","enum":["full_service","non_fuel_transaction","self_service"],"nullable":true,"type":"string"}},"title":"IssuingAuthorizationFleetData","type":"object","x-expandableFields":["cardholder_prompt_data","reported_breakdown"]},"issuing_authorization_fleet_fuel_price_data":{"description":"","properties":{"gross_amount_decimal":{"description":"Gross fuel amount that should equal Fuel Quantity multiplied by Fuel Unit Cost, inclusive of taxes.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingAuthorizationFleetFuelPriceData","type":"object","x-expandableFields":[]},"issuing_authorization_fleet_non_fuel_price_data":{"description":"","properties":{"gross_amount_decimal":{"description":"Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingAuthorizationFleetNonFuelPriceData","type":"object","x-expandableFields":[]},"issuing_authorization_fleet_reported_breakdown":{"description":"","properties":{"fuel":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fleet_fuel_price_data"}],"description":"Breakdown of fuel portion of the purchase.","nullable":true},"non_fuel":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fleet_non_fuel_price_data"}],"description":"Breakdown of non-fuel portion of the purchase.","nullable":true},"tax":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_fleet_tax_data"}],"description":"Information about tax included in this transaction.","nullable":true}},"title":"IssuingAuthorizationFleetReportedBreakdown","type":"object","x-expandableFields":["fuel","non_fuel","tax"]},"issuing_authorization_fleet_tax_data":{"description":"","properties":{"local_amount_decimal":{"description":"Amount of state or provincial Sales Tax included in the transaction amount. `null` if not reported by merchant or not subject to tax.","format":"decimal","nullable":true,"type":"string"},"national_amount_decimal":{"description":"Amount of national Sales Tax or VAT included in the transaction amount. `null` if not reported by merchant or not subject to tax.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingAuthorizationFleetTaxData","type":"object","x-expandableFields":[]},"issuing_authorization_fraud_challenge":{"description":"","properties":{"channel":{"description":"The method by which the fraud challenge was delivered to the cardholder.","enum":["sms"],"type":"string"},"status":{"description":"The status of the fraud challenge.","enum":["expired","pending","rejected","undeliverable","verified"],"type":"string"},"undeliverable_reason":{"description":"If the challenge is not deliverable, the reason why.","enum":["no_phone_number","unsupported_phone_number"],"nullable":true,"type":"string"}},"required":["channel","status"],"title":"IssuingAuthorizationFraudChallenge","type":"object","x-expandableFields":[]},"issuing_authorization_fuel_data":{"description":"","properties":{"industry_product_code":{"description":"[Conexxus Payment System Product Code](https://www.conexxus.org/conexxus-payment-system-product-codes) identifying the primary fuel product purchased.","maxLength":5000,"nullable":true,"type":"string"},"quantity_decimal":{"description":"The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"},"type":{"description":"The type of fuel that was purchased.","enum":["diesel","other","unleaded_plus","unleaded_regular","unleaded_super"],"nullable":true,"type":"string"},"unit":{"description":"The units for `quantity_decimal`.","enum":["charging_minute","imperial_gallon","kilogram","kilowatt_hour","liter","other","pound","us_gallon"],"nullable":true,"type":"string"},"unit_cost_decimal":{"description":"The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingAuthorizationFuelData","type":"object","x-expandableFields":[]},"issuing_authorization_merchant_data":{"description":"","properties":{"category":{"description":"A categorization of the seller's type of business. See our [merchant categories guide](https://docs.stripe.com/issuing/merchant-categories) for a list of possible values.","maxLength":5000,"type":"string"},"category_code":{"description":"The merchant category code for the seller’s business","maxLength":5000,"type":"string"},"city":{"description":"City where the seller is located","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Country where the seller is located","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Name of the seller","maxLength":5000,"nullable":true,"type":"string"},"network_id":{"description":"Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.","maxLength":5000,"type":"string"},"postal_code":{"description":"Postal code where the seller is located","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"State where the seller is located","maxLength":5000,"nullable":true,"type":"string"},"tax_id":{"description":"The seller's tax identification number. Currently populated for French merchants only.","maxLength":5000,"nullable":true,"type":"string"},"terminal_id":{"description":"An ID assigned by the seller to the location of the sale.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"URL provided by the merchant on a 3DS request","maxLength":5000,"nullable":true,"type":"string"}},"required":["category","category_code","network_id"],"title":"IssuingAuthorizationMerchantData","type":"object","x-expandableFields":[]},"issuing_authorization_network_data":{"description":"","properties":{"acquiring_institution_id":{"description":"Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will be `null`.","maxLength":5000,"nullable":true,"type":"string"},"system_trace_audit_number":{"description":"The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer. Prefer `network_data.transaction_id` if present, unless you have special requirements.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingAuthorizationNetworkData","type":"object","x-expandableFields":[]},"issuing_authorization_pending_request":{"description":"","properties":{"amount":{"description":"The additional amount Stripe will hold if the authorization is approved, in the card's [currency](https://docs.stripe.com/api#issuing_authorization_object-pending-request-currency) and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"amount_details":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_amount_details"}],"description":"Detailed breakdown of amount components. These amounts are denominated in `currency` and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","nullable":true},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"is_amount_controllable":{"description":"If set `true`, you may provide [amount](https://docs.stripe.com/api/issuing/authorizations/approve#approve_issuing_authorization-amount) to control how much to hold for the authorization.","type":"boolean"},"merchant_amount":{"description":"The amount the merchant is requesting to be authorized in the `merchant_currency`. The amount is in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"merchant_currency":{"description":"The local currency the merchant is requesting to authorize.","format":"currency","type":"string"},"network_risk_score":{"description":"The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.","nullable":true,"type":"integer"}},"required":["amount","currency","is_amount_controllable","merchant_amount","merchant_currency"],"title":"IssuingAuthorizationPendingRequest","type":"object","x-expandableFields":["amount_details"]},"issuing_authorization_request":{"description":"","properties":{"amount":{"description":"The `pending_request.amount` at the time of the request, presented in your card's currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Stripe held this amount from your account to fund the authorization if the request was approved.","type":"integer"},"amount_details":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_amount_details"}],"description":"Detailed breakdown of amount components. These amounts are denominated in `currency` and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","nullable":true},"approved":{"description":"Whether this request was approved.","type":"boolean"},"authorization_code":{"description":"A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter \"S\", followed by a six-digit number. For example, \"S498162\". Please note that the code is not guaranteed to be unique across authorizations.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"merchant_amount":{"description":"The `pending_request.merchant_amount` at the time of the request, presented in the `merchant_currency` and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"merchant_currency":{"description":"The currency that was collected by the merchant and presented to the cardholder for the authorization. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"network_risk_score":{"description":"The card network's estimate of the likelihood that an authorization is fraudulent. Takes on values between 1 and 99.","nullable":true,"type":"integer"},"reason":{"description":"When an authorization is approved or declined by you or by Stripe, this field provides additional detail on the reason for the outcome.","enum":["account_disabled","card_active","card_canceled","card_expired","card_inactive","cardholder_blocked","cardholder_inactive","cardholder_verification_required","insecure_authorization_method","insufficient_funds","network_fallback","not_allowed","pin_blocked","spending_controls","suspected_fraud","verification_failed","webhook_approved","webhook_declined","webhook_error","webhook_timeout"],"type":"string","x-stripeBypassValidation":true},"reason_message":{"description":"If the `request_history.reason` is `webhook_error` because the direct webhook response is invalid (for example, parsing errors or missing parameters), we surface a more detailed error message via this field.","maxLength":5000,"nullable":true,"type":"string"},"requested_at":{"description":"Time when the card network received an authorization request from the acquirer in UTC. Referred to by networks as transmission time.","format":"unix-time","nullable":true,"type":"integer"}},"required":["amount","approved","created","currency","merchant_amount","merchant_currency","reason"],"title":"IssuingAuthorizationRequest","type":"object","x-expandableFields":["amount_details"]},"issuing_authorization_three_d_secure":{"description":"","properties":{"result":{"description":"The outcome of the 3D Secure authentication request.","enum":["attempt_acknowledged","authenticated","failed","required"],"type":"string","x-stripeBypassValidation":true}},"required":["result"],"title":"IssuingAuthorizationThreeDSecure","type":"object","x-expandableFields":[]},"issuing_authorization_treasury":{"description":"","properties":{"received_credits":{"description":"The array of [ReceivedCredits](https://docs.stripe.com/api/treasury/received_credits) associated with this authorization","items":{"maxLength":5000,"type":"string"},"type":"array"},"received_debits":{"description":"The array of [ReceivedDebits](https://docs.stripe.com/api/treasury/received_debits) associated with this authorization","items":{"maxLength":5000,"type":"string"},"type":"array"},"transaction":{"description":"The Treasury [Transaction](https://docs.stripe.com/api/treasury/transactions) associated with this authorization","maxLength":5000,"nullable":true,"type":"string"}},"required":["received_credits","received_debits"],"title":"IssuingAuthorizationTreasury","type":"object","x-expandableFields":[]},"issuing_authorization_verification_data":{"description":"","properties":{"address_line1_check":{"description":"Whether the cardholder provided an address first line and if it matched the cardholder’s `billing.address.line1`.","enum":["match","mismatch","not_provided"],"type":"string"},"address_postal_code_check":{"description":"Whether the cardholder provided a postal code and if it matched the cardholder’s `billing.address.postal_code`.","enum":["match","mismatch","not_provided"],"type":"string"},"authentication_exemption":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_authentication_exemption"}],"description":"The exemption applied to this authorization.","nullable":true},"cvc_check":{"description":"Whether the cardholder provided a CVC and if it matched Stripe’s record.","enum":["match","mismatch","not_provided"],"type":"string"},"expiry_check":{"description":"Whether the cardholder provided an expiry date and if it matched Stripe’s record.","enum":["match","mismatch","not_provided"],"type":"string"},"postal_code":{"description":"The postal code submitted as part of the authorization used for postal code verification.","maxLength":5000,"nullable":true,"type":"string"},"three_d_secure":{"anyOf":[{"$ref":"#/components/schemas/issuing_authorization_three_d_secure"}],"description":"3D Secure details.","nullable":true}},"required":["address_line1_check","address_postal_code_check","cvc_check","expiry_check"],"title":"IssuingAuthorizationVerificationData","type":"object","x-expandableFields":["authentication_exemption","three_d_secure"]},"issuing_card_apple_pay":{"description":"","properties":{"eligible":{"description":"Apple Pay Eligibility","type":"boolean"},"ineligible_reason":{"description":"Reason the card is ineligible for Apple Pay","enum":["missing_agreement","missing_cardholder_contact","unsupported_region"],"nullable":true,"type":"string"}},"required":["eligible"],"title":"IssuingCardApplePay","type":"object","x-expandableFields":[]},"issuing_card_authorization_controls":{"description":"","properties":{"allowed_categories":{"description":"Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.","items":{"enum":["ac_refrigeration_repair","accounting_bookkeeping_services","advertising_services","agricultural_cooperative","airlines_air_carriers","airports_flying_fields","ambulance_services","amusement_parks_carnivals","antique_reproductions","antique_shops","aquariums","architectural_surveying_services","art_dealers_and_galleries","artists_supply_and_craft_shops","auto_and_home_supply_stores","auto_body_repair_shops","auto_paint_shops","auto_service_shops","automated_cash_disburse","automated_fuel_dispensers","automobile_associations","automotive_parts_and_accessories_stores","automotive_tire_stores","bail_and_bond_payments","bakeries","bands_orchestras","barber_and_beauty_shops","betting_casino_gambling","bicycle_shops","billiard_pool_establishments","boat_dealers","boat_rentals_and_leases","book_stores","books_periodicals_and_newspapers","bowling_alleys","bus_lines","business_secretarial_schools","buying_shopping_services","cable_satellite_and_other_pay_television_and_radio","camera_and_photographic_supply_stores","candy_nut_and_confectionery_stores","car_and_truck_dealers_new_used","car_and_truck_dealers_used_only","car_rental_agencies","car_washes","carpentry_services","carpet_upholstery_cleaning","caterers","charitable_and_social_service_organizations_fundraising","chemicals_and_allied_products","child_care_services","childrens_and_infants_wear_stores","chiropodists_podiatrists","chiropractors","cigar_stores_and_stands","civic_social_fraternal_associations","cleaning_and_maintenance","clothing_rental","colleges_universities","commercial_equipment","commercial_footwear","commercial_photography_art_and_graphics","commuter_transport_and_ferries","computer_network_services","computer_programming","computer_repair","computer_software_stores","computers_peripherals_and_software","concrete_work_services","construction_materials","consulting_public_relations","correspondence_schools","cosmetic_stores","counseling_services","country_clubs","courier_services","court_costs","credit_reporting_agencies","cruise_lines","dairy_products_stores","dance_hall_studios_schools","dating_escort_services","dentists_orthodontists","department_stores","detective_agencies","digital_goods_applications","digital_goods_games","digital_goods_large_volume","digital_goods_media","direct_marketing_catalog_merchant","direct_marketing_combination_catalog_and_retail_merchant","direct_marketing_inbound_telemarketing","direct_marketing_insurance_services","direct_marketing_other","direct_marketing_outbound_telemarketing","direct_marketing_subscription","direct_marketing_travel","discount_stores","doctors","door_to_door_sales","drapery_window_covering_and_upholstery_stores","drinking_places","drug_stores_and_pharmacies","drugs_drug_proprietaries_and_druggist_sundries","dry_cleaners","durable_goods","duty_free_stores","eating_places_restaurants","educational_services","electric_razor_stores","electric_vehicle_charging","electrical_parts_and_equipment","electrical_services","electronics_repair_shops","electronics_stores","elementary_secondary_schools","emergency_services_gcas_visa_use_only","employment_temp_agencies","equipment_rental","exterminating_services","family_clothing_stores","fast_food_restaurants","financial_institutions","fines_government_administrative_entities","fireplace_fireplace_screens_and_accessories_stores","floor_covering_stores","florists","florists_supplies_nursery_stock_and_flowers","freezer_and_locker_meat_provisioners","fuel_dealers_non_automotive","funeral_services_crematories","furniture_home_furnishings_and_equipment_stores_except_appliances","furniture_repair_refinishing","furriers_and_fur_shops","general_services","gift_card_novelty_and_souvenir_shops","glass_paint_and_wallpaper_stores","glassware_crystal_stores","golf_courses_public","government_licensed_horse_dog_racing_us_region_only","government_licensed_online_casions_online_gambling_us_region_only","government_owned_lotteries_non_us_region","government_owned_lotteries_us_region_only","government_services","grocery_stores_supermarkets","hardware_equipment_and_supplies","hardware_stores","health_and_beauty_spas","hearing_aids_sales_and_supplies","heating_plumbing_a_c","hobby_toy_and_game_shops","home_supply_warehouse_stores","hospitals","hotels_motels_and_resorts","household_appliance_stores","industrial_supplies","information_retrieval_services","insurance_default","insurance_underwriting_premiums","intra_company_purchases","jewelry_stores_watches_clocks_and_silverware_stores","landscaping_services","laundries","laundry_cleaning_services","legal_services_attorneys","luggage_and_leather_goods_stores","lumber_building_materials_stores","manual_cash_disburse","marinas_service_and_supplies","marketplaces","masonry_stonework_and_plaster","massage_parlors","medical_and_dental_labs","medical_dental_ophthalmic_and_hospital_equipment_and_supplies","medical_services","membership_organizations","mens_and_boys_clothing_and_accessories_stores","mens_womens_clothing_stores","metal_service_centers","miscellaneous","miscellaneous_apparel_and_accessory_shops","miscellaneous_auto_dealers","miscellaneous_business_services","miscellaneous_food_stores","miscellaneous_general_merchandise","miscellaneous_general_services","miscellaneous_home_furnishing_specialty_stores","miscellaneous_publishing_and_printing","miscellaneous_recreation_services","miscellaneous_repair_shops","miscellaneous_specialty_retail","mobile_home_dealers","motion_picture_theaters","motor_freight_carriers_and_trucking","motor_homes_dealers","motor_vehicle_supplies_and_new_parts","motorcycle_shops_and_dealers","motorcycle_shops_dealers","music_stores_musical_instruments_pianos_and_sheet_music","news_dealers_and_newsstands","non_fi_money_orders","non_fi_stored_value_card_purchase_load","nondurable_goods","nurseries_lawn_and_garden_supply_stores","nursing_personal_care","office_and_commercial_furniture","opticians_eyeglasses","optometrists_ophthalmologist","orthopedic_goods_prosthetic_devices","osteopaths","package_stores_beer_wine_and_liquor","paints_varnishes_and_supplies","parking_lots_garages","passenger_railways","pawn_shops","pet_shops_pet_food_and_supplies","petroleum_and_petroleum_products","photo_developing","photographic_photocopy_microfilm_equipment_and_supplies","photographic_studios","picture_video_production","piece_goods_notions_and_other_dry_goods","plumbing_heating_equipment_and_supplies","political_organizations","postal_services_government_only","precious_stones_and_metals_watches_and_jewelry","professional_services","public_warehousing_and_storage","quick_copy_repro_and_blueprint","railroads","real_estate_agents_and_managers_rentals","record_stores","recreational_vehicle_rentals","religious_goods_stores","religious_organizations","roofing_siding_sheet_metal","secretarial_support_services","security_brokers_dealers","service_stations","sewing_needlework_fabric_and_piece_goods_stores","shoe_repair_hat_cleaning","shoe_stores","small_appliance_repair","snowmobile_dealers","special_trade_services","specialty_cleaning","sporting_goods_stores","sporting_recreation_camps","sports_and_riding_apparel_stores","sports_clubs_fields","stamp_and_coin_stores","stationary_office_supplies_printing_and_writing_paper","stationery_stores_office_and_school_supply_stores","swimming_pools_sales","t_ui_travel_germany","tailors_alterations","tax_payments_government_agencies","tax_preparation_services","taxicabs_limousines","telecommunication_equipment_and_telephone_sales","telecommunication_services","telegraph_services","tent_and_awning_shops","testing_laboratories","theatrical_ticket_agencies","timeshares","tire_retreading_and_repair","tolls_bridge_fees","tourist_attractions_and_exhibits","towing_services","trailer_parks_campgrounds","transportation_services","travel_agencies_tour_operators","truck_stop_iteration","truck_utility_trailer_rentals","typesetting_plate_making_and_related_services","typewriter_stores","u_s_federal_government_agencies_or_departments","uniforms_commercial_clothing","used_merchandise_and_secondhand_stores","utilities","variety_stores","veterinary_services","video_amusement_game_supplies","video_game_arcades","video_tape_rental_stores","vocational_trade_schools","watch_jewelry_repair","welding_repair","wholesale_clubs","wig_and_toupee_stores","wires_money_orders","womens_accessory_and_specialty_shops","womens_ready_to_wear_stores","wrecking_and_salvage_yards"],"type":"string"},"nullable":true,"type":"array"},"allowed_merchant_countries":{"description":"Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"blocked_categories":{"description":"Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.","items":{"enum":["ac_refrigeration_repair","accounting_bookkeeping_services","advertising_services","agricultural_cooperative","airlines_air_carriers","airports_flying_fields","ambulance_services","amusement_parks_carnivals","antique_reproductions","antique_shops","aquariums","architectural_surveying_services","art_dealers_and_galleries","artists_supply_and_craft_shops","auto_and_home_supply_stores","auto_body_repair_shops","auto_paint_shops","auto_service_shops","automated_cash_disburse","automated_fuel_dispensers","automobile_associations","automotive_parts_and_accessories_stores","automotive_tire_stores","bail_and_bond_payments","bakeries","bands_orchestras","barber_and_beauty_shops","betting_casino_gambling","bicycle_shops","billiard_pool_establishments","boat_dealers","boat_rentals_and_leases","book_stores","books_periodicals_and_newspapers","bowling_alleys","bus_lines","business_secretarial_schools","buying_shopping_services","cable_satellite_and_other_pay_television_and_radio","camera_and_photographic_supply_stores","candy_nut_and_confectionery_stores","car_and_truck_dealers_new_used","car_and_truck_dealers_used_only","car_rental_agencies","car_washes","carpentry_services","carpet_upholstery_cleaning","caterers","charitable_and_social_service_organizations_fundraising","chemicals_and_allied_products","child_care_services","childrens_and_infants_wear_stores","chiropodists_podiatrists","chiropractors","cigar_stores_and_stands","civic_social_fraternal_associations","cleaning_and_maintenance","clothing_rental","colleges_universities","commercial_equipment","commercial_footwear","commercial_photography_art_and_graphics","commuter_transport_and_ferries","computer_network_services","computer_programming","computer_repair","computer_software_stores","computers_peripherals_and_software","concrete_work_services","construction_materials","consulting_public_relations","correspondence_schools","cosmetic_stores","counseling_services","country_clubs","courier_services","court_costs","credit_reporting_agencies","cruise_lines","dairy_products_stores","dance_hall_studios_schools","dating_escort_services","dentists_orthodontists","department_stores","detective_agencies","digital_goods_applications","digital_goods_games","digital_goods_large_volume","digital_goods_media","direct_marketing_catalog_merchant","direct_marketing_combination_catalog_and_retail_merchant","direct_marketing_inbound_telemarketing","direct_marketing_insurance_services","direct_marketing_other","direct_marketing_outbound_telemarketing","direct_marketing_subscription","direct_marketing_travel","discount_stores","doctors","door_to_door_sales","drapery_window_covering_and_upholstery_stores","drinking_places","drug_stores_and_pharmacies","drugs_drug_proprietaries_and_druggist_sundries","dry_cleaners","durable_goods","duty_free_stores","eating_places_restaurants","educational_services","electric_razor_stores","electric_vehicle_charging","electrical_parts_and_equipment","electrical_services","electronics_repair_shops","electronics_stores","elementary_secondary_schools","emergency_services_gcas_visa_use_only","employment_temp_agencies","equipment_rental","exterminating_services","family_clothing_stores","fast_food_restaurants","financial_institutions","fines_government_administrative_entities","fireplace_fireplace_screens_and_accessories_stores","floor_covering_stores","florists","florists_supplies_nursery_stock_and_flowers","freezer_and_locker_meat_provisioners","fuel_dealers_non_automotive","funeral_services_crematories","furniture_home_furnishings_and_equipment_stores_except_appliances","furniture_repair_refinishing","furriers_and_fur_shops","general_services","gift_card_novelty_and_souvenir_shops","glass_paint_and_wallpaper_stores","glassware_crystal_stores","golf_courses_public","government_licensed_horse_dog_racing_us_region_only","government_licensed_online_casions_online_gambling_us_region_only","government_owned_lotteries_non_us_region","government_owned_lotteries_us_region_only","government_services","grocery_stores_supermarkets","hardware_equipment_and_supplies","hardware_stores","health_and_beauty_spas","hearing_aids_sales_and_supplies","heating_plumbing_a_c","hobby_toy_and_game_shops","home_supply_warehouse_stores","hospitals","hotels_motels_and_resorts","household_appliance_stores","industrial_supplies","information_retrieval_services","insurance_default","insurance_underwriting_premiums","intra_company_purchases","jewelry_stores_watches_clocks_and_silverware_stores","landscaping_services","laundries","laundry_cleaning_services","legal_services_attorneys","luggage_and_leather_goods_stores","lumber_building_materials_stores","manual_cash_disburse","marinas_service_and_supplies","marketplaces","masonry_stonework_and_plaster","massage_parlors","medical_and_dental_labs","medical_dental_ophthalmic_and_hospital_equipment_and_supplies","medical_services","membership_organizations","mens_and_boys_clothing_and_accessories_stores","mens_womens_clothing_stores","metal_service_centers","miscellaneous","miscellaneous_apparel_and_accessory_shops","miscellaneous_auto_dealers","miscellaneous_business_services","miscellaneous_food_stores","miscellaneous_general_merchandise","miscellaneous_general_services","miscellaneous_home_furnishing_specialty_stores","miscellaneous_publishing_and_printing","miscellaneous_recreation_services","miscellaneous_repair_shops","miscellaneous_specialty_retail","mobile_home_dealers","motion_picture_theaters","motor_freight_carriers_and_trucking","motor_homes_dealers","motor_vehicle_supplies_and_new_parts","motorcycle_shops_and_dealers","motorcycle_shops_dealers","music_stores_musical_instruments_pianos_and_sheet_music","news_dealers_and_newsstands","non_fi_money_orders","non_fi_stored_value_card_purchase_load","nondurable_goods","nurseries_lawn_and_garden_supply_stores","nursing_personal_care","office_and_commercial_furniture","opticians_eyeglasses","optometrists_ophthalmologist","orthopedic_goods_prosthetic_devices","osteopaths","package_stores_beer_wine_and_liquor","paints_varnishes_and_supplies","parking_lots_garages","passenger_railways","pawn_shops","pet_shops_pet_food_and_supplies","petroleum_and_petroleum_products","photo_developing","photographic_photocopy_microfilm_equipment_and_supplies","photographic_studios","picture_video_production","piece_goods_notions_and_other_dry_goods","plumbing_heating_equipment_and_supplies","political_organizations","postal_services_government_only","precious_stones_and_metals_watches_and_jewelry","professional_services","public_warehousing_and_storage","quick_copy_repro_and_blueprint","railroads","real_estate_agents_and_managers_rentals","record_stores","recreational_vehicle_rentals","religious_goods_stores","religious_organizations","roofing_siding_sheet_metal","secretarial_support_services","security_brokers_dealers","service_stations","sewing_needlework_fabric_and_piece_goods_stores","shoe_repair_hat_cleaning","shoe_stores","small_appliance_repair","snowmobile_dealers","special_trade_services","specialty_cleaning","sporting_goods_stores","sporting_recreation_camps","sports_and_riding_apparel_stores","sports_clubs_fields","stamp_and_coin_stores","stationary_office_supplies_printing_and_writing_paper","stationery_stores_office_and_school_supply_stores","swimming_pools_sales","t_ui_travel_germany","tailors_alterations","tax_payments_government_agencies","tax_preparation_services","taxicabs_limousines","telecommunication_equipment_and_telephone_sales","telecommunication_services","telegraph_services","tent_and_awning_shops","testing_laboratories","theatrical_ticket_agencies","timeshares","tire_retreading_and_repair","tolls_bridge_fees","tourist_attractions_and_exhibits","towing_services","trailer_parks_campgrounds","transportation_services","travel_agencies_tour_operators","truck_stop_iteration","truck_utility_trailer_rentals","typesetting_plate_making_and_related_services","typewriter_stores","u_s_federal_government_agencies_or_departments","uniforms_commercial_clothing","used_merchandise_and_secondhand_stores","utilities","variety_stores","veterinary_services","video_amusement_game_supplies","video_game_arcades","video_tape_rental_stores","vocational_trade_schools","watch_jewelry_repair","welding_repair","wholesale_clubs","wig_and_toupee_stores","wires_money_orders","womens_accessory_and_specialty_shops","womens_ready_to_wear_stores","wrecking_and_salvage_yards"],"type":"string"},"nullable":true,"type":"array"},"blocked_merchant_countries":{"description":"Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"spending_limits":{"description":"Limit spending with amount-based rules that apply across any cards this card replaced (i.e., its `replacement_for` card and _that_ card's `replacement_for` card, up the chain).","items":{"$ref":"#/components/schemas/issuing_card_spending_limit"},"nullable":true,"type":"array"},"spending_limits_currency":{"description":"Currency of the amounts within `spending_limits`. Always the same as the currency of the card.","format":"currency","nullable":true,"type":"string"}},"title":"IssuingCardAuthorizationControls","type":"object","x-expandableFields":["spending_limits"]},"issuing_card_fraud_warning":{"description":"","properties":{"started_at":{"description":"Timestamp of the most recent fraud warning.","format":"unix-time","nullable":true,"type":"integer"},"type":{"description":"The type of fraud warning that most recently took place on this card. This field updates with every new fraud warning, so the value changes over time. If populated, cancel and reissue the card.","enum":["card_testing_exposure","fraud_dispute_filed","third_party_reported","user_indicated_fraud"],"nullable":true,"type":"string"}},"title":"IssuingCardFraudWarning","type":"object","x-expandableFields":[]},"issuing_card_google_pay":{"description":"","properties":{"eligible":{"description":"Google Pay Eligibility","type":"boolean"},"ineligible_reason":{"description":"Reason the card is ineligible for Google Pay","enum":["missing_agreement","missing_cardholder_contact","unsupported_region"],"nullable":true,"type":"string"}},"required":["eligible"],"title":"IssuingCardGooglePay","type":"object","x-expandableFields":[]},"issuing_card_shipping":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"},"address_validation":{"anyOf":[{"$ref":"#/components/schemas/issuing_card_shipping_address_validation"}],"description":"Address validation details for the shipment.","nullable":true},"carrier":{"description":"The delivery company that shipped a card.","enum":["dhl","fedex","royal_mail","usps"],"nullable":true,"type":"string"},"customs":{"anyOf":[{"$ref":"#/components/schemas/issuing_card_shipping_customs"}],"description":"Additional information that may be required for clearing customs.","nullable":true},"eta":{"description":"A unix timestamp representing a best estimate of when the card will be delivered.","format":"unix-time","nullable":true,"type":"integer"},"name":{"description":"Recipient name.","maxLength":5000,"type":"string"},"phone_number":{"description":"The phone number of the receiver of the shipment. Our courier partners will use this number to contact you in the event of card delivery issues. For individual shipments to the EU/UK, if this field is empty, we will provide them with the phone number provided when the cardholder was initially created.","maxLength":5000,"nullable":true,"type":"string"},"require_signature":{"description":"Whether a signature is required for card delivery. This feature is only supported for US users. Standard shipping service does not support signature on delivery. The default value for standard shipping service is false and for express and priority services is true.","nullable":true,"type":"boolean"},"service":{"description":"Shipment service, such as `standard` or `express`.","enum":["express","priority","standard"],"type":"string","x-stripeBypassValidation":true},"status":{"description":"The delivery status of the card.","enum":["canceled","delivered","failure","pending","returned","shipped","submitted"],"nullable":true,"type":"string"},"tracking_number":{"description":"A tracking number for a card shipment.","maxLength":5000,"nullable":true,"type":"string"},"tracking_url":{"description":"A link to the shipping carrier's site where you can view detailed information about a card shipment.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"Packaging options.","enum":["bulk","individual"],"type":"string"}},"required":["address","name","service","type"],"title":"IssuingCardShipping","type":"object","x-expandableFields":["address","address_validation","customs"]},"issuing_card_shipping_address_validation":{"description":"","properties":{"mode":{"description":"The address validation capabilities to use.","enum":["disabled","normalization_only","validation_and_normalization"],"type":"string"},"normalized_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"The normalized shipping address.","nullable":true},"result":{"description":"The validation result for the shipping address.","enum":["indeterminate","likely_deliverable","likely_undeliverable"],"nullable":true,"type":"string"}},"required":["mode"],"title":"IssuingCardShippingAddressValidation","type":"object","x-expandableFields":["normalized_address"]},"issuing_card_shipping_customs":{"description":"","properties":{"eori_number":{"description":"A registration number used for customs in Europe. See [https://www.gov.uk/eori](https://www.gov.uk/eori) for the UK and [https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en](https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en) for the EU.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingCardShippingCustoms","type":"object","x-expandableFields":[]},"issuing_card_spending_limit":{"description":"","properties":{"amount":{"description":"Maximum amount allowed to spend per interval. This amount is in the card's currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"categories":{"description":"Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.","items":{"enum":["ac_refrigeration_repair","accounting_bookkeeping_services","advertising_services","agricultural_cooperative","airlines_air_carriers","airports_flying_fields","ambulance_services","amusement_parks_carnivals","antique_reproductions","antique_shops","aquariums","architectural_surveying_services","art_dealers_and_galleries","artists_supply_and_craft_shops","auto_and_home_supply_stores","auto_body_repair_shops","auto_paint_shops","auto_service_shops","automated_cash_disburse","automated_fuel_dispensers","automobile_associations","automotive_parts_and_accessories_stores","automotive_tire_stores","bail_and_bond_payments","bakeries","bands_orchestras","barber_and_beauty_shops","betting_casino_gambling","bicycle_shops","billiard_pool_establishments","boat_dealers","boat_rentals_and_leases","book_stores","books_periodicals_and_newspapers","bowling_alleys","bus_lines","business_secretarial_schools","buying_shopping_services","cable_satellite_and_other_pay_television_and_radio","camera_and_photographic_supply_stores","candy_nut_and_confectionery_stores","car_and_truck_dealers_new_used","car_and_truck_dealers_used_only","car_rental_agencies","car_washes","carpentry_services","carpet_upholstery_cleaning","caterers","charitable_and_social_service_organizations_fundraising","chemicals_and_allied_products","child_care_services","childrens_and_infants_wear_stores","chiropodists_podiatrists","chiropractors","cigar_stores_and_stands","civic_social_fraternal_associations","cleaning_and_maintenance","clothing_rental","colleges_universities","commercial_equipment","commercial_footwear","commercial_photography_art_and_graphics","commuter_transport_and_ferries","computer_network_services","computer_programming","computer_repair","computer_software_stores","computers_peripherals_and_software","concrete_work_services","construction_materials","consulting_public_relations","correspondence_schools","cosmetic_stores","counseling_services","country_clubs","courier_services","court_costs","credit_reporting_agencies","cruise_lines","dairy_products_stores","dance_hall_studios_schools","dating_escort_services","dentists_orthodontists","department_stores","detective_agencies","digital_goods_applications","digital_goods_games","digital_goods_large_volume","digital_goods_media","direct_marketing_catalog_merchant","direct_marketing_combination_catalog_and_retail_merchant","direct_marketing_inbound_telemarketing","direct_marketing_insurance_services","direct_marketing_other","direct_marketing_outbound_telemarketing","direct_marketing_subscription","direct_marketing_travel","discount_stores","doctors","door_to_door_sales","drapery_window_covering_and_upholstery_stores","drinking_places","drug_stores_and_pharmacies","drugs_drug_proprietaries_and_druggist_sundries","dry_cleaners","durable_goods","duty_free_stores","eating_places_restaurants","educational_services","electric_razor_stores","electric_vehicle_charging","electrical_parts_and_equipment","electrical_services","electronics_repair_shops","electronics_stores","elementary_secondary_schools","emergency_services_gcas_visa_use_only","employment_temp_agencies","equipment_rental","exterminating_services","family_clothing_stores","fast_food_restaurants","financial_institutions","fines_government_administrative_entities","fireplace_fireplace_screens_and_accessories_stores","floor_covering_stores","florists","florists_supplies_nursery_stock_and_flowers","freezer_and_locker_meat_provisioners","fuel_dealers_non_automotive","funeral_services_crematories","furniture_home_furnishings_and_equipment_stores_except_appliances","furniture_repair_refinishing","furriers_and_fur_shops","general_services","gift_card_novelty_and_souvenir_shops","glass_paint_and_wallpaper_stores","glassware_crystal_stores","golf_courses_public","government_licensed_horse_dog_racing_us_region_only","government_licensed_online_casions_online_gambling_us_region_only","government_owned_lotteries_non_us_region","government_owned_lotteries_us_region_only","government_services","grocery_stores_supermarkets","hardware_equipment_and_supplies","hardware_stores","health_and_beauty_spas","hearing_aids_sales_and_supplies","heating_plumbing_a_c","hobby_toy_and_game_shops","home_supply_warehouse_stores","hospitals","hotels_motels_and_resorts","household_appliance_stores","industrial_supplies","information_retrieval_services","insurance_default","insurance_underwriting_premiums","intra_company_purchases","jewelry_stores_watches_clocks_and_silverware_stores","landscaping_services","laundries","laundry_cleaning_services","legal_services_attorneys","luggage_and_leather_goods_stores","lumber_building_materials_stores","manual_cash_disburse","marinas_service_and_supplies","marketplaces","masonry_stonework_and_plaster","massage_parlors","medical_and_dental_labs","medical_dental_ophthalmic_and_hospital_equipment_and_supplies","medical_services","membership_organizations","mens_and_boys_clothing_and_accessories_stores","mens_womens_clothing_stores","metal_service_centers","miscellaneous","miscellaneous_apparel_and_accessory_shops","miscellaneous_auto_dealers","miscellaneous_business_services","miscellaneous_food_stores","miscellaneous_general_merchandise","miscellaneous_general_services","miscellaneous_home_furnishing_specialty_stores","miscellaneous_publishing_and_printing","miscellaneous_recreation_services","miscellaneous_repair_shops","miscellaneous_specialty_retail","mobile_home_dealers","motion_picture_theaters","motor_freight_carriers_and_trucking","motor_homes_dealers","motor_vehicle_supplies_and_new_parts","motorcycle_shops_and_dealers","motorcycle_shops_dealers","music_stores_musical_instruments_pianos_and_sheet_music","news_dealers_and_newsstands","non_fi_money_orders","non_fi_stored_value_card_purchase_load","nondurable_goods","nurseries_lawn_and_garden_supply_stores","nursing_personal_care","office_and_commercial_furniture","opticians_eyeglasses","optometrists_ophthalmologist","orthopedic_goods_prosthetic_devices","osteopaths","package_stores_beer_wine_and_liquor","paints_varnishes_and_supplies","parking_lots_garages","passenger_railways","pawn_shops","pet_shops_pet_food_and_supplies","petroleum_and_petroleum_products","photo_developing","photographic_photocopy_microfilm_equipment_and_supplies","photographic_studios","picture_video_production","piece_goods_notions_and_other_dry_goods","plumbing_heating_equipment_and_supplies","political_organizations","postal_services_government_only","precious_stones_and_metals_watches_and_jewelry","professional_services","public_warehousing_and_storage","quick_copy_repro_and_blueprint","railroads","real_estate_agents_and_managers_rentals","record_stores","recreational_vehicle_rentals","religious_goods_stores","religious_organizations","roofing_siding_sheet_metal","secretarial_support_services","security_brokers_dealers","service_stations","sewing_needlework_fabric_and_piece_goods_stores","shoe_repair_hat_cleaning","shoe_stores","small_appliance_repair","snowmobile_dealers","special_trade_services","specialty_cleaning","sporting_goods_stores","sporting_recreation_camps","sports_and_riding_apparel_stores","sports_clubs_fields","stamp_and_coin_stores","stationary_office_supplies_printing_and_writing_paper","stationery_stores_office_and_school_supply_stores","swimming_pools_sales","t_ui_travel_germany","tailors_alterations","tax_payments_government_agencies","tax_preparation_services","taxicabs_limousines","telecommunication_equipment_and_telephone_sales","telecommunication_services","telegraph_services","tent_and_awning_shops","testing_laboratories","theatrical_ticket_agencies","timeshares","tire_retreading_and_repair","tolls_bridge_fees","tourist_attractions_and_exhibits","towing_services","trailer_parks_campgrounds","transportation_services","travel_agencies_tour_operators","truck_stop_iteration","truck_utility_trailer_rentals","typesetting_plate_making_and_related_services","typewriter_stores","u_s_federal_government_agencies_or_departments","uniforms_commercial_clothing","used_merchandise_and_secondhand_stores","utilities","variety_stores","veterinary_services","video_amusement_game_supplies","video_game_arcades","video_tape_rental_stores","vocational_trade_schools","watch_jewelry_repair","welding_repair","wholesale_clubs","wig_and_toupee_stores","wires_money_orders","womens_accessory_and_specialty_shops","womens_ready_to_wear_stores","wrecking_and_salvage_yards"],"type":"string"},"nullable":true,"type":"array"},"interval":{"description":"Interval (or event) to which the amount applies.","enum":["all_time","daily","monthly","per_authorization","weekly","yearly"],"type":"string"}},"required":["amount","interval"],"title":"IssuingCardSpendingLimit","type":"object","x-expandableFields":[]},"issuing_card_wallets":{"description":"","properties":{"apple_pay":{"$ref":"#/components/schemas/issuing_card_apple_pay"},"google_pay":{"$ref":"#/components/schemas/issuing_card_google_pay"},"primary_account_identifier":{"description":"Unique identifier for a card used with digital wallets","maxLength":5000,"nullable":true,"type":"string"}},"required":["apple_pay","google_pay"],"title":"IssuingCardWallets","type":"object","x-expandableFields":["apple_pay","google_pay"]},"issuing_cardholder_address":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"}},"required":["address"],"title":"IssuingCardholderAddress","type":"object","x-expandableFields":["address"]},"issuing_cardholder_authorization_controls":{"description":"","properties":{"allowed_categories":{"description":"Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to allow. All other categories will be blocked. Cannot be set with `blocked_categories`.","items":{"enum":["ac_refrigeration_repair","accounting_bookkeeping_services","advertising_services","agricultural_cooperative","airlines_air_carriers","airports_flying_fields","ambulance_services","amusement_parks_carnivals","antique_reproductions","antique_shops","aquariums","architectural_surveying_services","art_dealers_and_galleries","artists_supply_and_craft_shops","auto_and_home_supply_stores","auto_body_repair_shops","auto_paint_shops","auto_service_shops","automated_cash_disburse","automated_fuel_dispensers","automobile_associations","automotive_parts_and_accessories_stores","automotive_tire_stores","bail_and_bond_payments","bakeries","bands_orchestras","barber_and_beauty_shops","betting_casino_gambling","bicycle_shops","billiard_pool_establishments","boat_dealers","boat_rentals_and_leases","book_stores","books_periodicals_and_newspapers","bowling_alleys","bus_lines","business_secretarial_schools","buying_shopping_services","cable_satellite_and_other_pay_television_and_radio","camera_and_photographic_supply_stores","candy_nut_and_confectionery_stores","car_and_truck_dealers_new_used","car_and_truck_dealers_used_only","car_rental_agencies","car_washes","carpentry_services","carpet_upholstery_cleaning","caterers","charitable_and_social_service_organizations_fundraising","chemicals_and_allied_products","child_care_services","childrens_and_infants_wear_stores","chiropodists_podiatrists","chiropractors","cigar_stores_and_stands","civic_social_fraternal_associations","cleaning_and_maintenance","clothing_rental","colleges_universities","commercial_equipment","commercial_footwear","commercial_photography_art_and_graphics","commuter_transport_and_ferries","computer_network_services","computer_programming","computer_repair","computer_software_stores","computers_peripherals_and_software","concrete_work_services","construction_materials","consulting_public_relations","correspondence_schools","cosmetic_stores","counseling_services","country_clubs","courier_services","court_costs","credit_reporting_agencies","cruise_lines","dairy_products_stores","dance_hall_studios_schools","dating_escort_services","dentists_orthodontists","department_stores","detective_agencies","digital_goods_applications","digital_goods_games","digital_goods_large_volume","digital_goods_media","direct_marketing_catalog_merchant","direct_marketing_combination_catalog_and_retail_merchant","direct_marketing_inbound_telemarketing","direct_marketing_insurance_services","direct_marketing_other","direct_marketing_outbound_telemarketing","direct_marketing_subscription","direct_marketing_travel","discount_stores","doctors","door_to_door_sales","drapery_window_covering_and_upholstery_stores","drinking_places","drug_stores_and_pharmacies","drugs_drug_proprietaries_and_druggist_sundries","dry_cleaners","durable_goods","duty_free_stores","eating_places_restaurants","educational_services","electric_razor_stores","electric_vehicle_charging","electrical_parts_and_equipment","electrical_services","electronics_repair_shops","electronics_stores","elementary_secondary_schools","emergency_services_gcas_visa_use_only","employment_temp_agencies","equipment_rental","exterminating_services","family_clothing_stores","fast_food_restaurants","financial_institutions","fines_government_administrative_entities","fireplace_fireplace_screens_and_accessories_stores","floor_covering_stores","florists","florists_supplies_nursery_stock_and_flowers","freezer_and_locker_meat_provisioners","fuel_dealers_non_automotive","funeral_services_crematories","furniture_home_furnishings_and_equipment_stores_except_appliances","furniture_repair_refinishing","furriers_and_fur_shops","general_services","gift_card_novelty_and_souvenir_shops","glass_paint_and_wallpaper_stores","glassware_crystal_stores","golf_courses_public","government_licensed_horse_dog_racing_us_region_only","government_licensed_online_casions_online_gambling_us_region_only","government_owned_lotteries_non_us_region","government_owned_lotteries_us_region_only","government_services","grocery_stores_supermarkets","hardware_equipment_and_supplies","hardware_stores","health_and_beauty_spas","hearing_aids_sales_and_supplies","heating_plumbing_a_c","hobby_toy_and_game_shops","home_supply_warehouse_stores","hospitals","hotels_motels_and_resorts","household_appliance_stores","industrial_supplies","information_retrieval_services","insurance_default","insurance_underwriting_premiums","intra_company_purchases","jewelry_stores_watches_clocks_and_silverware_stores","landscaping_services","laundries","laundry_cleaning_services","legal_services_attorneys","luggage_and_leather_goods_stores","lumber_building_materials_stores","manual_cash_disburse","marinas_service_and_supplies","marketplaces","masonry_stonework_and_plaster","massage_parlors","medical_and_dental_labs","medical_dental_ophthalmic_and_hospital_equipment_and_supplies","medical_services","membership_organizations","mens_and_boys_clothing_and_accessories_stores","mens_womens_clothing_stores","metal_service_centers","miscellaneous","miscellaneous_apparel_and_accessory_shops","miscellaneous_auto_dealers","miscellaneous_business_services","miscellaneous_food_stores","miscellaneous_general_merchandise","miscellaneous_general_services","miscellaneous_home_furnishing_specialty_stores","miscellaneous_publishing_and_printing","miscellaneous_recreation_services","miscellaneous_repair_shops","miscellaneous_specialty_retail","mobile_home_dealers","motion_picture_theaters","motor_freight_carriers_and_trucking","motor_homes_dealers","motor_vehicle_supplies_and_new_parts","motorcycle_shops_and_dealers","motorcycle_shops_dealers","music_stores_musical_instruments_pianos_and_sheet_music","news_dealers_and_newsstands","non_fi_money_orders","non_fi_stored_value_card_purchase_load","nondurable_goods","nurseries_lawn_and_garden_supply_stores","nursing_personal_care","office_and_commercial_furniture","opticians_eyeglasses","optometrists_ophthalmologist","orthopedic_goods_prosthetic_devices","osteopaths","package_stores_beer_wine_and_liquor","paints_varnishes_and_supplies","parking_lots_garages","passenger_railways","pawn_shops","pet_shops_pet_food_and_supplies","petroleum_and_petroleum_products","photo_developing","photographic_photocopy_microfilm_equipment_and_supplies","photographic_studios","picture_video_production","piece_goods_notions_and_other_dry_goods","plumbing_heating_equipment_and_supplies","political_organizations","postal_services_government_only","precious_stones_and_metals_watches_and_jewelry","professional_services","public_warehousing_and_storage","quick_copy_repro_and_blueprint","railroads","real_estate_agents_and_managers_rentals","record_stores","recreational_vehicle_rentals","religious_goods_stores","religious_organizations","roofing_siding_sheet_metal","secretarial_support_services","security_brokers_dealers","service_stations","sewing_needlework_fabric_and_piece_goods_stores","shoe_repair_hat_cleaning","shoe_stores","small_appliance_repair","snowmobile_dealers","special_trade_services","specialty_cleaning","sporting_goods_stores","sporting_recreation_camps","sports_and_riding_apparel_stores","sports_clubs_fields","stamp_and_coin_stores","stationary_office_supplies_printing_and_writing_paper","stationery_stores_office_and_school_supply_stores","swimming_pools_sales","t_ui_travel_germany","tailors_alterations","tax_payments_government_agencies","tax_preparation_services","taxicabs_limousines","telecommunication_equipment_and_telephone_sales","telecommunication_services","telegraph_services","tent_and_awning_shops","testing_laboratories","theatrical_ticket_agencies","timeshares","tire_retreading_and_repair","tolls_bridge_fees","tourist_attractions_and_exhibits","towing_services","trailer_parks_campgrounds","transportation_services","travel_agencies_tour_operators","truck_stop_iteration","truck_utility_trailer_rentals","typesetting_plate_making_and_related_services","typewriter_stores","u_s_federal_government_agencies_or_departments","uniforms_commercial_clothing","used_merchandise_and_secondhand_stores","utilities","variety_stores","veterinary_services","video_amusement_game_supplies","video_game_arcades","video_tape_rental_stores","vocational_trade_schools","watch_jewelry_repair","welding_repair","wholesale_clubs","wig_and_toupee_stores","wires_money_orders","womens_accessory_and_specialty_shops","womens_ready_to_wear_stores","wrecking_and_salvage_yards"],"type":"string"},"nullable":true,"type":"array"},"allowed_merchant_countries":{"description":"Array of strings containing representing countries from which authorizations will be allowed. Authorizations from merchants in all other countries will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `blocked_merchant_countries`. Provide an empty value to unset this control.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"blocked_categories":{"description":"Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) of authorizations to decline. All other categories will be allowed. Cannot be set with `allowed_categories`.","items":{"enum":["ac_refrigeration_repair","accounting_bookkeeping_services","advertising_services","agricultural_cooperative","airlines_air_carriers","airports_flying_fields","ambulance_services","amusement_parks_carnivals","antique_reproductions","antique_shops","aquariums","architectural_surveying_services","art_dealers_and_galleries","artists_supply_and_craft_shops","auto_and_home_supply_stores","auto_body_repair_shops","auto_paint_shops","auto_service_shops","automated_cash_disburse","automated_fuel_dispensers","automobile_associations","automotive_parts_and_accessories_stores","automotive_tire_stores","bail_and_bond_payments","bakeries","bands_orchestras","barber_and_beauty_shops","betting_casino_gambling","bicycle_shops","billiard_pool_establishments","boat_dealers","boat_rentals_and_leases","book_stores","books_periodicals_and_newspapers","bowling_alleys","bus_lines","business_secretarial_schools","buying_shopping_services","cable_satellite_and_other_pay_television_and_radio","camera_and_photographic_supply_stores","candy_nut_and_confectionery_stores","car_and_truck_dealers_new_used","car_and_truck_dealers_used_only","car_rental_agencies","car_washes","carpentry_services","carpet_upholstery_cleaning","caterers","charitable_and_social_service_organizations_fundraising","chemicals_and_allied_products","child_care_services","childrens_and_infants_wear_stores","chiropodists_podiatrists","chiropractors","cigar_stores_and_stands","civic_social_fraternal_associations","cleaning_and_maintenance","clothing_rental","colleges_universities","commercial_equipment","commercial_footwear","commercial_photography_art_and_graphics","commuter_transport_and_ferries","computer_network_services","computer_programming","computer_repair","computer_software_stores","computers_peripherals_and_software","concrete_work_services","construction_materials","consulting_public_relations","correspondence_schools","cosmetic_stores","counseling_services","country_clubs","courier_services","court_costs","credit_reporting_agencies","cruise_lines","dairy_products_stores","dance_hall_studios_schools","dating_escort_services","dentists_orthodontists","department_stores","detective_agencies","digital_goods_applications","digital_goods_games","digital_goods_large_volume","digital_goods_media","direct_marketing_catalog_merchant","direct_marketing_combination_catalog_and_retail_merchant","direct_marketing_inbound_telemarketing","direct_marketing_insurance_services","direct_marketing_other","direct_marketing_outbound_telemarketing","direct_marketing_subscription","direct_marketing_travel","discount_stores","doctors","door_to_door_sales","drapery_window_covering_and_upholstery_stores","drinking_places","drug_stores_and_pharmacies","drugs_drug_proprietaries_and_druggist_sundries","dry_cleaners","durable_goods","duty_free_stores","eating_places_restaurants","educational_services","electric_razor_stores","electric_vehicle_charging","electrical_parts_and_equipment","electrical_services","electronics_repair_shops","electronics_stores","elementary_secondary_schools","emergency_services_gcas_visa_use_only","employment_temp_agencies","equipment_rental","exterminating_services","family_clothing_stores","fast_food_restaurants","financial_institutions","fines_government_administrative_entities","fireplace_fireplace_screens_and_accessories_stores","floor_covering_stores","florists","florists_supplies_nursery_stock_and_flowers","freezer_and_locker_meat_provisioners","fuel_dealers_non_automotive","funeral_services_crematories","furniture_home_furnishings_and_equipment_stores_except_appliances","furniture_repair_refinishing","furriers_and_fur_shops","general_services","gift_card_novelty_and_souvenir_shops","glass_paint_and_wallpaper_stores","glassware_crystal_stores","golf_courses_public","government_licensed_horse_dog_racing_us_region_only","government_licensed_online_casions_online_gambling_us_region_only","government_owned_lotteries_non_us_region","government_owned_lotteries_us_region_only","government_services","grocery_stores_supermarkets","hardware_equipment_and_supplies","hardware_stores","health_and_beauty_spas","hearing_aids_sales_and_supplies","heating_plumbing_a_c","hobby_toy_and_game_shops","home_supply_warehouse_stores","hospitals","hotels_motels_and_resorts","household_appliance_stores","industrial_supplies","information_retrieval_services","insurance_default","insurance_underwriting_premiums","intra_company_purchases","jewelry_stores_watches_clocks_and_silverware_stores","landscaping_services","laundries","laundry_cleaning_services","legal_services_attorneys","luggage_and_leather_goods_stores","lumber_building_materials_stores","manual_cash_disburse","marinas_service_and_supplies","marketplaces","masonry_stonework_and_plaster","massage_parlors","medical_and_dental_labs","medical_dental_ophthalmic_and_hospital_equipment_and_supplies","medical_services","membership_organizations","mens_and_boys_clothing_and_accessories_stores","mens_womens_clothing_stores","metal_service_centers","miscellaneous","miscellaneous_apparel_and_accessory_shops","miscellaneous_auto_dealers","miscellaneous_business_services","miscellaneous_food_stores","miscellaneous_general_merchandise","miscellaneous_general_services","miscellaneous_home_furnishing_specialty_stores","miscellaneous_publishing_and_printing","miscellaneous_recreation_services","miscellaneous_repair_shops","miscellaneous_specialty_retail","mobile_home_dealers","motion_picture_theaters","motor_freight_carriers_and_trucking","motor_homes_dealers","motor_vehicle_supplies_and_new_parts","motorcycle_shops_and_dealers","motorcycle_shops_dealers","music_stores_musical_instruments_pianos_and_sheet_music","news_dealers_and_newsstands","non_fi_money_orders","non_fi_stored_value_card_purchase_load","nondurable_goods","nurseries_lawn_and_garden_supply_stores","nursing_personal_care","office_and_commercial_furniture","opticians_eyeglasses","optometrists_ophthalmologist","orthopedic_goods_prosthetic_devices","osteopaths","package_stores_beer_wine_and_liquor","paints_varnishes_and_supplies","parking_lots_garages","passenger_railways","pawn_shops","pet_shops_pet_food_and_supplies","petroleum_and_petroleum_products","photo_developing","photographic_photocopy_microfilm_equipment_and_supplies","photographic_studios","picture_video_production","piece_goods_notions_and_other_dry_goods","plumbing_heating_equipment_and_supplies","political_organizations","postal_services_government_only","precious_stones_and_metals_watches_and_jewelry","professional_services","public_warehousing_and_storage","quick_copy_repro_and_blueprint","railroads","real_estate_agents_and_managers_rentals","record_stores","recreational_vehicle_rentals","religious_goods_stores","religious_organizations","roofing_siding_sheet_metal","secretarial_support_services","security_brokers_dealers","service_stations","sewing_needlework_fabric_and_piece_goods_stores","shoe_repair_hat_cleaning","shoe_stores","small_appliance_repair","snowmobile_dealers","special_trade_services","specialty_cleaning","sporting_goods_stores","sporting_recreation_camps","sports_and_riding_apparel_stores","sports_clubs_fields","stamp_and_coin_stores","stationary_office_supplies_printing_and_writing_paper","stationery_stores_office_and_school_supply_stores","swimming_pools_sales","t_ui_travel_germany","tailors_alterations","tax_payments_government_agencies","tax_preparation_services","taxicabs_limousines","telecommunication_equipment_and_telephone_sales","telecommunication_services","telegraph_services","tent_and_awning_shops","testing_laboratories","theatrical_ticket_agencies","timeshares","tire_retreading_and_repair","tolls_bridge_fees","tourist_attractions_and_exhibits","towing_services","trailer_parks_campgrounds","transportation_services","travel_agencies_tour_operators","truck_stop_iteration","truck_utility_trailer_rentals","typesetting_plate_making_and_related_services","typewriter_stores","u_s_federal_government_agencies_or_departments","uniforms_commercial_clothing","used_merchandise_and_secondhand_stores","utilities","variety_stores","veterinary_services","video_amusement_game_supplies","video_game_arcades","video_tape_rental_stores","vocational_trade_schools","watch_jewelry_repair","welding_repair","wholesale_clubs","wig_and_toupee_stores","wires_money_orders","womens_accessory_and_specialty_shops","womens_ready_to_wear_stores","wrecking_and_salvage_yards"],"type":"string"},"nullable":true,"type":"array"},"blocked_merchant_countries":{"description":"Array of strings containing representing countries from which authorizations will be declined. Country codes should be ISO 3166 alpha-2 country codes (e.g. `US`). Cannot be set with `allowed_merchant_countries`. Provide an empty value to unset this control.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"spending_limits":{"description":"Limit spending with amount-based rules that apply across this cardholder's cards.","items":{"$ref":"#/components/schemas/issuing_cardholder_spending_limit"},"nullable":true,"type":"array"},"spending_limits_currency":{"description":"Currency of the amounts within `spending_limits`.","format":"currency","nullable":true,"type":"string"}},"title":"IssuingCardholderAuthorizationControls","type":"object","x-expandableFields":["spending_limits"]},"issuing_cardholder_card_issuing":{"description":"","properties":{"user_terms_acceptance":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_user_terms_acceptance"}],"description":"Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.","nullable":true}},"title":"IssuingCardholderCardIssuing","type":"object","x-expandableFields":["user_terms_acceptance"]},"issuing_cardholder_company":{"description":"","properties":{"tax_id_provided":{"description":"Whether the company's business ID number was provided.","type":"boolean"}},"required":["tax_id_provided"],"title":"IssuingCardholderCompany","type":"object","x-expandableFields":[]},"issuing_cardholder_id_document":{"description":"","properties":{"back":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The back of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"front":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The front of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}}},"title":"IssuingCardholderIdDocument","type":"object","x-expandableFields":["back","front"]},"issuing_cardholder_individual":{"description":"","properties":{"card_issuing":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_card_issuing"}],"description":"Information related to the card_issuing program for this cardholder.","nullable":true},"dob":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_individual_dob"}],"description":"The date of birth of this cardholder.","nullable":true},"first_name":{"description":"The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.","maxLength":5000,"nullable":true,"type":"string"},"last_name":{"description":"The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.","maxLength":5000,"nullable":true,"type":"string"},"verification":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_verification"}],"description":"Government-issued ID document for this cardholder.","nullable":true}},"title":"IssuingCardholderIndividual","type":"object","x-expandableFields":["card_issuing","dob","verification"]},"issuing_cardholder_individual_dob":{"description":"","properties":{"day":{"description":"The day of birth, between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"The month of birth, between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year of birth.","nullable":true,"type":"integer"}},"title":"IssuingCardholderIndividualDOB","type":"object","x-expandableFields":[]},"issuing_cardholder_requirements":{"description":"","properties":{"disabled_reason":{"description":"If `disabled_reason` is present, all cards will decline authorizations with `cardholder_verification_required` reason.","enum":["listed","rejected.listed","requirements.past_due","under_review"],"nullable":true,"type":"string"},"past_due":{"description":"Array of fields that need to be collected in order to verify and re-enable the cardholder.","items":{"enum":["company.tax_id","individual.card_issuing.user_terms_acceptance.date","individual.card_issuing.user_terms_acceptance.ip","individual.dob.day","individual.dob.month","individual.dob.year","individual.first_name","individual.last_name","individual.verification.document"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"}},"title":"IssuingCardholderRequirements","type":"object","x-expandableFields":[]},"issuing_cardholder_spending_limit":{"description":"","properties":{"amount":{"description":"Maximum amount allowed to spend per interval. This amount is in the card's currency and in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"categories":{"description":"Array of strings containing [categories](https://docs.stripe.com/api#issuing_authorization_object-merchant_data-category) this limit applies to. Omitting this field will apply the limit to all categories.","items":{"enum":["ac_refrigeration_repair","accounting_bookkeeping_services","advertising_services","agricultural_cooperative","airlines_air_carriers","airports_flying_fields","ambulance_services","amusement_parks_carnivals","antique_reproductions","antique_shops","aquariums","architectural_surveying_services","art_dealers_and_galleries","artists_supply_and_craft_shops","auto_and_home_supply_stores","auto_body_repair_shops","auto_paint_shops","auto_service_shops","automated_cash_disburse","automated_fuel_dispensers","automobile_associations","automotive_parts_and_accessories_stores","automotive_tire_stores","bail_and_bond_payments","bakeries","bands_orchestras","barber_and_beauty_shops","betting_casino_gambling","bicycle_shops","billiard_pool_establishments","boat_dealers","boat_rentals_and_leases","book_stores","books_periodicals_and_newspapers","bowling_alleys","bus_lines","business_secretarial_schools","buying_shopping_services","cable_satellite_and_other_pay_television_and_radio","camera_and_photographic_supply_stores","candy_nut_and_confectionery_stores","car_and_truck_dealers_new_used","car_and_truck_dealers_used_only","car_rental_agencies","car_washes","carpentry_services","carpet_upholstery_cleaning","caterers","charitable_and_social_service_organizations_fundraising","chemicals_and_allied_products","child_care_services","childrens_and_infants_wear_stores","chiropodists_podiatrists","chiropractors","cigar_stores_and_stands","civic_social_fraternal_associations","cleaning_and_maintenance","clothing_rental","colleges_universities","commercial_equipment","commercial_footwear","commercial_photography_art_and_graphics","commuter_transport_and_ferries","computer_network_services","computer_programming","computer_repair","computer_software_stores","computers_peripherals_and_software","concrete_work_services","construction_materials","consulting_public_relations","correspondence_schools","cosmetic_stores","counseling_services","country_clubs","courier_services","court_costs","credit_reporting_agencies","cruise_lines","dairy_products_stores","dance_hall_studios_schools","dating_escort_services","dentists_orthodontists","department_stores","detective_agencies","digital_goods_applications","digital_goods_games","digital_goods_large_volume","digital_goods_media","direct_marketing_catalog_merchant","direct_marketing_combination_catalog_and_retail_merchant","direct_marketing_inbound_telemarketing","direct_marketing_insurance_services","direct_marketing_other","direct_marketing_outbound_telemarketing","direct_marketing_subscription","direct_marketing_travel","discount_stores","doctors","door_to_door_sales","drapery_window_covering_and_upholstery_stores","drinking_places","drug_stores_and_pharmacies","drugs_drug_proprietaries_and_druggist_sundries","dry_cleaners","durable_goods","duty_free_stores","eating_places_restaurants","educational_services","electric_razor_stores","electric_vehicle_charging","electrical_parts_and_equipment","electrical_services","electronics_repair_shops","electronics_stores","elementary_secondary_schools","emergency_services_gcas_visa_use_only","employment_temp_agencies","equipment_rental","exterminating_services","family_clothing_stores","fast_food_restaurants","financial_institutions","fines_government_administrative_entities","fireplace_fireplace_screens_and_accessories_stores","floor_covering_stores","florists","florists_supplies_nursery_stock_and_flowers","freezer_and_locker_meat_provisioners","fuel_dealers_non_automotive","funeral_services_crematories","furniture_home_furnishings_and_equipment_stores_except_appliances","furniture_repair_refinishing","furriers_and_fur_shops","general_services","gift_card_novelty_and_souvenir_shops","glass_paint_and_wallpaper_stores","glassware_crystal_stores","golf_courses_public","government_licensed_horse_dog_racing_us_region_only","government_licensed_online_casions_online_gambling_us_region_only","government_owned_lotteries_non_us_region","government_owned_lotteries_us_region_only","government_services","grocery_stores_supermarkets","hardware_equipment_and_supplies","hardware_stores","health_and_beauty_spas","hearing_aids_sales_and_supplies","heating_plumbing_a_c","hobby_toy_and_game_shops","home_supply_warehouse_stores","hospitals","hotels_motels_and_resorts","household_appliance_stores","industrial_supplies","information_retrieval_services","insurance_default","insurance_underwriting_premiums","intra_company_purchases","jewelry_stores_watches_clocks_and_silverware_stores","landscaping_services","laundries","laundry_cleaning_services","legal_services_attorneys","luggage_and_leather_goods_stores","lumber_building_materials_stores","manual_cash_disburse","marinas_service_and_supplies","marketplaces","masonry_stonework_and_plaster","massage_parlors","medical_and_dental_labs","medical_dental_ophthalmic_and_hospital_equipment_and_supplies","medical_services","membership_organizations","mens_and_boys_clothing_and_accessories_stores","mens_womens_clothing_stores","metal_service_centers","miscellaneous","miscellaneous_apparel_and_accessory_shops","miscellaneous_auto_dealers","miscellaneous_business_services","miscellaneous_food_stores","miscellaneous_general_merchandise","miscellaneous_general_services","miscellaneous_home_furnishing_specialty_stores","miscellaneous_publishing_and_printing","miscellaneous_recreation_services","miscellaneous_repair_shops","miscellaneous_specialty_retail","mobile_home_dealers","motion_picture_theaters","motor_freight_carriers_and_trucking","motor_homes_dealers","motor_vehicle_supplies_and_new_parts","motorcycle_shops_and_dealers","motorcycle_shops_dealers","music_stores_musical_instruments_pianos_and_sheet_music","news_dealers_and_newsstands","non_fi_money_orders","non_fi_stored_value_card_purchase_load","nondurable_goods","nurseries_lawn_and_garden_supply_stores","nursing_personal_care","office_and_commercial_furniture","opticians_eyeglasses","optometrists_ophthalmologist","orthopedic_goods_prosthetic_devices","osteopaths","package_stores_beer_wine_and_liquor","paints_varnishes_and_supplies","parking_lots_garages","passenger_railways","pawn_shops","pet_shops_pet_food_and_supplies","petroleum_and_petroleum_products","photo_developing","photographic_photocopy_microfilm_equipment_and_supplies","photographic_studios","picture_video_production","piece_goods_notions_and_other_dry_goods","plumbing_heating_equipment_and_supplies","political_organizations","postal_services_government_only","precious_stones_and_metals_watches_and_jewelry","professional_services","public_warehousing_and_storage","quick_copy_repro_and_blueprint","railroads","real_estate_agents_and_managers_rentals","record_stores","recreational_vehicle_rentals","religious_goods_stores","religious_organizations","roofing_siding_sheet_metal","secretarial_support_services","security_brokers_dealers","service_stations","sewing_needlework_fabric_and_piece_goods_stores","shoe_repair_hat_cleaning","shoe_stores","small_appliance_repair","snowmobile_dealers","special_trade_services","specialty_cleaning","sporting_goods_stores","sporting_recreation_camps","sports_and_riding_apparel_stores","sports_clubs_fields","stamp_and_coin_stores","stationary_office_supplies_printing_and_writing_paper","stationery_stores_office_and_school_supply_stores","swimming_pools_sales","t_ui_travel_germany","tailors_alterations","tax_payments_government_agencies","tax_preparation_services","taxicabs_limousines","telecommunication_equipment_and_telephone_sales","telecommunication_services","telegraph_services","tent_and_awning_shops","testing_laboratories","theatrical_ticket_agencies","timeshares","tire_retreading_and_repair","tolls_bridge_fees","tourist_attractions_and_exhibits","towing_services","trailer_parks_campgrounds","transportation_services","travel_agencies_tour_operators","truck_stop_iteration","truck_utility_trailer_rentals","typesetting_plate_making_and_related_services","typewriter_stores","u_s_federal_government_agencies_or_departments","uniforms_commercial_clothing","used_merchandise_and_secondhand_stores","utilities","variety_stores","veterinary_services","video_amusement_game_supplies","video_game_arcades","video_tape_rental_stores","vocational_trade_schools","watch_jewelry_repair","welding_repair","wholesale_clubs","wig_and_toupee_stores","wires_money_orders","womens_accessory_and_specialty_shops","womens_ready_to_wear_stores","wrecking_and_salvage_yards"],"type":"string"},"nullable":true,"type":"array"},"interval":{"description":"Interval (or event) to which the amount applies.","enum":["all_time","daily","monthly","per_authorization","weekly","yearly"],"type":"string"}},"required":["amount","interval"],"title":"IssuingCardholderSpendingLimit","type":"object","x-expandableFields":[]},"issuing_cardholder_user_terms_acceptance":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the cardholder accepted the Authorized User Terms.","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the cardholder accepted the Authorized User Terms.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the cardholder accepted the Authorized User Terms.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingCardholderUserTermsAcceptance","type":"object","x-expandableFields":[]},"issuing_cardholder_verification":{"description":"","properties":{"document":{"anyOf":[{"$ref":"#/components/schemas/issuing_cardholder_id_document"}],"description":"An identifying document, either a passport or local ID card.","nullable":true}},"title":"IssuingCardholderVerification","type":"object","x-expandableFields":["document"]},"issuing_dispute_canceled_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"canceled_at":{"description":"Date when order was canceled.","format":"unix-time","nullable":true,"type":"integer"},"cancellation_policy_provided":{"description":"Whether the cardholder was provided with a cancellation policy.","nullable":true,"type":"boolean"},"cancellation_reason":{"description":"Reason for canceling the order.","maxLength":5000,"nullable":true,"type":"string"},"expected_at":{"description":"Date when the cardholder expected to receive the product.","format":"unix-time","nullable":true,"type":"integer"},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"product_description":{"description":"Description of the merchandise or service that was purchased.","maxLength":5000,"nullable":true,"type":"string"},"product_type":{"description":"Whether the product was a merchandise or service.","enum":["merchandise","service"],"nullable":true,"type":"string"},"return_status":{"description":"Result of cardholder's attempt to return the product.","enum":["merchant_rejected","successful"],"nullable":true,"type":"string"},"returned_at":{"description":"Date when the product was returned or attempted to be returned.","format":"unix-time","nullable":true,"type":"integer"}},"title":"IssuingDisputeCanceledEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_duplicate_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"card_statement":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Copy of the card statement showing that the product had already been paid for.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"cash_receipt":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Copy of the receipt showing that the product had been paid for in cash.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"check_image":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Image of the front and back of the check that was used to pay for the product.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"original_transaction":{"description":"Transaction (e.g., ipi_...) that the disputed transaction is a duplicate of. Of the two or more transactions that are copies of each other, this is original undisputed one.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingDisputeDuplicateEvidence","type":"object","x-expandableFields":["additional_documentation","card_statement","cash_receipt","check_image"]},"issuing_dispute_evidence":{"description":"","properties":{"canceled":{"$ref":"#/components/schemas/issuing_dispute_canceled_evidence"},"duplicate":{"$ref":"#/components/schemas/issuing_dispute_duplicate_evidence"},"fraudulent":{"$ref":"#/components/schemas/issuing_dispute_fraudulent_evidence"},"merchandise_not_as_described":{"$ref":"#/components/schemas/issuing_dispute_merchandise_not_as_described_evidence"},"no_valid_authorization":{"$ref":"#/components/schemas/issuing_dispute_no_valid_authorization_evidence"},"not_received":{"$ref":"#/components/schemas/issuing_dispute_not_received_evidence"},"other":{"$ref":"#/components/schemas/issuing_dispute_other_evidence"},"reason":{"description":"The reason for filing the dispute. Its value will match the field containing the evidence.","enum":["canceled","duplicate","fraudulent","merchandise_not_as_described","no_valid_authorization","not_received","other","service_not_as_described"],"type":"string","x-stripeBypassValidation":true},"service_not_as_described":{"$ref":"#/components/schemas/issuing_dispute_service_not_as_described_evidence"}},"required":["reason"],"title":"IssuingDisputeEvidence","type":"object","x-expandableFields":["canceled","duplicate","fraudulent","merchandise_not_as_described","no_valid_authorization","not_received","other","service_not_as_described"]},"issuing_dispute_fraudulent_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingDisputeFraudulentEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_merchandise_not_as_described_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"received_at":{"description":"Date when the product was received.","format":"unix-time","nullable":true,"type":"integer"},"return_description":{"description":"Description of the cardholder's attempt to return the product.","maxLength":5000,"nullable":true,"type":"string"},"return_status":{"description":"Result of cardholder's attempt to return the product.","enum":["merchant_rejected","successful"],"nullable":true,"type":"string"},"returned_at":{"description":"Date when the product was returned or attempted to be returned.","format":"unix-time","nullable":true,"type":"integer"}},"title":"IssuingDisputeMerchandiseNotAsDescribedEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_no_valid_authorization_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingDisputeNoValidAuthorizationEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_not_received_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"expected_at":{"description":"Date when the cardholder expected to receive the product.","format":"unix-time","nullable":true,"type":"integer"},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"product_description":{"description":"Description of the merchandise or service that was purchased.","maxLength":5000,"nullable":true,"type":"string"},"product_type":{"description":"Whether the product was a merchandise or service.","enum":["merchandise","service"],"nullable":true,"type":"string"}},"title":"IssuingDisputeNotReceivedEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_other_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"product_description":{"description":"Description of the merchandise or service that was purchased.","maxLength":5000,"nullable":true,"type":"string"},"product_type":{"description":"Whether the product was a merchandise or service.","enum":["merchandise","service"],"nullable":true,"type":"string"}},"title":"IssuingDisputeOtherEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_service_not_as_described_evidence":{"description":"","properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"canceled_at":{"description":"Date when order was canceled.","format":"unix-time","nullable":true,"type":"integer"},"cancellation_reason":{"description":"Reason for canceling the order.","maxLength":5000,"nullable":true,"type":"string"},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"received_at":{"description":"Date when the product was received.","format":"unix-time","nullable":true,"type":"integer"}},"title":"IssuingDisputeServiceNotAsDescribedEvidence","type":"object","x-expandableFields":["additional_documentation"]},"issuing_dispute_treasury":{"description":"","properties":{"debit_reversal":{"description":"The Treasury [DebitReversal](https://docs.stripe.com/api/treasury/debit_reversals) representing this Issuing dispute","maxLength":5000,"nullable":true,"type":"string"},"received_debit":{"description":"The Treasury [ReceivedDebit](https://docs.stripe.com/api/treasury/received_debits) that is being disputed.","maxLength":5000,"type":"string"}},"required":["received_debit"],"title":"IssuingDisputeTreasury","type":"object","x-expandableFields":[]},"issuing_network_token_address":{"description":"","properties":{"line1":{"description":"The street address of the cardholder tokenizing the card.","maxLength":5000,"type":"string"},"postal_code":{"description":"The postal code of the cardholder tokenizing the card.","maxLength":5000,"type":"string"}},"required":["line1","postal_code"],"title":"IssuingNetworkTokenAddress","type":"object","x-expandableFields":[]},"issuing_network_token_device":{"description":"","properties":{"device_fingerprint":{"description":"An obfuscated ID derived from the device ID.","maxLength":5000,"type":"string"},"ip_address":{"description":"The IP address of the device at provisioning time.","maxLength":5000,"type":"string"},"location":{"description":"The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal.","maxLength":5000,"type":"string"},"name":{"description":"The name of the device used for tokenization.","maxLength":5000,"type":"string"},"phone_number":{"description":"The phone number of the device used for tokenization.","maxLength":5000,"type":"string"},"type":{"description":"The type of device used for tokenization.","enum":["other","phone","watch"],"type":"string"}},"title":"IssuingNetworkTokenDevice","type":"object","x-expandableFields":[]},"issuing_network_token_mastercard":{"description":"","properties":{"card_reference_id":{"description":"A unique reference ID from MasterCard to represent the card account number.","maxLength":5000,"type":"string"},"token_reference_id":{"description":"The network-unique identifier for the token.","maxLength":5000,"type":"string"},"token_requestor_id":{"description":"The ID of the entity requesting tokenization, specific to MasterCard.","maxLength":5000,"type":"string"},"token_requestor_name":{"description":"The name of the entity requesting tokenization, if known. This is directly provided from MasterCard.","maxLength":5000,"type":"string"}},"required":["token_reference_id","token_requestor_id"],"title":"IssuingNetworkTokenMastercard","type":"object","x-expandableFields":[]},"issuing_network_token_network_data":{"description":"","properties":{"device":{"$ref":"#/components/schemas/issuing_network_token_device"},"mastercard":{"$ref":"#/components/schemas/issuing_network_token_mastercard"},"type":{"description":"The network that the token is associated with. An additional hash is included with a name matching this value, containing tokenization data specific to the card network.","enum":["mastercard","visa"],"type":"string"},"visa":{"$ref":"#/components/schemas/issuing_network_token_visa"},"wallet_provider":{"$ref":"#/components/schemas/issuing_network_token_wallet_provider"}},"required":["type"],"title":"IssuingNetworkTokenNetworkData","type":"object","x-expandableFields":["device","mastercard","visa","wallet_provider"]},"issuing_network_token_visa":{"description":"","properties":{"card_reference_id":{"description":"A unique reference ID from Visa to represent the card account number.","maxLength":5000,"type":"string"},"token_reference_id":{"description":"The network-unique identifier for the token.","maxLength":5000,"type":"string"},"token_requestor_id":{"description":"The ID of the entity requesting tokenization, specific to Visa.","maxLength":5000,"type":"string"},"token_risk_score":{"description":"Degree of risk associated with the token between `01` and `99`, with higher number indicating higher risk. A `00` value indicates the token was not scored by Visa.","maxLength":5000,"type":"string"}},"required":["card_reference_id","token_reference_id","token_requestor_id"],"title":"IssuingNetworkTokenVisa","type":"object","x-expandableFields":[]},"issuing_network_token_wallet_provider":{"description":"","properties":{"account_id":{"description":"The wallet provider-given account ID of the digital wallet the token belongs to.","maxLength":5000,"type":"string"},"account_trust_score":{"description":"An evaluation on the trustworthiness of the wallet account between 1 and 5. A higher score indicates more trustworthy.","type":"integer"},"card_number_source":{"description":"The method used for tokenizing a card.","enum":["app","manual","on_file","other"],"type":"string"},"cardholder_address":{"$ref":"#/components/schemas/issuing_network_token_address"},"cardholder_name":{"description":"The name of the cardholder tokenizing the card.","maxLength":5000,"type":"string"},"device_trust_score":{"description":"An evaluation on the trustworthiness of the device. A higher score indicates more trustworthy.","type":"integer"},"hashed_account_email_address":{"description":"The hashed email address of the cardholder's account with the wallet provider.","maxLength":5000,"type":"string"},"reason_codes":{"description":"The reasons for suggested tokenization given by the card network.","items":{"enum":["account_card_too_new","account_recently_changed","account_too_new","account_too_new_since_launch","additional_device","data_expired","defer_id_v_decision","device_recently_lost","good_activity_history","has_suspended_tokens","high_risk","inactive_account","long_account_tenure","low_account_score","low_device_score","low_phone_number_score","network_service_error","outside_home_territory","provisioning_cardholder_mismatch","provisioning_device_and_cardholder_mismatch","provisioning_device_mismatch","same_device_no_prior_authentication","same_device_successful_prior_authentication","software_update","suspicious_activity","too_many_different_cardholders","too_many_recent_attempts","too_many_recent_tokens"],"type":"string"},"type":"array"},"suggested_decision":{"description":"The recommendation on responding to the tokenization request.","enum":["approve","decline","require_auth"],"type":"string"},"suggested_decision_version":{"description":"The version of the standard for mapping reason codes followed by the wallet provider.","maxLength":5000,"type":"string"}},"title":"IssuingNetworkTokenWalletProvider","type":"object","x-expandableFields":["cardholder_address"]},"issuing_personalization_design_carrier_text":{"description":"","properties":{"footer_body":{"description":"The footer body text of the carrier letter.","maxLength":5000,"nullable":true,"type":"string"},"footer_title":{"description":"The footer title text of the carrier letter.","maxLength":5000,"nullable":true,"type":"string"},"header_body":{"description":"The header body text of the carrier letter.","maxLength":5000,"nullable":true,"type":"string"},"header_title":{"description":"The header title text of the carrier letter.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingPersonalizationDesignCarrierText","type":"object","x-expandableFields":[]},"issuing_personalization_design_preferences":{"description":"","properties":{"is_default":{"description":"Whether we use this personalization design to create cards when one isn't specified. A connected account uses the Connect platform's default design if no personalization design is set as the default design.","type":"boolean"},"is_platform_default":{"description":"Whether this personalization design is used to create cards when one is not specified and a default for this connected account does not exist.","nullable":true,"type":"boolean"}},"required":["is_default"],"title":"IssuingPersonalizationDesignPreferences","type":"object","x-expandableFields":[]},"issuing_personalization_design_rejection_reasons":{"description":"","properties":{"card_logo":{"description":"The reason(s) the card logo was rejected.","items":{"enum":["geographic_location","inappropriate","network_name","non_binary_image","non_fiat_currency","other","other_entity","promotional_material"],"type":"string"},"nullable":true,"type":"array"},"carrier_text":{"description":"The reason(s) the carrier text was rejected.","items":{"enum":["geographic_location","inappropriate","network_name","non_fiat_currency","other","other_entity","promotional_material"],"type":"string"},"nullable":true,"type":"array"}},"title":"IssuingPersonalizationDesignRejectionReasons","type":"object","x-expandableFields":[]},"issuing_physical_bundle_features":{"description":"","properties":{"card_logo":{"description":"The policy for how to use card logo images in a card design with this physical bundle.","enum":["optional","required","unsupported"],"type":"string"},"carrier_text":{"description":"The policy for how to use carrier letter text in a card design with this physical bundle.","enum":["optional","required","unsupported"],"type":"string"},"second_line":{"description":"The policy for how to use a second line on a card with this physical bundle.","enum":["optional","required","unsupported"],"type":"string"}},"required":["card_logo","carrier_text","second_line"],"title":"IssuingPhysicalBundleFeatures","type":"object","x-expandableFields":[]},"issuing_transaction_amount_details":{"description":"","properties":{"atm_fee":{"description":"The fee charged by the ATM for the cash withdrawal.","nullable":true,"type":"integer"},"cashback_amount":{"description":"The amount of cash requested by the cardholder.","nullable":true,"type":"integer"}},"title":"IssuingTransactionAmountDetails","type":"object","x-expandableFields":[]},"issuing_transaction_fleet_cardholder_prompt_data":{"description":"","properties":{"driver_id":{"description":"Driver ID.","maxLength":5000,"nullable":true,"type":"string"},"odometer":{"description":"Odometer reading.","nullable":true,"type":"integer"},"unspecified_id":{"description":"An alphanumeric ID. This field is used when a vehicle ID, driver ID, or generic ID is entered by the cardholder, but the merchant or card network did not specify the prompt type.","maxLength":5000,"nullable":true,"type":"string"},"user_id":{"description":"User ID.","maxLength":5000,"nullable":true,"type":"string"},"vehicle_number":{"description":"Vehicle number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingTransactionFleetCardholderPromptData","type":"object","x-expandableFields":[]},"issuing_transaction_fleet_data":{"description":"","properties":{"cardholder_prompt_data":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fleet_cardholder_prompt_data"}],"description":"Answers to prompts presented to cardholder at point of sale.","nullable":true},"purchase_type":{"description":"The type of purchase. One of `fuel_purchase`, `non_fuel_purchase`, or `fuel_and_non_fuel_purchase`.","maxLength":5000,"nullable":true,"type":"string"},"reported_breakdown":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fleet_reported_breakdown"}],"description":"More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data.","nullable":true},"service_type":{"description":"The type of fuel service. One of `non_fuel_transaction`, `full_service`, or `self_service`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingTransactionFleetData","type":"object","x-expandableFields":["cardholder_prompt_data","reported_breakdown"]},"issuing_transaction_fleet_fuel_price_data":{"description":"","properties":{"gross_amount_decimal":{"description":"Gross fuel amount that should equal Fuel Volume multipled by Fuel Unit Cost, inclusive of taxes.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingTransactionFleetFuelPriceData","type":"object","x-expandableFields":[]},"issuing_transaction_fleet_non_fuel_price_data":{"description":"","properties":{"gross_amount_decimal":{"description":"Gross non-fuel amount that should equal the sum of the line items, inclusive of taxes.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingTransactionFleetNonFuelPriceData","type":"object","x-expandableFields":[]},"issuing_transaction_fleet_reported_breakdown":{"description":"","properties":{"fuel":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fleet_fuel_price_data"}],"description":"Breakdown of fuel portion of the purchase.","nullable":true},"non_fuel":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fleet_non_fuel_price_data"}],"description":"Breakdown of non-fuel portion of the purchase.","nullable":true},"tax":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fleet_tax_data"}],"description":"Information about tax included in this transaction.","nullable":true}},"title":"IssuingTransactionFleetReportedBreakdown","type":"object","x-expandableFields":["fuel","non_fuel","tax"]},"issuing_transaction_fleet_tax_data":{"description":"","properties":{"local_amount_decimal":{"description":"Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax.","format":"decimal","nullable":true,"type":"string"},"national_amount_decimal":{"description":"Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.","format":"decimal","nullable":true,"type":"string"}},"title":"IssuingTransactionFleetTaxData","type":"object","x-expandableFields":[]},"issuing_transaction_flight_data":{"description":"","properties":{"departure_at":{"description":"The time that the flight departed.","nullable":true,"type":"integer"},"passenger_name":{"description":"The name of the passenger.","maxLength":5000,"nullable":true,"type":"string"},"refundable":{"description":"Whether the ticket is refundable.","nullable":true,"type":"boolean"},"segments":{"description":"The legs of the trip.","items":{"$ref":"#/components/schemas/issuing_transaction_flight_data_leg"},"nullable":true,"type":"array"},"travel_agency":{"description":"The travel agency that issued the ticket.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingTransactionFlightData","type":"object","x-expandableFields":["segments"]},"issuing_transaction_flight_data_leg":{"description":"","properties":{"arrival_airport_code":{"description":"The three-letter IATA airport code of the flight's destination.","maxLength":5000,"nullable":true,"type":"string"},"carrier":{"description":"The airline carrier code.","maxLength":5000,"nullable":true,"type":"string"},"departure_airport_code":{"description":"The three-letter IATA airport code that the flight departed from.","maxLength":5000,"nullable":true,"type":"string"},"flight_number":{"description":"The flight number.","maxLength":5000,"nullable":true,"type":"string"},"service_class":{"description":"The flight's service class.","maxLength":5000,"nullable":true,"type":"string"},"stopover_allowed":{"description":"Whether a stopover is allowed on this flight.","nullable":true,"type":"boolean"}},"title":"IssuingTransactionFlightDataLeg","type":"object","x-expandableFields":[]},"issuing_transaction_fuel_data":{"description":"","properties":{"industry_product_code":{"description":"[Conexxus Payment System Product Code](https://www.conexxus.org/conexxus-payment-system-product-codes) identifying the primary fuel product purchased.","maxLength":5000,"nullable":true,"type":"string"},"quantity_decimal":{"description":"The quantity of `unit`s of fuel that was dispensed, represented as a decimal string with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"},"type":{"description":"The type of fuel that was purchased. One of `diesel`, `unleaded_plus`, `unleaded_regular`, `unleaded_super`, or `other`.","maxLength":5000,"type":"string"},"unit":{"description":"The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.","maxLength":5000,"type":"string"},"unit_cost_decimal":{"description":"The cost in cents per each unit of fuel, represented as a decimal string with at most 12 decimal places.","format":"decimal","type":"string"}},"required":["type","unit","unit_cost_decimal"],"title":"IssuingTransactionFuelData","type":"object","x-expandableFields":[]},"issuing_transaction_lodging_data":{"description":"","properties":{"check_in_at":{"description":"The time of checking into the lodging.","nullable":true,"type":"integer"},"nights":{"description":"The number of nights stayed at the lodging.","nullable":true,"type":"integer"}},"title":"IssuingTransactionLodgingData","type":"object","x-expandableFields":[]},"issuing_transaction_network_data":{"description":"","properties":{"authorization_code":{"description":"A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter \"S\", followed by a six-digit number. For example, \"S498162\". Please note that the code is not guaranteed to be unique across authorizations.","maxLength":5000,"nullable":true,"type":"string"},"processing_date":{"description":"The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingTransactionNetworkData","type":"object","x-expandableFields":[]},"issuing_transaction_purchase_details":{"description":"","properties":{"fleet":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fleet_data"}],"description":"Fleet-specific information for transactions using Fleet cards.","nullable":true},"flight":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_flight_data"}],"description":"Information about the flight that was purchased with this transaction.","nullable":true},"fuel":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_fuel_data"}],"description":"Information about fuel that was purchased with this transaction.","nullable":true},"lodging":{"anyOf":[{"$ref":"#/components/schemas/issuing_transaction_lodging_data"}],"description":"Information about lodging that was purchased with this transaction.","nullable":true},"receipt":{"description":"The line items in the purchase.","items":{"$ref":"#/components/schemas/issuing_transaction_receipt_data"},"nullable":true,"type":"array"},"reference":{"description":"A merchant-specific order number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingTransactionPurchaseDetails","type":"object","x-expandableFields":["fleet","flight","fuel","lodging","receipt"]},"issuing_transaction_receipt_data":{"description":"","properties":{"description":{"description":"The description of the item. The maximum length of this field is 26 characters.","maxLength":5000,"nullable":true,"type":"string"},"quantity":{"description":"The quantity of the item.","nullable":true,"type":"number"},"total":{"description":"The total for this line item in cents.","nullable":true,"type":"integer"},"unit_cost":{"description":"The unit cost of the item in cents.","nullable":true,"type":"integer"}},"title":"IssuingTransactionReceiptData","type":"object","x-expandableFields":[]},"issuing_transaction_treasury":{"description":"","properties":{"received_credit":{"description":"The Treasury [ReceivedCredit](https://docs.stripe.com/api/treasury/received_credits) representing this Issuing transaction if it is a refund","maxLength":5000,"nullable":true,"type":"string"},"received_debit":{"description":"The Treasury [ReceivedDebit](https://docs.stripe.com/api/treasury/received_debits) representing this Issuing transaction if it is a capture","maxLength":5000,"nullable":true,"type":"string"}},"title":"IssuingTransactionTreasury","type":"object","x-expandableFields":[]},"item":{"description":"A line item.","properties":{"amount_discount":{"description":"Total discount amount applied. If no discounts were applied, defaults to 0.","type":"integer"},"amount_subtotal":{"description":"Total before any discounts or taxes are applied.","type":"integer"},"amount_tax":{"description":"Total tax amount applied. If no tax was applied, defaults to 0.","type":"integer"},"amount_total":{"description":"Total after discounts and taxes.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users. Defaults to product name.","maxLength":5000,"nullable":true,"type":"string"},"discounts":{"description":"The discounts applied to the line item.","items":{"$ref":"#/components/schemas/line_items_discount_amount"},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["item"],"type":"string"},"price":{"anyOf":[{"$ref":"#/components/schemas/price"}],"description":"The price used to generate the line item.","nullable":true},"quantity":{"description":"The quantity of products being purchased.","nullable":true,"type":"integer"},"taxes":{"description":"The taxes applied to the line item.","items":{"$ref":"#/components/schemas/line_items_tax_amount"},"type":"array"}},"required":["amount_discount","amount_subtotal","amount_tax","amount_total","currency","id","object"],"title":"LineItem","type":"object","x-expandableFields":["discounts","price","taxes"],"x-resourceId":"item"},"klarna_address":{"description":"","properties":{"country":{"description":"The payer address country","maxLength":5000,"nullable":true,"type":"string"}},"title":"klarna_address","type":"object","x-expandableFields":[]},"klarna_payer_details":{"description":"","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/klarna_address"}],"description":"The payer's address","nullable":true}},"title":"klarna_payer_details","type":"object","x-expandableFields":["address"]},"legal_entity_company":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"},"address_kana":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_japan_address"}],"description":"The Kana variation of the company's primary address (Japan only).","nullable":true},"address_kanji":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_japan_address"}],"description":"The Kanji variation of the company's primary address (Japan only).","nullable":true},"directors_provided":{"description":"Whether the company's directors have been provided. This Boolean will be `true` if you've manually indicated that all directors are provided via [the `directors_provided` parameter](https://docs.stripe.com/api/accounts/update#update_account-company-directors_provided).","type":"boolean"},"directorship_declaration":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_directorship_declaration"}],"description":"This hash is used to attest that the director information provided to Stripe is both current and correct.","nullable":true},"executives_provided":{"description":"Whether the company's executives have been provided. This Boolean will be `true` if you've manually indicated that all executives are provided via [the `executives_provided` parameter](https://docs.stripe.com/api/accounts/update#update_account-company-executives_provided), or if Stripe determined that sufficient executives were provided.","type":"boolean"},"export_license_id":{"description":"The export license ID number of the company, also referred as Import Export Code (India only).","maxLength":5000,"type":"string"},"export_purpose_code":{"description":"The purpose code to use for export transactions (India only).","maxLength":5000,"type":"string"},"name":{"description":"The company's legal name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"name_kana":{"description":"The Kana variation of the company's legal name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"name_kanji":{"description":"The Kanji variation of the company's legal name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"owners_provided":{"description":"Whether the company's owners have been provided. This Boolean will be `true` if you've manually indicated that all owners are provided via [the `owners_provided` parameter](https://docs.stripe.com/api/accounts/update#update_account-company-owners_provided), or if Stripe determined that sufficient owners were provided. Stripe determines ownership requirements using both the number of owners provided and their total percent ownership (calculated by adding the `percent_ownership` of each owner together).","type":"boolean"},"ownership_declaration":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_ubo_declaration"}],"description":"This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.","nullable":true},"ownership_exemption_reason":{"description":"This value is used to determine if a business is exempt from providing ultimate beneficial owners. See [this support article](https://support.stripe.com/questions/exemption-from-providing-ownership-details) and [changelog](https://docs.stripe.com/changelog/acacia/2025-01-27/ownership-exemption-reason-accounts-api) for more details.","enum":["qualified_entity_exceeds_ownership_threshold","qualifies_as_financial_institution"],"type":"string"},"phone":{"description":"The company's phone number (used for verification).","maxLength":5000,"nullable":true,"type":"string"},"registration_date":{"$ref":"#/components/schemas/legal_entity_registration_date"},"representative_declaration":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_representative_declaration"}],"description":"This hash is used to attest that the representative is authorized to act as the representative of their legal entity.","nullable":true},"structure":{"description":"The category identifying the legal structure of the company or legal entity. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`. See [Business structure](https://docs.stripe.com/connect/identity-verification#business-structure) for more details.","enum":["free_zone_establishment","free_zone_llc","government_instrumentality","governmental_unit","incorporated_non_profit","incorporated_partnership","limited_liability_partnership","llc","multi_member_llc","private_company","private_corporation","private_partnership","public_company","public_corporation","public_partnership","registered_charity","single_member_llc","sole_establishment","sole_proprietorship","tax_exempt_government_instrumentality","unincorporated_association","unincorporated_non_profit","unincorporated_partnership"],"type":"string","x-stripeBypassValidation":true},"tax_id_provided":{"description":"Whether the company's business ID number was provided.","type":"boolean"},"tax_id_registrar":{"description":"The jurisdiction in which the `tax_id` is registered (Germany-based companies only).","maxLength":5000,"type":"string"},"vat_id_provided":{"description":"Whether the company's business VAT number was provided.","type":"boolean"},"verification":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_company_verification"}],"description":"Information on the verification state of the company.","nullable":true}},"title":"LegalEntityCompany","type":"object","x-expandableFields":["address","address_kana","address_kanji","directorship_declaration","ownership_declaration","registration_date","representative_declaration","verification"]},"legal_entity_company_verification":{"description":"","properties":{"document":{"$ref":"#/components/schemas/legal_entity_company_verification_document"}},"required":["document"],"title":"LegalEntityCompanyVerification","type":"object","x-expandableFields":["document"]},"legal_entity_company_verification_document":{"description":"","properties":{"back":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The back of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `additional_verification`. Note that `additional_verification` files are [not downloadable](/file-upload#uploading-a-file).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"details":{"description":"A user-displayable string describing the verification state of this document.","maxLength":5000,"nullable":true,"type":"string"},"details_code":{"description":"One of `document_corrupt`, `document_expired`, `document_failed_copy`, `document_failed_greyscale`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_not_readable`, `document_not_uploaded`, `document_type_not_supported`, or `document_too_large`. A machine-readable code specifying the verification state for this document.","maxLength":5000,"nullable":true,"type":"string"},"front":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The front of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `additional_verification`. Note that `additional_verification` files are [not downloadable](/file-upload#uploading-a-file).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}}},"title":"LegalEntityCompanyVerificationDocument","type":"object","x-expandableFields":["back","front"]},"legal_entity_directorship_declaration":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the directorship declaration attestation was made.","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the directorship declaration attestation was made.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user-agent string from the browser where the directorship declaration attestation was made.","maxLength":5000,"nullable":true,"type":"string"}},"title":"LegalEntityDirectorshipDeclaration","type":"object","x-expandableFields":[]},"legal_entity_dob":{"description":"","properties":{"day":{"description":"The day of birth, between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"The month of birth, between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year of birth.","nullable":true,"type":"integer"}},"title":"LegalEntityDOB","type":"object","x-expandableFields":[]},"legal_entity_japan_address":{"description":"","properties":{"city":{"description":"City/Ward.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"line1":{"description":"Block/Building number.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Building details.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"Prefecture.","maxLength":5000,"nullable":true,"type":"string"},"town":{"description":"Town/cho-me.","maxLength":5000,"nullable":true,"type":"string"}},"title":"LegalEntityJapanAddress","type":"object","x-expandableFields":[]},"legal_entity_person_verification":{"description":"","properties":{"additional_document":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_person_verification_document"}],"description":"A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.","nullable":true},"details":{"description":"A user-displayable string describing the verification state for the person. For example, this may say \"Provided identity information could not be verified\".","maxLength":5000,"nullable":true,"type":"string"},"details_code":{"description":"One of `document_address_mismatch`, `document_dob_mismatch`, `document_duplicate_type`, `document_id_number_mismatch`, `document_name_mismatch`, `document_nationality_mismatch`, `failed_keyed_identity`, or `failed_other`. A machine-readable code specifying the verification state for the person.","maxLength":5000,"nullable":true,"type":"string"},"document":{"$ref":"#/components/schemas/legal_entity_person_verification_document"},"status":{"description":"The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://docs.stripe.com/connect/handling-api-verification) to handle verification updates.","maxLength":5000,"type":"string"}},"required":["status"],"title":"LegalEntityPersonVerification","type":"object","x-expandableFields":["additional_document","document"]},"legal_entity_person_verification_document":{"description":"","properties":{"back":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"details":{"description":"A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say \"Identity document is too unclear to read\".","maxLength":5000,"nullable":true,"type":"string"},"details_code":{"description":"One of `document_corrupt`, `document_country_not_supported`, `document_expired`, `document_failed_copy`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_failed_greyscale`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_missing_back`, `document_missing_front`, `document_not_readable`, `document_not_uploaded`, `document_photo_mismatch`, `document_too_large`, or `document_type_not_supported`. A machine-readable code specifying the verification state for this document.","maxLength":5000,"nullable":true,"type":"string"},"front":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}}},"title":"LegalEntityPersonVerificationDocument","type":"object","x-expandableFields":["back","front"]},"legal_entity_registration_date":{"description":"","properties":{"day":{"description":"The day of registration, between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"The month of registration, between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year of registration.","nullable":true,"type":"integer"}},"title":"LegalEntityRegistrationDate","type":"object","x-expandableFields":[]},"legal_entity_representative_declaration":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the representative declaration attestation was made.","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the representative declaration attestation was made.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user-agent string from the browser where the representative declaration attestation was made.","maxLength":5000,"nullable":true,"type":"string"}},"title":"LegalEntityRepresentativeDeclaration","type":"object","x-expandableFields":[]},"legal_entity_ubo_declaration":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the beneficial owner attestation was made.","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the beneficial owner attestation was made.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user-agent string from the browser where the beneficial owner attestation was made.","maxLength":5000,"nullable":true,"type":"string"}},"title":"LegalEntityUBODeclaration","type":"object","x-expandableFields":[]},"line_item":{"description":"Invoice Line Items represent the individual lines within an [invoice](https://docs.stripe.com/api/invoices) and only exist within the context of an invoice.\n\nEach line item is backed by either an [invoice item](https://docs.stripe.com/api/invoiceitems) or a [subscription item](https://docs.stripe.com/api/subscription_items).","properties":{"amount":{"description":"The amount, in cents (or local equivalent).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"discount_amounts":{"description":"The amount of discount calculated per discount for this line item.","items":{"$ref":"#/components/schemas/discounts_resource_discount_amount"},"nullable":true,"type":"array"},"discountable":{"description":"If true, discounts will apply to this line item. Always false for prorations.","type":"boolean"},"discounts":{"description":"The discounts applied to the invoice line item. Line item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"}]}},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"description":"The ID of the invoice that contains this line item.","maxLength":5000,"nullable":true,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Note that for line items with `type=subscription`, `metadata` reflects the current metadata from the subscription associated with the line item, unless the invoice line was directly updated with different metadata after creation.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["line_item"],"type":"string"},"parent":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_lines_parents_invoice_line_item_parent"}],"description":"The parent that generated this line item.","nullable":true},"period":{"$ref":"#/components/schemas/invoice_line_item_period"},"pretax_credit_amounts":{"description":"Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this line item.","items":{"$ref":"#/components/schemas/invoices_resource_pretax_credit_amount"},"nullable":true,"type":"array"},"pricing":{"anyOf":[{"$ref":"#/components/schemas/billing_bill_resource_invoicing_pricing_pricing"}],"description":"The pricing information of the line item.","nullable":true},"quantity":{"description":"The quantity of the subscription, if the line item is a subscription or a proration.","nullable":true,"type":"integer"},"subscription":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription"}],"nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription"}]}},"subtotal":{"description":"The subtotal of the line item, in cents (or local equivalent), before any discounts or taxes.","type":"integer"},"taxes":{"description":"The tax information of the line item.","items":{"$ref":"#/components/schemas/billing_bill_resource_invoicing_taxes_tax"},"nullable":true,"type":"array"}},"required":["amount","currency","discountable","discounts","id","livemode","metadata","object","period","subtotal"],"title":"InvoiceLineItem","type":"object","x-expandableFields":["discount_amounts","discounts","parent","period","pretax_credit_amounts","pricing","subscription","taxes"],"x-resourceId":"line_item"},"line_items_discount_amount":{"description":"","properties":{"amount":{"description":"The amount discounted.","type":"integer"},"discount":{"$ref":"#/components/schemas/discount"}},"required":["amount","discount"],"title":"LineItemsDiscountAmount","type":"object","x-expandableFields":["discount"]},"line_items_tax_amount":{"description":"","properties":{"amount":{"description":"Amount of tax applied for this rate.","type":"integer"},"rate":{"$ref":"#/components/schemas/tax_rate"},"taxability_reason":{"description":"The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.","enum":["customer_exempt","not_collecting","not_subject_to_tax","not_supported","portion_product_exempt","portion_reduced_rated","portion_standard_rated","product_exempt","product_exempt_holiday","proportionally_rated","reduced_rated","reverse_charge","standard_rated","taxable_basis_reduced","zero_rated"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"taxable_amount":{"description":"The amount on which tax is calculated, in cents (or local equivalent).","nullable":true,"type":"integer"}},"required":["amount","rate"],"title":"LineItemsTaxAmount","type":"object","x-expandableFields":["rate"]},"linked_account_options_common":{"description":"","properties":{"filters":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_financial_connections_common_linked_account_options_filters"},"permissions":{"description":"The list of permissions to request. The `payment_method` permission must be included.","items":{"enum":["balances","ownership","payment_method","transactions"],"type":"string"},"type":"array"},"prefetch":{"description":"Data features requested to be retrieved upon account creation.","items":{"enum":["balances","ownership","transactions"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"return_url":{"description":"For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.","maxLength":5000,"type":"string"}},"title":"linked_account_options_common","type":"object","x-expandableFields":["filters"]},"login_link":{"description":"Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard.\nA Login Link differs from an [Account Link](https://docs.stripe.com/api/account_links) in that it takes the user directly to their [Express dashboard for the specified account](https://docs.stripe.com/connect/integrate-express-dashboard#create-login-link)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["login_link"],"type":"string"},"url":{"description":"The URL for the login link.","maxLength":5000,"type":"string"}},"required":["created","object","url"],"title":"LoginLink","type":"object","x-expandableFields":[],"x-resourceId":"login_link"},"mandate":{"description":"A Mandate is a record of the permission that your customer gives you to debit their payment method.","properties":{"customer_acceptance":{"$ref":"#/components/schemas/customer_acceptance"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"multi_use":{"$ref":"#/components/schemas/mandate_multi_use"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["mandate"],"type":"string"},"on_behalf_of":{"description":"The account (if any) that the mandate is intended for.","maxLength":5000,"type":"string"},"payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the payment method associated with this mandate.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"payment_method_details":{"$ref":"#/components/schemas/mandate_payment_method_details"},"single_use":{"$ref":"#/components/schemas/mandate_single_use"},"status":{"description":"The mandate status indicates whether or not you can use it to initiate a payment.","enum":["active","inactive","pending"],"type":"string"},"type":{"description":"The type of the mandate.","enum":["multi_use","single_use"],"type":"string"}},"required":["customer_acceptance","id","livemode","object","payment_method","payment_method_details","status","type"],"title":"Mandate","type":"object","x-expandableFields":["customer_acceptance","multi_use","payment_method","payment_method_details","single_use"],"x-resourceId":"mandate"},"mandate_acss_debit":{"description":"","properties":{"default_for":{"description":"List of Stripe products where this mandate can be selected automatically.","items":{"enum":["invoice","subscription"],"type":"string"},"type":"array"},"interval_description":{"description":"Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"Payment schedule for the mandate.","enum":["combined","interval","sporadic"],"type":"string"},"transaction_type":{"description":"Transaction type of the mandate.","enum":["business","personal"],"type":"string"}},"required":["payment_schedule","transaction_type"],"title":"mandate_acss_debit","type":"object","x-expandableFields":[]},"mandate_amazon_pay":{"description":"","title":"mandate_amazon_pay","type":"object","x-expandableFields":[]},"mandate_au_becs_debit":{"description":"","properties":{"url":{"description":"The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.","maxLength":5000,"type":"string"}},"required":["url"],"title":"mandate_au_becs_debit","type":"object","x-expandableFields":[]},"mandate_bacs_debit":{"description":"","properties":{"network_status":{"description":"The status of the mandate on the Bacs network. Can be one of `pending`, `revoked`, `refused`, or `accepted`.","enum":["accepted","pending","refused","revoked"],"type":"string"},"reference":{"description":"The unique reference identifying the mandate on the Bacs network.","maxLength":5000,"type":"string"},"revocation_reason":{"description":"When the mandate is revoked on the Bacs network this field displays the reason for the revocation.","enum":["account_closed","bank_account_restricted","bank_ownership_changed","could_not_process","debit_not_authorized"],"nullable":true,"type":"string"},"url":{"description":"The URL that will contain the mandate that the customer has signed.","maxLength":5000,"type":"string"}},"required":["network_status","reference","url"],"title":"mandate_bacs_debit","type":"object","x-expandableFields":[]},"mandate_cashapp":{"description":"","title":"mandate_cashapp","type":"object","x-expandableFields":[]},"mandate_kakao_pay":{"description":"","title":"mandate_kakao_pay","type":"object","x-expandableFields":[]},"mandate_klarna":{"description":"","title":"mandate_klarna","type":"object","x-expandableFields":[]},"mandate_kr_card":{"description":"","title":"mandate_kr_card","type":"object","x-expandableFields":[]},"mandate_link":{"description":"","title":"mandate_link","type":"object","x-expandableFields":[]},"mandate_multi_use":{"description":"","title":"mandate_multi_use","type":"object","x-expandableFields":[]},"mandate_naver_pay":{"description":"","title":"mandate_naver_pay","type":"object","x-expandableFields":[]},"mandate_nz_bank_account":{"description":"","title":"mandate_nz_bank_account","type":"object","x-expandableFields":[]},"mandate_options_payto":{"description":"","properties":{"amount":{"description":"Amount that will be collected. It is required when `amount_type` is `fixed`.","nullable":true,"type":"integer"},"amount_type":{"description":"The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively. Defaults to `maximum`.","enum":["fixed","maximum"],"nullable":true,"type":"string"},"end_date":{"description":"Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"The periodicity at which payments will be collected. Defaults to `adhoc`.","enum":["adhoc","annual","daily","fortnightly","monthly","quarterly","semi_annual","weekly"],"nullable":true,"type":"string"},"payments_per_period":{"description":"The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.","nullable":true,"type":"integer"},"purpose":{"description":"The purpose for which payments are made. Has a default value based on your merchant category code.","enum":["dependant_support","government","loan","mortgage","other","pension","personal","retail","salary","tax","utility"],"nullable":true,"type":"string"},"start_date":{"description":"Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.","maxLength":5000,"nullable":true,"type":"string"}},"title":"mandate_options_payto","type":"object","x-expandableFields":[]},"mandate_payment_method_details":{"description":"","properties":{"acss_debit":{"$ref":"#/components/schemas/mandate_acss_debit"},"amazon_pay":{"$ref":"#/components/schemas/mandate_amazon_pay"},"au_becs_debit":{"$ref":"#/components/schemas/mandate_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/mandate_bacs_debit"},"card":{"$ref":"#/components/schemas/card_mandate_payment_method_details"},"cashapp":{"$ref":"#/components/schemas/mandate_cashapp"},"kakao_pay":{"$ref":"#/components/schemas/mandate_kakao_pay"},"klarna":{"$ref":"#/components/schemas/mandate_klarna"},"kr_card":{"$ref":"#/components/schemas/mandate_kr_card"},"link":{"$ref":"#/components/schemas/mandate_link"},"naver_pay":{"$ref":"#/components/schemas/mandate_naver_pay"},"nz_bank_account":{"$ref":"#/components/schemas/mandate_nz_bank_account"},"paypal":{"$ref":"#/components/schemas/mandate_paypal"},"payto":{"$ref":"#/components/schemas/mandate_payto"},"revolut_pay":{"$ref":"#/components/schemas/mandate_revolut_pay"},"sepa_debit":{"$ref":"#/components/schemas/mandate_sepa_debit"},"type":{"description":"This mandate corresponds with a specific payment method type. The `payment_method_details` includes an additional hash with the same name and contains mandate information that's specific to that payment method.","maxLength":5000,"type":"string"},"us_bank_account":{"$ref":"#/components/schemas/mandate_us_bank_account"}},"required":["type"],"title":"mandate_payment_method_details","type":"object","x-expandableFields":["acss_debit","amazon_pay","au_becs_debit","bacs_debit","card","cashapp","kakao_pay","klarna","kr_card","link","naver_pay","nz_bank_account","paypal","payto","revolut_pay","sepa_debit","us_bank_account"]},"mandate_paypal":{"description":"","properties":{"billing_agreement_id":{"description":"The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.","maxLength":5000,"nullable":true,"type":"string"},"payer_id":{"description":"PayPal account PayerID. This identifier uniquely identifies the PayPal customer.","maxLength":5000,"nullable":true,"type":"string"}},"title":"mandate_paypal","type":"object","x-expandableFields":[]},"mandate_payto":{"description":"","properties":{"amount":{"description":"Amount that will be collected. It is required when `amount_type` is `fixed`.","nullable":true,"type":"integer"},"amount_type":{"description":"The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively. Defaults to `maximum`.","enum":["fixed","maximum"],"type":"string"},"end_date":{"description":"Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"The periodicity at which payments will be collected. Defaults to `adhoc`.","enum":["adhoc","annual","daily","fortnightly","monthly","quarterly","semi_annual","weekly"],"type":"string"},"payments_per_period":{"description":"The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.","nullable":true,"type":"integer"},"purpose":{"description":"The purpose for which payments are made. Has a default value based on your merchant category code.","enum":["dependant_support","government","loan","mortgage","other","pension","personal","retail","salary","tax","utility"],"nullable":true,"type":"string"},"start_date":{"description":"Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.","maxLength":5000,"nullable":true,"type":"string"}},"required":["amount_type","payment_schedule"],"title":"mandate_payto","type":"object","x-expandableFields":[]},"mandate_revolut_pay":{"description":"","title":"mandate_revolut_pay","type":"object","x-expandableFields":[]},"mandate_sepa_debit":{"description":"","properties":{"reference":{"description":"The unique reference of the mandate.","maxLength":5000,"type":"string"},"url":{"description":"The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.","maxLength":5000,"type":"string"}},"required":["reference","url"],"title":"mandate_sepa_debit","type":"object","x-expandableFields":[]},"mandate_single_use":{"description":"","properties":{"amount":{"description":"The amount of the payment on a single use mandate.","type":"integer"},"currency":{"description":"The currency of the payment on a single use mandate.","format":"currency","type":"string"}},"required":["amount","currency"],"title":"mandate_single_use","type":"object","x-expandableFields":[]},"mandate_us_bank_account":{"description":"","properties":{"collection_method":{"description":"Mandate collection method","enum":["paper"],"type":"string","x-stripeBypassValidation":true}},"title":"mandate_us_bank_account","type":"object","x-expandableFields":[]},"networks":{"description":"","properties":{"available":{"description":"All networks available for selection via [payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).","items":{"maxLength":5000,"type":"string"},"type":"array"},"preferred":{"description":"The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.","maxLength":5000,"nullable":true,"type":"string"}},"required":["available"],"title":"networks","type":"object","x-expandableFields":[]},"notification_event_data":{"description":"","properties":{"object":{"description":"Object containing the API resource relevant to the event. For example, an `invoice.created` event will have a full [invoice object](https://api.stripe.com#invoice_object) as the value of the object key.","type":"object"},"previous_attributes":{"description":"Object containing the names of the updated attributes and their values prior to the event (only included in events of type `*.updated`). If an array attribute has any updated elements, this object contains the entire array. In Stripe API versions 2017-04-06 or earlier, an updated array attribute in this object includes only the updated array elements.","type":"object"}},"required":["object"],"title":"NotificationEventData","type":"object","x-expandableFields":[]},"notification_event_request":{"description":"","properties":{"id":{"description":"ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.","maxLength":5000,"nullable":true,"type":"string"},"idempotency_key":{"description":"The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.","maxLength":5000,"nullable":true,"type":"string"}},"title":"NotificationEventRequest","type":"object","x-expandableFields":[]},"offline_acceptance":{"description":"","title":"offline_acceptance","type":"object","x-expandableFields":[]},"online_acceptance":{"description":"","properties":{"ip_address":{"description":"The customer accepts the mandate from this IP address.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The customer accepts the mandate using the user agent of the browser.","maxLength":5000,"nullable":true,"type":"string"}},"title":"online_acceptance","type":"object","x-expandableFields":[]},"outbound_payments_payment_method_details":{"description":"","properties":{"billing_details":{"$ref":"#/components/schemas/treasury_shared_resource_billing_details"},"financial_account":{"$ref":"#/components/schemas/outbound_payments_payment_method_details_financial_account"},"type":{"description":"The type of the payment method used in the OutboundPayment.","enum":["financial_account","us_bank_account"],"type":"string","x-stripeBypassValidation":true},"us_bank_account":{"$ref":"#/components/schemas/outbound_payments_payment_method_details_us_bank_account"}},"required":["billing_details","type"],"title":"OutboundPaymentsPaymentMethodDetails","type":"object","x-expandableFields":["billing_details","financial_account","us_bank_account"]},"outbound_payments_payment_method_details_financial_account":{"description":"","properties":{"id":{"description":"Token of the FinancialAccount.","maxLength":5000,"type":"string"},"network":{"description":"The rails used to send funds.","enum":["stripe"],"type":"string"}},"required":["id","network"],"title":"outbound_payments_payment_method_details_financial_account","type":"object","x-expandableFields":[]},"outbound_payments_payment_method_details_us_bank_account":{"description":"","properties":{"account_holder_type":{"description":"Account holder type: individual or company.","enum":["company","individual"],"nullable":true,"type":"string"},"account_type":{"description":"Account type: checkings or savings. Defaults to checking if omitted.","enum":["checking","savings"],"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the mandate used to make this payment.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"network":{"description":"The network rails used. See the [docs](https://docs.stripe.com/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.","enum":["ach","us_domestic_wire"],"type":"string"},"routing_number":{"description":"Routing number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"required":["network"],"title":"outbound_payments_payment_method_details_us_bank_account","type":"object","x-expandableFields":["mandate"]},"outbound_transfers_payment_method_details":{"description":"","properties":{"billing_details":{"$ref":"#/components/schemas/treasury_shared_resource_billing_details"},"financial_account":{"$ref":"#/components/schemas/outbound_transfers_payment_method_details_financial_account"},"type":{"description":"The type of the payment method used in the OutboundTransfer.","enum":["financial_account","us_bank_account"],"type":"string"},"us_bank_account":{"$ref":"#/components/schemas/outbound_transfers_payment_method_details_us_bank_account"}},"required":["billing_details","type"],"title":"OutboundTransfersPaymentMethodDetails","type":"object","x-expandableFields":["billing_details","financial_account","us_bank_account"]},"outbound_transfers_payment_method_details_financial_account":{"description":"","properties":{"id":{"description":"Token of the FinancialAccount.","maxLength":5000,"type":"string"},"network":{"description":"The rails used to send funds.","enum":["stripe"],"type":"string"}},"required":["id","network"],"title":"outbound_transfers_payment_method_details_financial_account","type":"object","x-expandableFields":[]},"outbound_transfers_payment_method_details_us_bank_account":{"description":"","properties":{"account_holder_type":{"description":"Account holder type: individual or company.","enum":["company","individual"],"nullable":true,"type":"string"},"account_type":{"description":"Account type: checkings or savings. Defaults to checking if omitted.","enum":["checking","savings"],"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the mandate used to make this payment.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"network":{"description":"The network rails used. See the [docs](https://docs.stripe.com/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.","enum":["ach","us_domestic_wire"],"type":"string"},"routing_number":{"description":"Routing number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"required":["network"],"title":"outbound_transfers_payment_method_details_us_bank_account","type":"object","x-expandableFields":["mandate"]},"package_dimensions":{"description":"","properties":{"height":{"description":"Height, in inches.","type":"number"},"length":{"description":"Length, in inches.","type":"number"},"weight":{"description":"Weight, in ounces.","type":"number"},"width":{"description":"Width, in inches.","type":"number"}},"required":["height","length","weight","width"],"title":"PackageDimensions","type":"object","x-expandableFields":[]},"payment_attempt_record":{"description":"A Payment Attempt Record represents an individual attempt at making a payment, on or off Stripe.\nEach payment attempt tries to collect a fixed amount of money from a fixed customer and payment\nmethod. Payment Attempt Records are attached to Payment Records. Only one attempt per Payment Record\ncan have guaranteed funds.","properties":{"amount":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_authorized":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_canceled":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_failed":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_guaranteed":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_refunded":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_requested":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"application":{"description":"ID of the Connect application that created the PaymentAttemptRecord.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_customer_details"}],"description":"Customer information for this payment.","nullable":true},"customer_presence":{"description":"Indicates whether the customer was present in your checkout flow during this payment.","enum":["off_session","on_session"],"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_attempt_record"],"type":"string"},"payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_details"}],"description":"Information about the Payment Method debited for this payment.","nullable":true},"payment_record":{"description":"ID of the Payment Record this Payment Attempt Record belongs to.","maxLength":5000,"nullable":true,"type":"string"},"processor_details":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_processor_details"},"reported_by":{"description":"Indicates who reported the payment.","enum":["self","stripe"],"type":"string"},"shipping_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_shipping_details"}],"description":"Shipping information for this payment.","nullable":true}},"required":["amount","amount_authorized","amount_canceled","amount_failed","amount_guaranteed","amount_refunded","amount_requested","created","id","livemode","metadata","object","processor_details","reported_by"],"title":"PaymentAttemptRecord","type":"object","x-expandableFields":["amount","amount_authorized","amount_canceled","amount_failed","amount_guaranteed","amount_refunded","amount_requested","customer_details","payment_method_details","processor_details","shipping_details"],"x-resourceId":"payment_attempt_record"},"payment_flows_amount_details":{"description":"","properties":{"discount_amount":{"description":"The total discount applied on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). An integer greater than 0.\n\nThis field is mutually exclusive with the `amount_details[line_items][#][discount_amount]` field.","type":"integer"},"error":{"$ref":"#/components/schemas/payment_flows_amount_details_resource_error"},"line_items":{"description":"A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 200 line items.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/payment_intent_amount_details_line_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"PaymentFlowsAmountDetailsResourceLineItemsList","type":"object","x-expandableFields":["data"]},"shipping":{"$ref":"#/components/schemas/payment_flows_amount_details_resource_shipping"},"tax":{"$ref":"#/components/schemas/payment_flows_amount_details_resource_tax"},"tip":{"$ref":"#/components/schemas/payment_flows_amount_details_client_resource_tip"}},"title":"PaymentFlowsAmountDetails","type":"object","x-expandableFields":["error","line_items","shipping","tax","tip"]},"payment_flows_amount_details_client":{"description":"","properties":{"tip":{"$ref":"#/components/schemas/payment_flows_amount_details_client_resource_tip"}},"title":"PaymentFlowsAmountDetailsClient","type":"object","x-expandableFields":["tip"]},"payment_flows_amount_details_client_resource_tip":{"description":"","properties":{"amount":{"description":"Portion of the amount that corresponds to a tip.","type":"integer"}},"title":"PaymentFlowsAmountDetailsClientResourceTip","type":"object","x-expandableFields":[]},"payment_flows_amount_details_resource_error":{"description":"","properties":{"code":{"description":"The code of the error that occurred when validating the current amount details.","enum":["amount_details_amount_mismatch","amount_details_tax_shipping_discount_greater_than_amount"],"nullable":true,"type":"string"},"message":{"description":"A message providing more details about the error.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsAmountDetailsResourceError","type":"object","x-expandableFields":[]},"payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_payment_method_options":{"description":"","properties":{"card":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_payment_intent_amount_details_line_item_payment_method_options"},"card_present":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_present_amount_details_line_item_payment_method_options"},"klarna":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_klarna_payment_intent_amount_details_line_item_payment_method_options"},"paypal":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_paypal_amount_details_line_item_payment_method_options"}},"title":"PaymentFlowsAmountDetailsResourceLineItemsListResourceLineItemResourcePaymentMethodOptions","type":"object","x-expandableFields":["card","card_present","klarna","paypal"]},"payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_tax":{"description":"","properties":{"total_tax_amount":{"description":"The total amount of tax on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Required for L2 rates. An integer greater than or equal to 0.\n\nThis field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.","type":"integer"}},"required":["total_tax_amount"],"title":"PaymentFlowsAmountDetailsResourceLineItemsListResourceLineItemResourceTax","type":"object","x-expandableFields":[]},"payment_flows_amount_details_resource_shipping":{"description":"","properties":{"amount":{"description":"If a physical good is being shipped, the cost of shipping represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). An integer greater than or equal to 0.","nullable":true,"type":"integer"},"from_postal_code":{"description":"If a physical good is being shipped, the postal code of where it is being shipped from. At most 10 alphanumeric characters long, hyphens are allowed.","maxLength":5000,"nullable":true,"type":"string"},"to_postal_code":{"description":"If a physical good is being shipped, the postal code of where it is being shipped to. At most 10 alphanumeric characters long, hyphens are allowed.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsAmountDetailsResourceShipping","type":"object","x-expandableFields":[]},"payment_flows_amount_details_resource_tax":{"description":"","properties":{"total_tax_amount":{"description":"The total amount of tax on the transaction represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Required for L2 rates. An integer greater than or equal to 0.\n\nThis field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.","nullable":true,"type":"integer"}},"title":"PaymentFlowsAmountDetailsResourceTax","type":"object","x-expandableFields":[]},"payment_flows_automatic_payment_methods_payment_intent":{"description":"","properties":{"allow_redirects":{"description":"Controls whether this PaymentIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://docs.stripe.com/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.","enum":["always","never"],"type":"string"},"enabled":{"description":"Automatically calculates compatible payment methods","type":"boolean"}},"required":["enabled"],"title":"PaymentFlowsAutomaticPaymentMethodsPaymentIntent","type":"object","x-expandableFields":[]},"payment_flows_automatic_payment_methods_setup_intent":{"description":"","properties":{"allow_redirects":{"description":"Controls whether this SetupIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://docs.stripe.com/api/setup_intents/confirm) this SetupIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the setup.","enum":["always","never"],"type":"string"},"enabled":{"description":"Automatically calculates compatible payment methods","nullable":true,"type":"boolean"}},"title":"PaymentFlowsAutomaticPaymentMethodsSetupIntent","type":"object","x-expandableFields":[]},"payment_flows_installment_options":{"description":"","properties":{"enabled":{"type":"boolean"},"plan":{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"}},"required":["enabled"],"title":"PaymentFlowsInstallmentOptions","type":"object","x-expandableFields":["plan"]},"payment_flows_payment_details":{"description":"","properties":{"customer_reference":{"description":"A unique value to identify the customer. This field is available only for card payments.\n\nThis field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks.","maxLength":5000,"nullable":true,"type":"string"},"order_reference":{"description":"A unique value assigned by the business to identify the transaction. Required for L2 and L3 rates.\n\nRequired when the Payment Method Types array contains `card`, including when [automatic_payment_methods.enabled](/api/payment_intents/create#create_payment_intent-automatic_payment_methods-enabled) is set to `true`.\n\nFor Cards, this field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks. For Klarna, this field is truncated to 255 characters and is visible to customers when they view the order in the Klarna app.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsPaymentDetails","type":"object","x-expandableFields":[]},"payment_flows_payment_intent_async_workflows":{"description":"","properties":{"inputs":{"$ref":"#/components/schemas/payment_flows_payment_intent_async_workflows_resource_inputs"}},"title":"PaymentFlowsPaymentIntentAsyncWorkflows","type":"object","x-expandableFields":["inputs"]},"payment_flows_payment_intent_async_workflows_resource_inputs":{"description":"","properties":{"tax":{"$ref":"#/components/schemas/payment_flows_payment_intent_async_workflows_resource_inputs_resource_tax"}},"title":"PaymentFlowsPaymentIntentAsyncWorkflowsResourceInputs","type":"object","x-expandableFields":["tax"]},"payment_flows_payment_intent_async_workflows_resource_inputs_resource_tax":{"description":"","properties":{"calculation":{"description":"The [TaxCalculation](https://docs.stripe.com/api/tax/calculations) id","maxLength":5000,"type":"string"}},"required":["calculation"],"title":"PaymentFlowsPaymentIntentAsyncWorkflowsResourceInputsResourceTax","type":"object","x-expandableFields":[]},"payment_flows_payment_intent_presentment_details":{"description":"","properties":{"presentment_amount":{"description":"Amount intended to be collected by this payment, denominated in `presentment_currency`.","type":"integer"},"presentment_currency":{"description":"Currency presented to the customer during payment.","maxLength":5000,"type":"string"}},"required":["presentment_amount","presentment_currency"],"title":"PaymentFlowsPaymentIntentPresentmentDetails","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_alipay":{"description":"","title":"PaymentFlowsPrivatePaymentMethodsAlipay","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_alipay_details":{"description":"","properties":{"buyer_id":{"description":"Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"Transaction ID of this particular Alipay transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsAlipayDetails","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_extended_authorization_extended_authorization":{"description":"","properties":{"status":{"description":"Indicates whether or not the capture window is extended beyond the standard authorization.","enum":["disabled","enabled"],"type":"string"}},"required":["status"],"title":"PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_incremental_authorization_incremental_authorization":{"description":"","properties":{"status":{"description":"Indicates whether or not the incremental authorization feature is supported.","enum":["available","unavailable"],"type":"string"}},"required":["status"],"title":"PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture":{"description":"","properties":{"maximum_amount_capturable":{"description":"The maximum amount that can be captured.","type":"integer"},"status":{"description":"Indicates whether or not the authorized amount can be over-captured.","enum":["available","unavailable"],"type":"string"}},"required":["maximum_amount_capturable","status"],"title":"PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesOvercaptureOvercapture","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_details_api_resource_multicapture":{"description":"","properties":{"status":{"description":"Indicates whether or not multiple captures are supported.","enum":["available","unavailable"],"type":"string"}},"required":["status"],"title":"PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceMulticapture","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_payment_intent_amount_details_line_item_payment_method_options":{"description":"","properties":{"commodity_code":{"maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsCardPaymentIntentAmountDetailsLineItemPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_present_amount_details_line_item_payment_method_options":{"description":"","properties":{"commodity_code":{"maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsCardPresentAmountDetailsLineItemPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_card_present_common_wallet":{"description":"","properties":{"type":{"description":"The type of mobile wallet, one of `apple_pay`, `google_pay`, `samsung_pay`, or `unknown`.","enum":["apple_pay","google_pay","samsung_pay","unknown"],"type":"string"}},"required":["type"],"title":"PaymentFlowsPrivatePaymentMethodsCardPresentCommonWallet","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_financial_connections_common_linked_account_options_filters":{"description":"","properties":{"account_subcategories":{"description":"The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.","items":{"enum":["checking","savings"],"type":"string"},"type":"array"}},"title":"PaymentFlowsPrivatePaymentMethodsFinancialConnectionsCommonLinkedAccountOptionsFilters","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_kakao_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsKakaoPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_klarna_dob":{"description":"","properties":{"day":{"description":"The day of birth, between 1 and 31.","nullable":true,"type":"integer"},"month":{"description":"The month of birth, between 1 and 12.","nullable":true,"type":"integer"},"year":{"description":"The four-digit year of birth.","nullable":true,"type":"integer"}},"title":"PaymentFlowsPrivatePaymentMethodsKlarnaDOB","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_klarna_payment_intent_amount_details_line_item_payment_method_options":{"description":"","properties":{"image_url":{"maxLength":2048,"nullable":true,"type":"string"},"product_url":{"maxLength":2048,"nullable":true,"type":"string"},"reference":{"maxLength":255,"nullable":true,"type":"string"},"subscription_reference":{"maxLength":2048,"nullable":true,"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_naver_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsNaverPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_payco_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsPaycoPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_paypal_amount_details_line_item_payment_method_options":{"description":"","properties":{"category":{"description":"Type of the line item.","enum":["digital_goods","donation","physical_goods"],"type":"string"},"description":{"description":"Description of the line item.","maxLength":5000,"type":"string"},"sold_by":{"description":"The Stripe account ID of the connected account that sells the item. This is only needed when using [Separate Charges and Transfers](https://docs.stripe.com/connect/separate-charges-and-transfers).","maxLength":5000,"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsPaypalAmountDetailsLineItemPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_flows_private_payment_methods_samsung_pay_payment_method_options":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsSamsungPayPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_intent":{"description":"A PaymentIntent guides you through the process of collecting a payment from your customer.\nWe recommend that you create exactly one PaymentIntent for each order or\ncustomer session in your system. You can reference the PaymentIntent later to\nsee the history of payment attempts for a particular session.\n\nA PaymentIntent transitions through\n[multiple statuses](/payments/paymentintents/lifecycle)\nthroughout its lifetime as it interfaces with Stripe.js to perform\nauthentication flows and ultimately creates at most one successful charge.\n\nRelated guide: [Payment Intents API](https://docs.stripe.com/payments/payment-intents)","properties":{"amount":{"description":"Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).","type":"integer"},"amount_capturable":{"description":"Amount that can be captured from this PaymentIntent.","type":"integer"},"amount_details":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_amount_details"},{"$ref":"#/components/schemas/payment_flows_amount_details_client"}]},"amount_received":{"description":"Amount that this PaymentIntent collects.","type":"integer"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"}],"description":"ID of the Connect application that created the PaymentIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"}]}},"application_fee_amount":{"description":"The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://docs.stripe.com/payments/connected-accounts).","nullable":true,"type":"integer"},"automatic_payment_methods":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_automatic_payment_methods_payment_intent"}],"description":"Settings to configure compatible payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods)","nullable":true},"canceled_at":{"description":"Populated when `status` is `canceled`, this is the time at which the PaymentIntent was canceled. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"cancellation_reason":{"description":"Reason for cancellation of this PaymentIntent, either user-provided (`duplicate`, `fraudulent`, `requested_by_customer`, or `abandoned`) or generated by Stripe internally (`failed_invoice`, `void_invoice`, `automatic`, or `expired`).","enum":["abandoned","automatic","duplicate","expired","failed_invoice","fraudulent","requested_by_customer","void_invoice"],"nullable":true,"type":"string"},"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["automatic","automatic_async","manual"],"type":"string"},"client_secret":{"description":"The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key. \n\nThe client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.\n\nRefer to our docs to [accept a payment](https://docs.stripe.com/payments/accept-a-payment?ui=elements) and learn about how `client_secret` should be handled.","maxLength":5000,"nullable":true,"type":"string"},"confirmation_method":{"description":"Describes whether we can confirm this PaymentIntent automatically, or if it requires customer action to confirm the payment.","enum":["automatic","manual"],"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the Customer this PaymentIntent belongs to, if one exists.\n\nPayment methods attached to other Customers cannot be used with this PaymentIntent.\n\nIf [setup_future_usage](https://api.stripe.com#payment_intent_object-setup_future_usage) is set and this PaymentIntent's payment method is not `card_present`, then the payment method attaches to the Customer after the PaymentIntent has been confirmed and any required actions from the user are complete. If the payment method is `card_present` and isn't a digital wallet, then a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card is created and attached to the Customer instead.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"ID of the Account representing the customer that this PaymentIntent belongs to, if one exists.\n\nPayment methods attached to other Accounts cannot be used with this PaymentIntent.\n\nIf [setup_future_usage](https://api.stripe.com#payment_intent_object-setup_future_usage) is set and this PaymentIntent's payment method is not `card_present`, then the payment method attaches to the Account after the PaymentIntent has been confirmed and any required actions from the user are complete. If the payment method is `card_present` and isn't a digital wallet, then a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card is created and attached to the Account instead.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"excluded_payment_method_types":{"description":"The list of payment method types to exclude from use with this payment.","items":{"enum":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","cashapp","crypto","customer_balance","eps","fpx","giropay","grabpay","ideal","kakao_pay","klarna","konbini","kr_card","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"hooks":{"$ref":"#/components/schemas/payment_flows_payment_intent_async_workflows"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last_payment_error":{"anyOf":[{"$ref":"#/components/schemas/api_errors"}],"description":"The payment error encountered in the previous PaymentIntent confirmation. It will be cleared if the PaymentIntent is later updated for any reason.","nullable":true},"latest_charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the latest [Charge object](https://docs.stripe.com/api/charges) created by this PaymentIntent. This property is `null` until PaymentIntent confirmation is attempted.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Learn more about [storing information in metadata](https://docs.stripe.com/payments/payment-intents/creating-payment-intents#storing-information-in-metadata).","type":"object"},"next_action":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_next_action"}],"description":"If present, this property tells you what actions you need to take in order for your customer to fulfill a payment using the provided source.","nullable":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_intent"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"You can specify the settlement merchant as the\nconnected account using the `on_behalf_of` attribute on the charge. See the PaymentIntents [use case for connected accounts](/payments/connected-accounts) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"payment_details":{"$ref":"#/components/schemas/payment_flows_payment_details"},"payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the payment method used in this PaymentIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"payment_method_configuration_details":{"anyOf":[{"$ref":"#/components/schemas/payment_method_config_biz_payment_method_configuration_details"}],"description":"Information about the [payment method configuration](https://docs.stripe.com/api/payment_method_configurations) used for this PaymentIntent.","nullable":true},"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options"}],"description":"Payment-method-specific configuration for this PaymentIntent.","nullable":true},"payment_method_types":{"description":"The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. A comprehensive list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).","items":{"maxLength":5000,"type":"string"},"type":"array"},"presentment_details":{"$ref":"#/components/schemas/payment_flows_payment_intent_presentment_details"},"processing":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_processing"}],"description":"If present, this property tells you about the processing state of the payment.","nullable":true},"receipt_email":{"description":"Email address that the receipt for the resulting payment will be sent to. If `receipt_email` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails).","maxLength":5000,"nullable":true,"type":"string"},"review":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/review"}],"description":"ID of the review associated with this PaymentIntent, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/review"}]}},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["off_session","on_session"],"nullable":true,"type":"string"},"shipping":{"anyOf":[{"$ref":"#/components/schemas/shipping"}],"description":"Shipping information for this PaymentIntent.","nullable":true},"statement_descriptor":{"description":"Text that appears on the customer's statement as the statement descriptor for a non-card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).\n\nSetting this value for a card charge returns an error. For card charges, set the [statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic) instead.","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_suffix":{"description":"Provides information about a card charge. Concatenated to the account's [statement descriptor prefix](https://docs.stripe.com/get-started/account/statement-descriptors#static) to form the complete statement descriptor that appears on the customer's statement.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Status of this PaymentIntent, one of `requires_payment_method`, `requires_confirmation`, `requires_action`, `processing`, `requires_capture`, `canceled`, or `succeeded`. Read more about each PaymentIntent [status](https://docs.stripe.com/payments/intents#intent-statuses).","enum":["canceled","processing","requires_action","requires_capture","requires_confirmation","requires_payment_method","succeeded"],"type":"string","x-stripeBypassValidation":true},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/transfer_data"}],"description":"The data that automatically creates a Transfer after the payment finalizes. Learn more about the [use case for connected accounts](https://docs.stripe.com/payments/connected-accounts).","nullable":true},"transfer_group":{"description":"A string that identifies the resulting payment as part of a group. Learn more about the [use case for connected accounts](https://docs.stripe.com/connect/separate-charges-and-transfers).","maxLength":5000,"nullable":true,"type":"string"}},"required":["created","id","livemode","object","status"],"title":"PaymentIntent","type":"object","x-expandableFields":["amount_details","application","automatic_payment_methods","customer","hooks","last_payment_error","latest_charge","next_action","on_behalf_of","payment_details","payment_method","payment_method_configuration_details","payment_method_options","presentment_details","processing","review","shipping","transfer_data"],"x-resourceId":"payment_intent"},"payment_intent_amount_details_line_item":{"description":"","properties":{"discount_amount":{"description":"The discount applied on this line item represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). An integer greater than 0.\n\nThis field is mutually exclusive with the `amount_details[discount_amount]` field.","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_intent_amount_details_line_item"],"type":"string"},"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_payment_method_options"}],"description":"Payment method-specific information for line items.","nullable":true},"product_code":{"description":"The product code of the line item, such as an SKU. Required for L3 rates. At most 12 characters long.","maxLength":5000,"nullable":true,"type":"string"},"product_name":{"description":"The product name of the line item. Required for L3 rates. At most 1024 characters long.\n\nFor Cards, this field is truncated to 26 alphanumeric characters before being sent to the card networks. For Paypal, this field is truncated to 127 characters.","maxLength":5000,"type":"string"},"quantity":{"description":"The quantity of items. Required for L3 rates. An integer greater than 0.","type":"integer"},"tax":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_amount_details_resource_line_items_list_resource_line_item_resource_tax"}],"description":"Contains information about the tax on the item.","nullable":true},"unit_cost":{"description":"The unit cost of the line item represented in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). Required for L3 rates. An integer greater than or equal to 0.","type":"integer"},"unit_of_measure":{"description":"A unit of measure for the line item, such as gallons, feet, meters, etc. Required for L3 rates. At most 12 alphanumeric characters long.","maxLength":5000,"nullable":true,"type":"string"}},"required":["id","object","product_name","quantity","unit_cost"],"title":"PaymentFlowsAmountDetailsResourceLineItemsListResourceLineItem","type":"object","x-expandableFields":["payment_method_options","tax"],"x-resourceId":"payment_intent_amount_details_line_item"},"payment_intent_card_processing":{"description":"","properties":{"customer_notification":{"$ref":"#/components/schemas/payment_intent_processing_customer_notification"}},"title":"PaymentIntentCardProcessing","type":"object","x-expandableFields":["customer_notification"]},"payment_intent_next_action":{"description":"","properties":{"alipay_handle_redirect":{"$ref":"#/components/schemas/payment_intent_next_action_alipay_handle_redirect"},"boleto_display_details":{"$ref":"#/components/schemas/payment_intent_next_action_boleto"},"card_await_notification":{"$ref":"#/components/schemas/payment_intent_next_action_card_await_notification"},"cashapp_handle_redirect_or_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code"},"display_bank_transfer_instructions":{"$ref":"#/components/schemas/payment_intent_next_action_display_bank_transfer_instructions"},"konbini_display_details":{"$ref":"#/components/schemas/payment_intent_next_action_konbini"},"multibanco_display_details":{"$ref":"#/components/schemas/payment_intent_next_action_display_multibanco_details"},"oxxo_display_details":{"$ref":"#/components/schemas/payment_intent_next_action_display_oxxo_details"},"paynow_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_paynow_display_qr_code"},"pix_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_pix_display_qr_code"},"promptpay_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_promptpay_display_qr_code"},"redirect_to_url":{"$ref":"#/components/schemas/payment_intent_next_action_redirect_to_url"},"swish_handle_redirect_or_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_swish_handle_redirect_or_display_qr_code"},"type":{"description":"Type of the next action to perform. Refer to the other child attributes under `next_action` for available values. Examples include: `redirect_to_url`, `use_stripe_sdk`, `alipay_handle_redirect`, `oxxo_display_details`, or `verify_with_microdeposits`.","maxLength":5000,"type":"string"},"use_stripe_sdk":{"description":"When confirming a PaymentIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.","type":"object"},"verify_with_microdeposits":{"$ref":"#/components/schemas/payment_intent_next_action_verify_with_microdeposits"},"wechat_pay_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_wechat_pay_display_qr_code"},"wechat_pay_redirect_to_android_app":{"$ref":"#/components/schemas/payment_intent_next_action_wechat_pay_redirect_to_android_app"},"wechat_pay_redirect_to_ios_app":{"$ref":"#/components/schemas/payment_intent_next_action_wechat_pay_redirect_to_ios_app"}},"required":["type"],"title":"PaymentIntentNextAction","type":"object","x-expandableFields":["alipay_handle_redirect","boleto_display_details","card_await_notification","cashapp_handle_redirect_or_display_qr_code","display_bank_transfer_instructions","konbini_display_details","multibanco_display_details","oxxo_display_details","paynow_display_qr_code","pix_display_qr_code","promptpay_display_qr_code","redirect_to_url","swish_handle_redirect_or_display_qr_code","verify_with_microdeposits","wechat_pay_display_qr_code","wechat_pay_redirect_to_android_app","wechat_pay_redirect_to_ios_app"]},"payment_intent_next_action_alipay_handle_redirect":{"description":"","properties":{"native_data":{"description":"The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.","maxLength":5000,"nullable":true,"type":"string"},"native_url":{"description":"The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.","maxLength":5000,"nullable":true,"type":"string"},"return_url":{"description":"If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"The URL you must redirect your customer to in order to authenticate the payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentIntentNextActionAlipayHandleRedirect","type":"object","x-expandableFields":[]},"payment_intent_next_action_boleto":{"description":"","properties":{"expires_at":{"description":"The timestamp after which the boleto expires.","format":"unix-time","nullable":true,"type":"integer"},"hosted_voucher_url":{"description":"The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.","maxLength":5000,"nullable":true,"type":"string"},"number":{"description":"The boleto number.","maxLength":5000,"nullable":true,"type":"string"},"pdf":{"description":"The URL to the downloadable boleto voucher PDF.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_intent_next_action_boleto","type":"object","x-expandableFields":[]},"payment_intent_next_action_card_await_notification":{"description":"","properties":{"charge_attempt_at":{"description":"The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.","format":"unix-time","nullable":true,"type":"integer"},"customer_approval_required":{"description":"For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required.","nullable":true,"type":"boolean"}},"title":"PaymentIntentNextActionCardAwaitNotification","type":"object","x-expandableFields":[]},"payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code":{"description":"","properties":{"hosted_instructions_url":{"description":"The URL to the hosted Cash App Pay instructions page, which allows customers to view the QR code, and supports QR code refreshing on expiration.","maxLength":5000,"type":"string"},"mobile_auth_url":{"description":"The url for mobile redirect based auth","maxLength":5000,"type":"string"},"qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_cashapp_qr_code"}},"required":["hosted_instructions_url","mobile_auth_url","qr_code"],"title":"PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode","type":"object","x-expandableFields":["qr_code"]},"payment_intent_next_action_cashapp_qr_code":{"description":"","properties":{"expires_at":{"description":"The date (unix timestamp) when the QR code expires.","format":"unix-time","type":"integer"},"image_url_png":{"description":"The image_url_png string used to render QR code","maxLength":5000,"type":"string"},"image_url_svg":{"description":"The image_url_svg string used to render QR code","maxLength":5000,"type":"string"}},"required":["expires_at","image_url_png","image_url_svg"],"title":"PaymentIntentNextActionCashappQRCode","type":"object","x-expandableFields":[]},"payment_intent_next_action_display_bank_transfer_instructions":{"description":"","properties":{"amount_remaining":{"description":"The remaining amount that needs to be transferred to complete the payment.","nullable":true,"type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","nullable":true,"type":"string"},"financial_addresses":{"description":"A list of financial addresses that can be used to fund the customer balance","items":{"$ref":"#/components/schemas/funding_instructions_bank_transfer_financial_address"},"type":"array"},"hosted_instructions_url":{"description":"A link to a hosted page that guides your customer through completing the transfer.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"A string identifying this payment. Instruct your customer to include this code in the reference or memo field of their bank transfer.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"Type of bank transfer","enum":["eu_bank_transfer","gb_bank_transfer","jp_bank_transfer","mx_bank_transfer","us_bank_transfer"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"PaymentIntentNextActionDisplayBankTransferInstructions","type":"object","x-expandableFields":["financial_addresses"]},"payment_intent_next_action_display_multibanco_details":{"description":"","properties":{"entity":{"description":"Entity number associated with this Multibanco payment.","maxLength":5000,"nullable":true,"type":"string"},"expires_at":{"description":"The timestamp at which the Multibanco voucher expires.","format":"unix-time","nullable":true,"type":"integer"},"hosted_voucher_url":{"description":"The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"Reference number associated with this Multibanco payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentIntentNextActionDisplayMultibancoDetails","type":"object","x-expandableFields":[]},"payment_intent_next_action_display_oxxo_details":{"description":"","properties":{"expires_after":{"description":"The timestamp after which the OXXO voucher expires.","format":"unix-time","nullable":true,"type":"integer"},"hosted_voucher_url":{"description":"The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.","maxLength":5000,"nullable":true,"type":"string"},"number":{"description":"OXXO reference number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentIntentNextActionDisplayOxxoDetails","type":"object","x-expandableFields":[]},"payment_intent_next_action_konbini":{"description":"","properties":{"expires_at":{"description":"The timestamp at which the pending Konbini payment expires.","format":"unix-time","type":"integer"},"hosted_voucher_url":{"description":"The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.","maxLength":5000,"nullable":true,"type":"string"},"stores":{"$ref":"#/components/schemas/payment_intent_next_action_konbini_stores"}},"required":["expires_at","stores"],"title":"payment_intent_next_action_konbini","type":"object","x-expandableFields":["stores"]},"payment_intent_next_action_konbini_familymart":{"description":"","properties":{"confirmation_number":{"description":"The confirmation number.","maxLength":5000,"type":"string"},"payment_code":{"description":"The payment code.","maxLength":5000,"type":"string"}},"required":["payment_code"],"title":"payment_intent_next_action_konbini_familymart","type":"object","x-expandableFields":[]},"payment_intent_next_action_konbini_lawson":{"description":"","properties":{"confirmation_number":{"description":"The confirmation number.","maxLength":5000,"type":"string"},"payment_code":{"description":"The payment code.","maxLength":5000,"type":"string"}},"required":["payment_code"],"title":"payment_intent_next_action_konbini_lawson","type":"object","x-expandableFields":[]},"payment_intent_next_action_konbini_ministop":{"description":"","properties":{"confirmation_number":{"description":"The confirmation number.","maxLength":5000,"type":"string"},"payment_code":{"description":"The payment code.","maxLength":5000,"type":"string"}},"required":["payment_code"],"title":"payment_intent_next_action_konbini_ministop","type":"object","x-expandableFields":[]},"payment_intent_next_action_konbini_seicomart":{"description":"","properties":{"confirmation_number":{"description":"The confirmation number.","maxLength":5000,"type":"string"},"payment_code":{"description":"The payment code.","maxLength":5000,"type":"string"}},"required":["payment_code"],"title":"payment_intent_next_action_konbini_seicomart","type":"object","x-expandableFields":[]},"payment_intent_next_action_konbini_stores":{"description":"","properties":{"familymart":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_next_action_konbini_familymart"}],"description":"FamilyMart instruction details.","nullable":true},"lawson":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_next_action_konbini_lawson"}],"description":"Lawson instruction details.","nullable":true},"ministop":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_next_action_konbini_ministop"}],"description":"Ministop instruction details.","nullable":true},"seicomart":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_next_action_konbini_seicomart"}],"description":"Seicomart instruction details.","nullable":true}},"title":"payment_intent_next_action_konbini_stores","type":"object","x-expandableFields":["familymart","lawson","ministop","seicomart"]},"payment_intent_next_action_paynow_display_qr_code":{"description":"","properties":{"data":{"description":"The raw data string used to generate QR code, it should be used together with QR code library.","maxLength":5000,"type":"string"},"hosted_instructions_url":{"description":"The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.","maxLength":5000,"nullable":true,"type":"string"},"image_url_png":{"description":"The image_url_png string used to render QR code","maxLength":5000,"type":"string"},"image_url_svg":{"description":"The image_url_svg string used to render QR code","maxLength":5000,"type":"string"}},"required":["data","image_url_png","image_url_svg"],"title":"PaymentIntentNextActionPaynowDisplayQrCode","type":"object","x-expandableFields":[]},"payment_intent_next_action_pix_display_qr_code":{"description":"","properties":{"data":{"description":"The raw data string used to generate QR code, it should be used together with QR code library.","maxLength":5000,"type":"string"},"expires_at":{"description":"The date (unix timestamp) when the PIX expires.","type":"integer"},"hosted_instructions_url":{"description":"The URL to the hosted pix instructions page, which allows customers to view the pix QR code.","maxLength":5000,"type":"string"},"image_url_png":{"description":"The image_url_png string used to render png QR code","maxLength":5000,"type":"string"},"image_url_svg":{"description":"The image_url_svg string used to render svg QR code","maxLength":5000,"type":"string"}},"title":"PaymentIntentNextActionPixDisplayQrCode","type":"object","x-expandableFields":[]},"payment_intent_next_action_promptpay_display_qr_code":{"description":"","properties":{"data":{"description":"The raw data string used to generate QR code, it should be used together with QR code library.","maxLength":5000,"type":"string"},"hosted_instructions_url":{"description":"The URL to the hosted PromptPay instructions page, which allows customers to view the PromptPay QR code.","maxLength":5000,"type":"string"},"image_url_png":{"description":"The PNG path used to render the QR code, can be used as the source in an HTML img tag","maxLength":5000,"type":"string"},"image_url_svg":{"description":"The SVG path used to render the QR code, can be used as the source in an HTML img tag","maxLength":5000,"type":"string"}},"required":["data","hosted_instructions_url","image_url_png","image_url_svg"],"title":"PaymentIntentNextActionPromptpayDisplayQrCode","type":"object","x-expandableFields":[]},"payment_intent_next_action_redirect_to_url":{"description":"","properties":{"return_url":{"description":"If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"The URL you must redirect your customer to in order to authenticate the payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentIntentNextActionRedirectToUrl","type":"object","x-expandableFields":[]},"payment_intent_next_action_swish_handle_redirect_or_display_qr_code":{"description":"","properties":{"hosted_instructions_url":{"description":"The URL to the hosted Swish instructions page, which allows customers to view the QR code.","maxLength":5000,"type":"string"},"qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_swish_qr_code"}},"required":["hosted_instructions_url","qr_code"],"title":"PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode","type":"object","x-expandableFields":["qr_code"]},"payment_intent_next_action_swish_qr_code":{"description":"","properties":{"data":{"description":"The raw data string used to generate QR code, it should be used together with QR code library.","maxLength":5000,"type":"string"},"image_url_png":{"description":"The image_url_png string used to render QR code","maxLength":5000,"type":"string"},"image_url_svg":{"description":"The image_url_svg string used to render QR code","maxLength":5000,"type":"string"}},"required":["data","image_url_png","image_url_svg"],"title":"PaymentIntentNextActionSwishQRCode","type":"object","x-expandableFields":[]},"payment_intent_next_action_verify_with_microdeposits":{"description":"","properties":{"arrival_date":{"description":"The timestamp when the microdeposits are expected to land.","format":"unix-time","type":"integer"},"hosted_verification_url":{"description":"The URL for the hosted verification page, which allows customers to verify their bank account.","maxLength":5000,"type":"string"},"microdeposit_type":{"description":"The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.","enum":["amounts","descriptor_code"],"nullable":true,"type":"string"}},"required":["arrival_date","hosted_verification_url"],"title":"PaymentIntentNextActionVerifyWithMicrodeposits","type":"object","x-expandableFields":[]},"payment_intent_next_action_wechat_pay_display_qr_code":{"description":"","properties":{"data":{"description":"The data being used to generate QR code","maxLength":5000,"type":"string"},"hosted_instructions_url":{"description":"The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.","maxLength":5000,"type":"string"},"image_data_url":{"description":"The base64 image data for a pre-generated QR code","maxLength":5000,"type":"string"},"image_url_png":{"description":"The image_url_png string used to render QR code","maxLength":5000,"type":"string"},"image_url_svg":{"description":"The image_url_svg string used to render QR code","maxLength":5000,"type":"string"}},"required":["data","hosted_instructions_url","image_data_url","image_url_png","image_url_svg"],"title":"PaymentIntentNextActionWechatPayDisplayQrCode","type":"object","x-expandableFields":[]},"payment_intent_next_action_wechat_pay_redirect_to_android_app":{"description":"","properties":{"app_id":{"description":"app_id is the APP ID registered on WeChat open platform","maxLength":5000,"type":"string"},"nonce_str":{"description":"nonce_str is a random string","maxLength":5000,"type":"string"},"package":{"description":"package is static value","maxLength":5000,"type":"string"},"partner_id":{"description":"an unique merchant ID assigned by WeChat Pay","maxLength":5000,"type":"string"},"prepay_id":{"description":"an unique trading ID assigned by WeChat Pay","maxLength":5000,"type":"string"},"sign":{"description":"A signature","maxLength":5000,"type":"string"},"timestamp":{"description":"Specifies the current time in epoch format","maxLength":5000,"type":"string"}},"required":["app_id","nonce_str","package","partner_id","prepay_id","sign","timestamp"],"title":"PaymentIntentNextActionWechatPayRedirectToAndroidApp","type":"object","x-expandableFields":[]},"payment_intent_next_action_wechat_pay_redirect_to_ios_app":{"description":"","properties":{"native_url":{"description":"An universal link that redirect to WeChat Pay app","maxLength":5000,"type":"string"}},"required":["native_url"],"title":"PaymentIntentNextActionWechatPayRedirectToIOSApp","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options":{"description":"","properties":{"acss_debit":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_acss_debit"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"affirm":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_affirm"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"afterpay_clearpay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_afterpay_clearpay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"alipay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_alipay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"alma":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_alma"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"amazon_pay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_amazon_pay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"au_becs_debit":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_au_becs_debit"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"bacs_debit":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_bacs_debit"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"bancontact":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_bancontact"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"billie":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_billie"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"blik":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_blik"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"boleto":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_boleto"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"card":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_card"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"card_present":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_card_present"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"cashapp":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_cashapp"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"crypto":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_crypto"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"customer_balance":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_customer_balance"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"eps":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_eps"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"fpx":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_fpx"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"giropay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_giropay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"grabpay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_grabpay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"ideal":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_ideal"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"interac_present":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_interac_present"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"kakao_pay":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_private_payment_methods_kakao_pay_payment_method_options"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"klarna":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_klarna"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"konbini":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_konbini"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"kr_card":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_kr_card"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"link":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_link"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"mb_way":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_mb_way"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"mobilepay":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_mobilepay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"multibanco":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_multibanco"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"naver_pay":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_private_payment_methods_naver_pay_payment_method_options"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"nz_bank_account":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_nz_bank_account"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"oxxo":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_oxxo"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"p24":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_p24"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"pay_by_bank":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_pay_by_bank"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"payco":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_private_payment_methods_payco_payment_method_options"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"paynow":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_paynow"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"paypal":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_paypal"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"payto":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_payto"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"pix":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_pix"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"promptpay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_promptpay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"revolut_pay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_revolut_pay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"samsung_pay":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_private_payment_methods_samsung_pay_payment_method_options"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"satispay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_satispay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"sepa_debit":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_sepa_debit"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"sofort":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_sofort"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"swish":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_swish"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"twint":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_twint"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"us_bank_account":{"anyOf":[{"$ref":"#/components/schemas/payment_intent_payment_method_options_us_bank_account"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"wechat_pay":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_wechat_pay"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]},"zip":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_zip"},{"$ref":"#/components/schemas/payment_intent_type_specific_payment_method_options_client"}]}},"title":"PaymentIntentPaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","card_present","cashapp","crypto","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"]},"payment_intent_payment_method_options_acss_debit":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/payment_intent_payment_method_options_mandate_options_acss_debit"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_intent_payment_method_options_acss_debit","type":"object","x-expandableFields":["mandate_options"]},"payment_intent_payment_method_options_au_becs_debit":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_au_becs_debit","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_bacs_debit":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/payment_intent_payment_method_options_mandate_options_bacs_debit"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_bacs_debit","type":"object","x-expandableFields":["mandate_options"]},"payment_intent_payment_method_options_blik":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_intent_payment_method_options_blik","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_card":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string","x-stripeBypassValidation":true},"installments":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_card_installments"}],"description":"Installment details for this payment.\n\nFor more information, see the [installments integration guide](https://docs.stripe.com/payments/installments).","nullable":true},"mandate_options":{"anyOf":[{"$ref":"#/components/schemas/payment_method_options_card_mandate_options"}],"description":"Configuration options for setting up an eMandate for cards issued in India.","nullable":true},"network":{"description":"Selected network to process this payment intent on. Depends on the available networks of the card attached to the payment intent. Can be only set confirm-time.","enum":["amex","cartes_bancaires","diners","discover","eftpos_au","girocard","interac","jcb","link","mastercard","unionpay","unknown","visa"],"nullable":true,"type":"string"},"request_extended_authorization":{"description":"Request ability to [capture beyond the standard authorization validity window](https://docs.stripe.com/payments/extended-authorization) for this PaymentIntent.","enum":["if_available","never"],"type":"string"},"request_incremental_authorization":{"description":"Request ability to [increment the authorization](https://docs.stripe.com/payments/incremental-authorization) for this PaymentIntent.","enum":["if_available","never"],"type":"string"},"request_multicapture":{"description":"Request ability to make [multiple captures](https://docs.stripe.com/payments/multicapture) for this PaymentIntent.","enum":["if_available","never"],"type":"string"},"request_overcapture":{"description":"Request ability to [overcapture](https://docs.stripe.com/payments/overcapture) for this PaymentIntent.","enum":["if_available","never"],"type":"string"},"request_three_d_secure":{"description":"We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://docs.stripe.com/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.","enum":["any","automatic","challenge"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"require_cvc_recollection":{"description":"When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).","type":"boolean"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"statement_descriptor_suffix_kana":{"description":"Provides information about a card payment that customers see on their statements. Concatenated with the Kana prefix (shortened Kana descriptor) or Kana statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 22 characters.","maxLength":5000,"type":"string"},"statement_descriptor_suffix_kanji":{"description":"Provides information about a card payment that customers see on their statements. Concatenated with the Kanji prefix (shortened Kanji descriptor) or Kanji statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 17 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 17 characters.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_card","type":"object","x-expandableFields":["installments","mandate_options"]},"payment_intent_payment_method_options_eps":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_intent_payment_method_options_eps","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_link":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_intent_payment_method_options_link","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_mandate_options_acss_debit":{"description":"","properties":{"custom_mandate_url":{"description":"A URL for custom mandate text","maxLength":5000,"type":"string"},"interval_description":{"description":"Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"Payment schedule for the mandate.","enum":["combined","interval","sporadic"],"nullable":true,"type":"string"},"transaction_type":{"description":"Transaction type of the mandate.","enum":["business","personal"],"nullable":true,"type":"string"}},"title":"payment_intent_payment_method_options_mandate_options_acss_debit","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_mandate_options_bacs_debit":{"description":"","properties":{"reference_prefix":{"description":"Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_mandate_options_bacs_debit","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_mandate_options_payto":{"description":"","properties":{"amount":{"description":"Amount that will be collected. It is required when `amount_type` is `fixed`.","nullable":true,"type":"integer"},"amount_type":{"description":"The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively. Defaults to `maximum`.","enum":["fixed","maximum"],"nullable":true,"type":"string"},"end_date":{"description":"Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"The periodicity at which payments will be collected. Defaults to `adhoc`.","enum":["adhoc","annual","daily","fortnightly","monthly","quarterly","semi_annual","weekly"],"nullable":true,"type":"string"},"payments_per_period":{"description":"The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.","nullable":true,"type":"integer"},"purpose":{"description":"The purpose for which payments are made. Has a default value based on your merchant category code.","enum":["dependant_support","government","loan","mortgage","other","pension","personal","retail","salary","tax","utility"],"nullable":true,"type":"string"}},"title":"payment_intent_payment_method_options_mandate_options_payto","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_mandate_options_sepa_debit":{"description":"","properties":{"reference_prefix":{"description":"Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_mandate_options_sepa_debit","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_mobilepay":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_intent_payment_method_options_mobilepay","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_nz_bank_account":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_nz_bank_account","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_payto":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/payment_intent_payment_method_options_mandate_options_payto"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_intent_payment_method_options_payto","type":"object","x-expandableFields":["mandate_options"]},"payment_intent_payment_method_options_sepa_debit":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/payment_intent_payment_method_options_mandate_options_sepa_debit"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"}},"title":"payment_intent_payment_method_options_sepa_debit","type":"object","x-expandableFields":["mandate_options"]},"payment_intent_payment_method_options_swish":{"description":"","properties":{"reference":{"description":"A reference for this payment to be displayed in the Swish app.","maxLength":35,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_intent_payment_method_options_swish","type":"object","x-expandableFields":[]},"payment_intent_payment_method_options_us_bank_account":{"description":"","properties":{"financial_connections":{"$ref":"#/components/schemas/linked_account_options_common"},"mandate_options":{"$ref":"#/components/schemas/payment_method_options_us_bank_account_mandate_options"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"target_date":{"description":"Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.","maxLength":5000,"type":"string"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_intent_payment_method_options_us_bank_account","type":"object","x-expandableFields":["financial_connections","mandate_options"]},"payment_intent_processing":{"description":"","properties":{"card":{"$ref":"#/components/schemas/payment_intent_card_processing"},"type":{"description":"Type of the payment method for which payment is in `processing` state, one of `card`.","enum":["card"],"type":"string"}},"required":["type"],"title":"PaymentIntentProcessing","type":"object","x-expandableFields":["card"]},"payment_intent_processing_customer_notification":{"description":"","properties":{"approval_requested":{"description":"Whether customer approval has been requested for this payment. For payments greater than INR 15000 or mandate amount, the customer must provide explicit approval of the payment with their bank.","nullable":true,"type":"boolean"},"completes_at":{"description":"If customer approval is required, they need to provide approval before this time.","format":"unix-time","nullable":true,"type":"integer"}},"title":"PaymentIntentProcessingCustomerNotification","type":"object","x-expandableFields":[]},"payment_intent_type_specific_payment_method_options_client":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual","manual_preferred"],"type":"string"},"installments":{"$ref":"#/components/schemas/payment_flows_installment_options"},"mandate_options":{"$ref":"#/components/schemas/payment_intent_payment_method_options_mandate_options_payto"},"request_incremental_authorization_support":{"description":"Request ability to [increment](https://docs.stripe.com/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://docs.stripe.com/api/payment_intents/confirm) response to verify support.","type":"boolean"},"require_cvc_recollection":{"description":"When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).","type":"boolean"},"routing":{"$ref":"#/components/schemas/payment_method_options_card_present_routing"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"PaymentIntentTypeSpecificPaymentMethodOptionsClient","type":"object","x-expandableFields":["installments","mandate_options","routing"]},"payment_link":{"description":"A payment link is a shareable URL that will take your customers to a hosted payment page. A payment link can be shared and used multiple times.\n\nWhen a customer opens a payment link it will open a new [checkout session](https://docs.stripe.com/api/checkout/sessions) to render the payment page. You can use [checkout session events](https://docs.stripe.com/api/events/types#event_types-checkout.session.completed) to track payments through payment links.\n\nRelated guide: [Payment Links API](https://docs.stripe.com/payment-links)","properties":{"active":{"description":"Whether the payment link's `url` is active. If `false`, customers visiting the URL will be shown a page saying that the link has been deactivated.","type":"boolean"},"after_completion":{"$ref":"#/components/schemas/payment_links_resource_after_completion"},"allow_promotion_codes":{"description":"Whether user redeemable promotion codes are enabled.","type":"boolean"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}],"description":"The ID of the Connect application that created the Payment Link.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}]}},"application_fee_amount":{"description":"The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account.","nullable":true,"type":"integer"},"application_fee_percent":{"description":"This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account.","nullable":true,"type":"number"},"automatic_tax":{"$ref":"#/components/schemas/payment_links_resource_automatic_tax"},"billing_address_collection":{"description":"Configuration for collecting the customer's billing address. Defaults to `auto`.","enum":["auto","required"],"type":"string"},"consent_collection":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_consent_collection"}],"description":"When set, provides configuration to gather active consent from customers.","nullable":true},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"custom_fields":{"description":"Collect additional information from your customer using custom fields. Up to 3 fields are supported. You can't set this parameter if `ui_mode` is `custom`.","items":{"$ref":"#/components/schemas/payment_links_resource_custom_fields"},"type":"array"},"custom_text":{"$ref":"#/components/schemas/payment_links_resource_custom_text"},"customer_creation":{"description":"Configuration for Customer creation during checkout.","enum":["always","if_required"],"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"inactive_message":{"description":"The custom message to be displayed to a customer when a payment link is no longer active.","maxLength":5000,"nullable":true,"type":"string"},"invoice_creation":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_invoice_creation"}],"description":"Configuration for creating invoice for payment mode payment links.","nullable":true},"line_items":{"description":"The line items representing what is being sold.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"PaymentLinksResourceListLineItems","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name_collection":{"$ref":"#/components/schemas/payment_links_resource_name_collection"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_link"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account on behalf of which to charge. See the [Connect documentation](https://support.stripe.com/questions/sending-invoices-on-behalf-of-connected-accounts) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"optional_items":{"description":"The optional items presented to the customer at checkout.","items":{"$ref":"#/components/schemas/payment_links_resource_optional_item"},"nullable":true,"type":"array"},"payment_intent_data":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_payment_intent_data"}],"description":"Indicates the parameters to be passed to PaymentIntent creation during checkout.","nullable":true},"payment_method_collection":{"description":"Configuration for collecting a payment method during checkout. Defaults to `always`.","enum":["always","if_required"],"type":"string"},"payment_method_types":{"description":"The list of payment method types that customers can use. When `null`, Stripe will dynamically show relevant payment methods you've enabled in your [payment method settings](https://dashboard.stripe.com/settings/payment_methods).","items":{"enum":["affirm","afterpay_clearpay","alipay","alma","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","cashapp","eps","fpx","giropay","grabpay","ideal","klarna","konbini","link","mb_way","mobilepay","multibanco","oxxo","p24","pay_by_bank","paynow","paypal","payto","pix","promptpay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"phone_number_collection":{"$ref":"#/components/schemas/payment_links_resource_phone_number_collection"},"restrictions":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_restrictions"}],"description":"Settings that restrict the usage of a payment link.","nullable":true},"shipping_address_collection":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_shipping_address_collection"}],"description":"Configuration for collecting the customer's shipping address.","nullable":true},"shipping_options":{"description":"The shipping rate options applied to the session.","items":{"$ref":"#/components/schemas/payment_links_resource_shipping_option"},"type":"array"},"submit_type":{"description":"Indicates the type of transaction being performed which customizes relevant text on the page, such as the submit button.","enum":["auto","book","donate","pay","subscribe"],"type":"string"},"subscription_data":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_subscription_data"}],"description":"When creating a subscription, the specified configuration data will be used. There must be at least one line item with a recurring price to use `subscription_data`.","nullable":true},"tax_id_collection":{"$ref":"#/components/schemas/payment_links_resource_tax_id_collection"},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_transfer_data"}],"description":"The account (if any) the payments will be attributed to for tax reporting, and where funds from each payment will be transferred to.","nullable":true},"url":{"description":"The public URL that can be shared with customers.","maxLength":5000,"type":"string"}},"required":["active","after_completion","allow_promotion_codes","automatic_tax","billing_address_collection","currency","custom_fields","custom_text","customer_creation","id","livemode","metadata","object","payment_method_collection","phone_number_collection","shipping_options","submit_type","tax_id_collection","url"],"title":"PaymentLink","type":"object","x-expandableFields":["after_completion","application","automatic_tax","consent_collection","custom_fields","custom_text","invoice_creation","line_items","name_collection","on_behalf_of","optional_items","payment_intent_data","phone_number_collection","restrictions","shipping_address_collection","shipping_options","subscription_data","tax_id_collection","transfer_data"],"x-resourceId":"payment_link"},"payment_links_resource_after_completion":{"description":"","properties":{"hosted_confirmation":{"$ref":"#/components/schemas/payment_links_resource_completion_behavior_confirmation_page"},"redirect":{"$ref":"#/components/schemas/payment_links_resource_completion_behavior_redirect"},"type":{"description":"The specified behavior after the purchase is complete.","enum":["hosted_confirmation","redirect"],"type":"string"}},"required":["type"],"title":"PaymentLinksResourceAfterCompletion","type":"object","x-expandableFields":["hosted_confirmation","redirect"]},"payment_links_resource_automatic_tax":{"description":"","properties":{"enabled":{"description":"If `true`, tax will be calculated automatically using the customer's location.","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true}},"required":["enabled"],"title":"PaymentLinksResourceAutomaticTax","type":"object","x-expandableFields":["liability"]},"payment_links_resource_business_name":{"description":"","properties":{"enabled":{"description":"Indicates whether business name collection is enabled for the payment link.","type":"boolean"},"optional":{"description":"Whether the customer is required to complete the field before checking out. Defaults to `false`.","type":"boolean"}},"required":["enabled","optional"],"title":"PaymentLinksResourceBusinessName","type":"object","x-expandableFields":[]},"payment_links_resource_completed_sessions":{"description":"","properties":{"count":{"description":"The current number of checkout sessions that have been completed on the payment link which count towards the `completed_sessions` restriction to be met.","type":"integer"},"limit":{"description":"The maximum number of checkout sessions that can be completed for the `completed_sessions` restriction to be met.","type":"integer"}},"required":["count","limit"],"title":"PaymentLinksResourceCompletedSessions","type":"object","x-expandableFields":[]},"payment_links_resource_completion_behavior_confirmation_page":{"description":"","properties":{"custom_message":{"description":"The custom message that is displayed to the customer after the purchase is complete.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentLinksResourceCompletionBehaviorConfirmationPage","type":"object","x-expandableFields":[]},"payment_links_resource_completion_behavior_redirect":{"description":"","properties":{"url":{"description":"The URL the customer will be redirected to after the purchase is complete.","maxLength":5000,"type":"string"}},"required":["url"],"title":"PaymentLinksResourceCompletionBehaviorRedirect","type":"object","x-expandableFields":[]},"payment_links_resource_consent_collection":{"description":"","properties":{"payment_method_reuse_agreement":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_payment_method_reuse_agreement"}],"description":"Settings related to the payment method reuse text shown in the Checkout UI.","nullable":true},"promotions":{"description":"If set to `auto`, enables the collection of customer consent for promotional communications.","enum":["auto","none"],"nullable":true,"type":"string"},"terms_of_service":{"description":"If set to `required`, it requires cutomers to accept the terms of service before being able to pay. If set to `none`, customers won't be shown a checkbox to accept the terms of service.","enum":["none","required"],"nullable":true,"type":"string"}},"title":"PaymentLinksResourceConsentCollection","type":"object","x-expandableFields":["payment_method_reuse_agreement"]},"payment_links_resource_custom_fields":{"description":"","properties":{"dropdown":{"$ref":"#/components/schemas/payment_links_resource_custom_fields_dropdown"},"key":{"description":"String of your choice that your integration can use to reconcile this field. Must be unique to this field, alphanumeric, and up to 200 characters.","maxLength":5000,"type":"string"},"label":{"$ref":"#/components/schemas/payment_links_resource_custom_fields_label"},"numeric":{"$ref":"#/components/schemas/payment_links_resource_custom_fields_numeric"},"optional":{"description":"Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.","type":"boolean"},"text":{"$ref":"#/components/schemas/payment_links_resource_custom_fields_text"},"type":{"description":"The type of the field.","enum":["dropdown","numeric","text"],"type":"string"}},"required":["key","label","optional","type"],"title":"PaymentLinksResourceCustomFields","type":"object","x-expandableFields":["dropdown","label","numeric","text"]},"payment_links_resource_custom_fields_dropdown":{"description":"","properties":{"default_value":{"description":"The value that will pre-fill on the payment page.","maxLength":5000,"nullable":true,"type":"string"},"options":{"description":"The options available for the customer to select. Up to 200 options allowed.","items":{"$ref":"#/components/schemas/payment_links_resource_custom_fields_dropdown_option"},"type":"array"}},"required":["options"],"title":"PaymentLinksResourceCustomFieldsDropdown","type":"object","x-expandableFields":["options"]},"payment_links_resource_custom_fields_dropdown_option":{"description":"","properties":{"label":{"description":"The label for the option, displayed to the customer. Up to 100 characters.","maxLength":5000,"type":"string"},"value":{"description":"The value for this option, not displayed to the customer, used by your integration to reconcile the option selected by the customer. Must be unique to this option, alphanumeric, and up to 100 characters.","maxLength":5000,"type":"string"}},"required":["label","value"],"title":"PaymentLinksResourceCustomFieldsDropdownOption","type":"object","x-expandableFields":[]},"payment_links_resource_custom_fields_label":{"description":"","properties":{"custom":{"description":"Custom text for the label, displayed to the customer. Up to 50 characters.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"The type of the label.","enum":["custom"],"type":"string"}},"required":["type"],"title":"PaymentLinksResourceCustomFieldsLabel","type":"object","x-expandableFields":[]},"payment_links_resource_custom_fields_numeric":{"description":"","properties":{"default_value":{"description":"The value that will pre-fill the field on the payment page.","maxLength":5000,"nullable":true,"type":"string"},"maximum_length":{"description":"The maximum character length constraint for the customer's input.","nullable":true,"type":"integer"},"minimum_length":{"description":"The minimum character length requirement for the customer's input.","nullable":true,"type":"integer"}},"title":"PaymentLinksResourceCustomFieldsNumeric","type":"object","x-expandableFields":[]},"payment_links_resource_custom_fields_text":{"description":"","properties":{"default_value":{"description":"The value that will pre-fill the field on the payment page.","maxLength":5000,"nullable":true,"type":"string"},"maximum_length":{"description":"The maximum character length constraint for the customer's input.","nullable":true,"type":"integer"},"minimum_length":{"description":"The minimum character length requirement for the customer's input.","nullable":true,"type":"integer"}},"title":"PaymentLinksResourceCustomFieldsText","type":"object","x-expandableFields":[]},"payment_links_resource_custom_text":{"description":"","properties":{"after_submit":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_custom_text_position"}],"description":"Custom text that should be displayed after the payment confirmation button.","nullable":true},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_custom_text_position"}],"description":"Custom text that should be displayed alongside shipping address collection.","nullable":true},"submit":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_custom_text_position"}],"description":"Custom text that should be displayed alongside the payment confirmation button.","nullable":true},"terms_of_service_acceptance":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_custom_text_position"}],"description":"Custom text that should be displayed in place of the default terms of service agreement text.","nullable":true}},"title":"PaymentLinksResourceCustomText","type":"object","x-expandableFields":["after_submit","shipping_address","submit","terms_of_service_acceptance"]},"payment_links_resource_custom_text_position":{"description":"","properties":{"message":{"description":"Text may be up to 1200 characters in length.","maxLength":500,"type":"string"}},"required":["message"],"title":"PaymentLinksResourceCustomTextPosition","type":"object","x-expandableFields":[]},"payment_links_resource_individual_name":{"description":"","properties":{"enabled":{"description":"Indicates whether individual name collection is enabled for the payment link.","type":"boolean"},"optional":{"description":"Whether the customer is required to complete the field before checking out. Defaults to `false`.","type":"boolean"}},"required":["enabled","optional"],"title":"PaymentLinksResourceIndividualName","type":"object","x-expandableFields":[]},"payment_links_resource_invoice_creation":{"description":"","properties":{"enabled":{"description":"Enable creating an invoice on successful payment.","type":"boolean"},"invoice_data":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_invoice_settings"}],"description":"Configuration for the invoice. Default invoice values will be used if unspecified.","nullable":true}},"required":["enabled"],"title":"PaymentLinksResourceInvoiceCreation","type":"object","x-expandableFields":["invoice_data"]},"payment_links_resource_invoice_settings":{"description":"","properties":{"account_tax_ids":{"description":"The account tax IDs associated with the invoice.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}]}},"nullable":true,"type":"array"},"custom_fields":{"description":"A list of up to 4 custom fields to be displayed on the invoice.","items":{"$ref":"#/components/schemas/invoice_setting_custom_field"},"nullable":true,"type":"array"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"footer":{"description":"Footer to be displayed on the invoice.","maxLength":5000,"nullable":true,"type":"string"},"issuer":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.","nullable":true},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"rendering_options":{"anyOf":[{"$ref":"#/components/schemas/invoice_setting_checkout_rendering_options"}],"description":"Options for invoice PDF rendering.","nullable":true}},"title":"PaymentLinksResourceInvoiceSettings","type":"object","x-expandableFields":["account_tax_ids","custom_fields","issuer","rendering_options"]},"payment_links_resource_name_collection":{"description":"","properties":{"business":{"$ref":"#/components/schemas/payment_links_resource_business_name"},"individual":{"$ref":"#/components/schemas/payment_links_resource_individual_name"}},"title":"PaymentLinksResourceNameCollection","type":"object","x-expandableFields":["business","individual"]},"payment_links_resource_optional_item":{"description":"","properties":{"adjustable_quantity":{"anyOf":[{"$ref":"#/components/schemas/payment_links_resource_optional_item_adjustable_quantity"}],"nullable":true},"price":{"maxLength":5000,"type":"string"},"quantity":{"type":"integer"}},"required":["price","quantity"],"title":"PaymentLinksResourceOptionalItem","type":"object","x-expandableFields":["adjustable_quantity"]},"payment_links_resource_optional_item_adjustable_quantity":{"description":"","properties":{"enabled":{"description":"Set to true if the quantity can be adjusted to any non-negative integer.","type":"boolean"},"maximum":{"description":"The maximum quantity of this item the customer can purchase. By default this value is 99.","nullable":true,"type":"integer"},"minimum":{"description":"The minimum quantity of this item the customer must purchase, if they choose to purchase it. Because this item is optional, the customer will always be able to remove it from their order, even if the `minimum` configured here is greater than 0. By default this value is 0.","nullable":true,"type":"integer"}},"required":["enabled"],"title":"PaymentLinksResourceOptionalItemAdjustableQuantity","type":"object","x-expandableFields":[]},"payment_links_resource_payment_intent_data":{"description":"","properties":{"capture_method":{"description":"Indicates when the funds will be captured from the customer's account.","enum":["automatic","automatic_async","manual"],"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that will set metadata on [Payment Intents](https://docs.stripe.com/api/payment_intents) generated from this payment link.","type":"object"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with the payment method collected during checkout.","enum":["off_session","on_session"],"nullable":true,"type":"string"},"statement_descriptor":{"description":"For a non-card payment, information about the charge that appears on the customer's statement when this payment succeeds in creating a charge.","maxLength":5000,"nullable":true,"type":"string"},"statement_descriptor_suffix":{"description":"For a card payment, information about the charge that appears on the customer's statement when this payment succeeds in creating a charge. Concatenated with the account's statement descriptor prefix to form the complete statement descriptor.","maxLength":5000,"nullable":true,"type":"string"},"transfer_group":{"description":"A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://docs.stripe.com/connect/separate-charges-and-transfers) for details.","maxLength":5000,"nullable":true,"type":"string"}},"required":["metadata"],"title":"PaymentLinksResourcePaymentIntentData","type":"object","x-expandableFields":[]},"payment_links_resource_payment_method_reuse_agreement":{"description":"","properties":{"position":{"description":"Determines the position and visibility of the payment method reuse agreement in the UI. When set to `auto`, Stripe's defaults will be used.\n\nWhen set to `hidden`, the payment method reuse agreement text will always be hidden in the UI.","enum":["auto","hidden"],"type":"string"}},"required":["position"],"title":"PaymentLinksResourcePaymentMethodReuseAgreement","type":"object","x-expandableFields":[]},"payment_links_resource_phone_number_collection":{"description":"","properties":{"enabled":{"description":"If `true`, a phone number will be collected during checkout.","type":"boolean"}},"required":["enabled"],"title":"PaymentLinksResourcePhoneNumberCollection","type":"object","x-expandableFields":[]},"payment_links_resource_restrictions":{"description":"","properties":{"completed_sessions":{"$ref":"#/components/schemas/payment_links_resource_completed_sessions"}},"required":["completed_sessions"],"title":"PaymentLinksResourceRestrictions","type":"object","x-expandableFields":["completed_sessions"]},"payment_links_resource_shipping_address_collection":{"description":"","properties":{"allowed_countries":{"description":"An array of two-letter ISO country codes representing which countries Checkout should provide as options for shipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI`.","items":{"enum":["AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CV","CW","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MK","ML","MM","MN","MO","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","US","UY","UZ","VA","VC","VE","VG","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW","ZZ"],"type":"string"},"type":"array"}},"required":["allowed_countries"],"title":"PaymentLinksResourceShippingAddressCollection","type":"object","x-expandableFields":[]},"payment_links_resource_shipping_option":{"description":"","properties":{"shipping_amount":{"description":"A non-negative integer in cents representing how much to charge.","type":"integer"},"shipping_rate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/shipping_rate"}],"description":"The ID of the Shipping Rate to use for this shipping option.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/shipping_rate"}]}}},"required":["shipping_amount","shipping_rate"],"title":"PaymentLinksResourceShippingOption","type":"object","x-expandableFields":["shipping_rate"]},"payment_links_resource_subscription_data":{"description":"","properties":{"description":{"description":"The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.","maxLength":5000,"nullable":true,"type":"string"},"invoice_settings":{"$ref":"#/components/schemas/payment_links_resource_subscription_data_invoice_settings"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that will set metadata on [Subscriptions](https://docs.stripe.com/api/subscriptions) generated from this payment link.","type":"object"},"trial_period_days":{"description":"Integer representing the number of trial period days before the customer is charged for the first time.","nullable":true,"type":"integer"},"trial_settings":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_trials_resource_trial_settings"}],"description":"Settings related to subscription trials.","nullable":true}},"required":["invoice_settings","metadata"],"title":"PaymentLinksResourceSubscriptionData","type":"object","x-expandableFields":["invoice_settings","trial_settings"]},"payment_links_resource_subscription_data_invoice_settings":{"description":"","properties":{"issuer":{"$ref":"#/components/schemas/connect_account_reference"}},"required":["issuer"],"title":"PaymentLinksResourceSubscriptionDataInvoiceSettings","type":"object","x-expandableFields":["issuer"]},"payment_links_resource_tax_id_collection":{"description":"","properties":{"enabled":{"description":"Indicates whether tax ID collection is enabled for the session.","type":"boolean"},"required":{"enum":["if_supported","never"],"type":"string"}},"required":["enabled","required"],"title":"PaymentLinksResourceTaxIdCollection","type":"object","x-expandableFields":[]},"payment_links_resource_transfer_data":{"description":"","properties":{"amount":{"description":"The amount in cents (or local equivalent) that will be transferred to the destination account. By default, the entire amount is transferred to the destination.","nullable":true,"type":"integer"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The connected account receiving the transfer.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}}},"required":["destination"],"title":"PaymentLinksResourceTransferData","type":"object","x-expandableFields":["destination"]},"payment_method":{"description":"PaymentMethod objects represent your customer's payment instruments.\nYou can use them with [PaymentIntents](https://docs.stripe.com/payments/payment-intents) to collect payments or save them to\nCustomer objects to store instrument details for future payments.\n\nRelated guides: [Payment Methods](https://docs.stripe.com/payments/payment-methods) and [More Payment Scenarios](https://docs.stripe.com/payments/more-payment-scenarios).","properties":{"acss_debit":{"$ref":"#/components/schemas/payment_method_acss_debit"},"affirm":{"$ref":"#/components/schemas/payment_method_affirm"},"afterpay_clearpay":{"$ref":"#/components/schemas/payment_method_afterpay_clearpay"},"alipay":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_alipay"},"allow_redisplay":{"description":"This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.","enum":["always","limited","unspecified"],"type":"string"},"alma":{"$ref":"#/components/schemas/payment_method_alma"},"amazon_pay":{"$ref":"#/components/schemas/payment_method_amazon_pay"},"au_becs_debit":{"$ref":"#/components/schemas/payment_method_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/payment_method_bacs_debit"},"bancontact":{"$ref":"#/components/schemas/payment_method_bancontact"},"billie":{"$ref":"#/components/schemas/payment_method_billie"},"billing_details":{"$ref":"#/components/schemas/billing_details"},"blik":{"$ref":"#/components/schemas/payment_method_blik"},"boleto":{"$ref":"#/components/schemas/payment_method_boleto"},"card":{"$ref":"#/components/schemas/payment_method_card"},"card_present":{"$ref":"#/components/schemas/payment_method_card_present"},"cashapp":{"$ref":"#/components/schemas/payment_method_cashapp"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"crypto":{"$ref":"#/components/schemas/payment_method_crypto"},"custom":{"$ref":"#/components/schemas/payment_method_custom"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"maxLength":5000,"nullable":true,"type":"string"},"customer_balance":{"$ref":"#/components/schemas/payment_method_customer_balance"},"eps":{"$ref":"#/components/schemas/payment_method_eps"},"fpx":{"$ref":"#/components/schemas/payment_method_fpx"},"giropay":{"$ref":"#/components/schemas/payment_method_giropay"},"grabpay":{"$ref":"#/components/schemas/payment_method_grabpay"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"ideal":{"$ref":"#/components/schemas/payment_method_ideal"},"interac_present":{"$ref":"#/components/schemas/payment_method_interac_present"},"kakao_pay":{"$ref":"#/components/schemas/payment_method_kakao_pay"},"klarna":{"$ref":"#/components/schemas/payment_method_klarna"},"konbini":{"$ref":"#/components/schemas/payment_method_konbini"},"kr_card":{"$ref":"#/components/schemas/payment_method_kr_card"},"link":{"$ref":"#/components/schemas/payment_method_link"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"mb_way":{"$ref":"#/components/schemas/payment_method_mb_way"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"mobilepay":{"$ref":"#/components/schemas/payment_method_mobilepay"},"multibanco":{"$ref":"#/components/schemas/payment_method_multibanco"},"naver_pay":{"$ref":"#/components/schemas/payment_method_naver_pay"},"nz_bank_account":{"$ref":"#/components/schemas/payment_method_nz_bank_account"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_method"],"type":"string"},"oxxo":{"$ref":"#/components/schemas/payment_method_oxxo"},"p24":{"$ref":"#/components/schemas/payment_method_p24"},"pay_by_bank":{"$ref":"#/components/schemas/payment_method_pay_by_bank"},"payco":{"$ref":"#/components/schemas/payment_method_payco"},"paynow":{"$ref":"#/components/schemas/payment_method_paynow"},"paypal":{"$ref":"#/components/schemas/payment_method_paypal"},"payto":{"$ref":"#/components/schemas/payment_method_payto"},"pix":{"$ref":"#/components/schemas/payment_method_pix"},"promptpay":{"$ref":"#/components/schemas/payment_method_promptpay"},"radar_options":{"$ref":"#/components/schemas/radar_radar_options"},"revolut_pay":{"$ref":"#/components/schemas/payment_method_revolut_pay"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_samsung_pay"},"satispay":{"$ref":"#/components/schemas/payment_method_satispay"},"sepa_debit":{"$ref":"#/components/schemas/payment_method_sepa_debit"},"sofort":{"$ref":"#/components/schemas/payment_method_sofort"},"swish":{"$ref":"#/components/schemas/payment_method_swish"},"twint":{"$ref":"#/components/schemas/payment_method_twint"},"type":{"description":"The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.","enum":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","card_present","cashapp","crypto","custom","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"type":"string","x-stripeBypassValidation":true},"us_bank_account":{"$ref":"#/components/schemas/payment_method_us_bank_account"},"wechat_pay":{"$ref":"#/components/schemas/payment_method_wechat_pay"},"zip":{"$ref":"#/components/schemas/payment_method_zip"}},"required":["billing_details","created","id","livemode","object","type"],"title":"PaymentMethod","type":"object","x-expandableFields":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","billing_details","blik","boleto","card","card_present","cashapp","crypto","custom","customer","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","radar_options","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"x-resourceId":"payment_method"},"payment_method_acss_debit":{"description":"","properties":{"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"institution_number":{"description":"Institution number of the bank account.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"transit_number":{"description":"Transit number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_acss_debit","type":"object","x-expandableFields":[]},"payment_method_affirm":{"description":"","title":"payment_method_affirm","type":"object","x-expandableFields":[]},"payment_method_afterpay_clearpay":{"description":"","title":"payment_method_afterpay_clearpay","type":"object","x-expandableFields":[]},"payment_method_alma":{"description":"","title":"payment_method_alma","type":"object","x-expandableFields":[]},"payment_method_amazon_pay":{"description":"","title":"payment_method_amazon_pay","type":"object","x-expandableFields":[]},"payment_method_au_becs_debit":{"description":"","properties":{"bsb_number":{"description":"Six-digit number identifying bank and branch associated with this bank account.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_au_becs_debit","type":"object","x-expandableFields":[]},"payment_method_bacs_debit":{"description":"","properties":{"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"sort_code":{"description":"Sort code of the bank account. (e.g., `10-20-30`)","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_bacs_debit","type":"object","x-expandableFields":[]},"payment_method_bancontact":{"description":"","title":"payment_method_bancontact","type":"object","x-expandableFields":[]},"payment_method_billie":{"description":"","title":"payment_method_billie","type":"object","x-expandableFields":[]},"payment_method_blik":{"description":"","title":"payment_method_blik","type":"object","x-expandableFields":[]},"payment_method_boleto":{"description":"","properties":{"tax_id":{"description":"Uniquely identifies the customer tax id (CNPJ or CPF)","maxLength":5000,"type":"string"}},"required":["tax_id"],"title":"payment_method_boleto","type":"object","x-expandableFields":[]},"payment_method_card":{"description":"","properties":{"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"type":"string"},"checks":{"anyOf":[{"$ref":"#/components/schemas/payment_method_card_checks"}],"description":"Checks on Card address and CVC if provided.","nullable":true},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"display_brand":{"description":"The brand to use when displaying the card, this accounts for customer's brand choice on dual-branded cards. Can be `american_express`, `cartes_bancaires`, `diners_club`, `discover`, `eftpos_australia`, `interac`, `jcb`, `mastercard`, `union_pay`, `visa`, or `other` and may contain more values in the future.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"type":"string"},"generated_from":{"anyOf":[{"$ref":"#/components/schemas/payment_method_card_generated_card"}],"description":"Details of the original PaymentMethod that created this object.","nullable":true},"last4":{"description":"The last four digits of the card.","maxLength":5000,"type":"string"},"networks":{"anyOf":[{"$ref":"#/components/schemas/networks"}],"description":"Contains information about card networks that can be used to process the payment.","nullable":true},"regulated_status":{"description":"Status of a card based on the card issuer.","enum":["regulated","unregulated"],"nullable":true,"type":"string"},"three_d_secure_usage":{"anyOf":[{"$ref":"#/components/schemas/three_d_secure_usage"}],"description":"Contains details on how this Card may be used for 3D Secure authentication.","nullable":true},"wallet":{"anyOf":[{"$ref":"#/components/schemas/payment_method_card_wallet"}],"description":"If this Card is part of a card wallet, this contains the details of the card wallet.","nullable":true}},"required":["brand","exp_month","exp_year","funding","last4"],"title":"payment_method_card","type":"object","x-expandableFields":["checks","generated_from","networks","three_d_secure_usage","wallet"]},"payment_method_card_checks":{"description":"","properties":{"address_line1_check":{"description":"If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"address_postal_code_check":{"description":"If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"cvc_check":{"description":"If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_card_checks","type":"object","x-expandableFields":[]},"payment_method_card_generated_card":{"description":"","properties":{"charge":{"description":"The charge that created this object.","maxLength":5000,"nullable":true,"type":"string"},"payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/card_generated_from_payment_method_details"}],"description":"Transaction-specific details of the payment method used in the payment.","nullable":true},"setup_attempt":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_attempt"}],"description":"The ID of the SetupAttempt that generated this PaymentMethod, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_attempt"}]}}},"title":"payment_method_card_generated_card","type":"object","x-expandableFields":["payment_method_details","setup_attempt"]},"payment_method_card_present":{"description":"","properties":{"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"brand_product":{"description":"The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card.","maxLength":5000,"nullable":true,"type":"string"},"cardholder_name":{"description":"The cardholder name as read from the card, in [ISO 7813](https://en.wikipedia.org/wiki/ISO/IEC_7813) format. May include alphanumeric characters, special characters and first/last name separator (`/`). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"A high-level description of the type of cards issued in this range.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"issuer":{"description":"The name of the card's issuing bank.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"},"networks":{"anyOf":[{"$ref":"#/components/schemas/payment_method_card_present_networks"}],"description":"Contains information about card networks that can be used to process the payment.","nullable":true},"offline":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_present_offline"}],"description":"Details about payment methods collected offline.","nullable":true},"preferred_locales":{"description":"The languages that the issuing bank recommends using for localizing any customer-facing text, as read from the card. Referenced from EMV tag 5F2D, data encoded on the card's chip.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"read_method":{"description":"How card details were read in this transaction.","enum":["contact_emv","contactless_emv","contactless_magstripe_mode","magnetic_stripe_fallback","magnetic_stripe_track2"],"nullable":true,"type":"string"},"wallet":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_present_common_wallet"}},"required":["exp_month","exp_year"],"title":"payment_method_card_present","type":"object","x-expandableFields":["networks","offline","wallet"]},"payment_method_card_present_networks":{"description":"","properties":{"available":{"description":"All networks available for selection via [payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).","items":{"maxLength":5000,"type":"string"},"type":"array"},"preferred":{"description":"The preferred network for the card.","maxLength":5000,"nullable":true,"type":"string"}},"required":["available"],"title":"payment_method_card_present_networks","type":"object","x-expandableFields":[]},"payment_method_card_wallet":{"description":"","properties":{"amex_express_checkout":{"$ref":"#/components/schemas/payment_method_card_wallet_amex_express_checkout"},"apple_pay":{"$ref":"#/components/schemas/payment_method_card_wallet_apple_pay"},"dynamic_last4":{"description":"(For tokenized numbers only.) The last four digits of the device account number.","maxLength":5000,"nullable":true,"type":"string"},"google_pay":{"$ref":"#/components/schemas/payment_method_card_wallet_google_pay"},"link":{"$ref":"#/components/schemas/payment_method_card_wallet_link"},"masterpass":{"$ref":"#/components/schemas/payment_method_card_wallet_masterpass"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_card_wallet_samsung_pay"},"type":{"description":"The type of the card wallet, one of `amex_express_checkout`, `apple_pay`, `google_pay`, `masterpass`, `samsung_pay`, `visa_checkout`, or `link`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type.","enum":["amex_express_checkout","apple_pay","google_pay","link","masterpass","samsung_pay","visa_checkout"],"type":"string"},"visa_checkout":{"$ref":"#/components/schemas/payment_method_card_wallet_visa_checkout"}},"required":["type"],"title":"payment_method_card_wallet","type":"object","x-expandableFields":["amex_express_checkout","apple_pay","google_pay","link","masterpass","samsung_pay","visa_checkout"]},"payment_method_card_wallet_amex_express_checkout":{"description":"","title":"payment_method_card_wallet_amex_express_checkout","type":"object","x-expandableFields":[]},"payment_method_card_wallet_apple_pay":{"description":"","title":"payment_method_card_wallet_apple_pay","type":"object","x-expandableFields":[]},"payment_method_card_wallet_google_pay":{"description":"","title":"payment_method_card_wallet_google_pay","type":"object","x-expandableFields":[]},"payment_method_card_wallet_link":{"description":"","title":"payment_method_card_wallet_link","type":"object","x-expandableFields":[]},"payment_method_card_wallet_masterpass":{"description":"","properties":{"billing_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true},"email":{"description":"Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true}},"title":"payment_method_card_wallet_masterpass","type":"object","x-expandableFields":["billing_address","shipping_address"]},"payment_method_card_wallet_samsung_pay":{"description":"","title":"payment_method_card_wallet_samsung_pay","type":"object","x-expandableFields":[]},"payment_method_card_wallet_visa_checkout":{"description":"","properties":{"billing_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true},"email":{"description":"Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true}},"title":"payment_method_card_wallet_visa_checkout","type":"object","x-expandableFields":["billing_address","shipping_address"]},"payment_method_cashapp":{"description":"","properties":{"buyer_id":{"description":"A unique and immutable identifier assigned by Cash App to every buyer.","maxLength":5000,"nullable":true,"type":"string"},"cashtag":{"description":"A public identifier for buyers using Cash App.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_cashapp","type":"object","x-expandableFields":[]},"payment_method_config_biz_payment_method_configuration_details":{"description":"","properties":{"id":{"description":"ID of the payment method configuration used.","maxLength":5000,"type":"string"},"parent":{"description":"ID of the parent payment method configuration used.","maxLength":5000,"nullable":true,"type":"string"}},"required":["id"],"title":"PaymentMethodConfigBizPaymentMethodConfigurationDetails","type":"object","x-expandableFields":[]},"payment_method_config_resource_display_preference":{"description":"","properties":{"overridable":{"description":"For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.","nullable":true,"type":"boolean"},"preference":{"description":"The account's display preference.","enum":["none","off","on"],"type":"string"},"value":{"description":"The effective display preference value.","enum":["off","on"],"type":"string"}},"required":["preference","value"],"title":"PaymentMethodConfigResourceDisplayPreference","type":"object","x-expandableFields":[]},"payment_method_config_resource_payment_method_properties":{"description":"","properties":{"available":{"description":"Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.","type":"boolean"},"display_preference":{"$ref":"#/components/schemas/payment_method_config_resource_display_preference"}},"required":["available","display_preference"],"title":"PaymentMethodConfigResourcePaymentMethodProperties","type":"object","x-expandableFields":["display_preference"]},"payment_method_configuration":{"description":"PaymentMethodConfigurations control which payment methods are displayed to your customers when you don't explicitly specify payment method types. You can have multiple configurations with different sets of payment methods for different scenarios.\n\nThere are two types of PaymentMethodConfigurations. Which is used depends on the [charge type](https://docs.stripe.com/connect/charges):\n\n**Direct** configurations apply to payments created on your account, including Connect destination charges, Connect separate charges and transfers, and payments not involving Connect.\n\n**Child** configurations apply to payments created on your connected accounts using direct charges, and charges with the on_behalf_of parameter.\n\nChild configurations have a `parent` that sets default values and controls which settings connected accounts may override. You can specify a parent ID at payment time, and Stripe will automatically resolve the connected account’s associated child configuration. Parent configurations are [managed in the dashboard](https://dashboard.stripe.com/settings/payment_methods/connected_accounts) and are not available in this API.\n\nRelated guides:\n- [Payment Method Configurations API](https://docs.stripe.com/connect/payment-method-configurations)\n- [Multiple configurations on dynamic payment methods](https://docs.stripe.com/payments/multiple-payment-method-configs)\n- [Multiple configurations for your Connect accounts](https://docs.stripe.com/connect/multiple-payment-method-configurations)","properties":{"acss_debit":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"active":{"description":"Whether the configuration can be used for new payments.","type":"boolean"},"affirm":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"afterpay_clearpay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"alipay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"alma":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"amazon_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"apple_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"application":{"description":"For child configs, the Connect application associated with the configuration.","maxLength":5000,"nullable":true,"type":"string"},"au_becs_debit":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"bacs_debit":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"bancontact":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"billie":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"blik":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"boleto":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"card":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"cartes_bancaires":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"cashapp":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"crypto":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"customer_balance":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"eps":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"fpx":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"giropay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"google_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"grabpay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"ideal":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"is_default":{"description":"The default configuration is used whenever a payment method configuration is not specified.","type":"boolean"},"jcb":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"kakao_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"klarna":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"konbini":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"kr_card":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"link":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"mb_way":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"mobilepay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"multibanco":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"name":{"description":"The configuration's name.","maxLength":5000,"type":"string"},"naver_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"nz_bank_account":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_method_configuration"],"type":"string"},"oxxo":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"p24":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"parent":{"description":"For child configs, the configuration's parent configuration.","maxLength":5000,"nullable":true,"type":"string"},"pay_by_bank":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"payco":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"paynow":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"paypal":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"payto":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"pix":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"promptpay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"revolut_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"satispay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"sepa_debit":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"sofort":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"swish":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"twint":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"us_bank_account":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"wechat_pay":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"},"zip":{"$ref":"#/components/schemas/payment_method_config_resource_payment_method_properties"}},"required":["active","id","is_default","livemode","name","object"],"title":"PaymentMethodConfigResourcePaymentMethodConfiguration","type":"object","x-expandableFields":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","apple_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","cartes_bancaires","cashapp","crypto","customer_balance","eps","fpx","giropay","google_pay","grabpay","ideal","jcb","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"x-resourceId":"payment_method_configuration"},"payment_method_crypto":{"description":"","title":"payment_method_crypto","type":"object","x-expandableFields":[]},"payment_method_custom":{"description":"","properties":{"display_name":{"description":"Display name of the Dashboard-only CustomPaymentMethodType.","maxLength":5000,"nullable":true,"type":"string"},"logo":{"anyOf":[{"$ref":"#/components/schemas/custom_logo"}],"description":"Contains information about the Dashboard-only CustomPaymentMethodType logo.","nullable":true},"type":{"description":"ID of the Dashboard-only CustomPaymentMethodType. Not expandable.","maxLength":5000,"type":"string"}},"required":["type"],"title":"payment_method_custom","type":"object","x-expandableFields":["logo"]},"payment_method_customer_balance":{"description":"","title":"payment_method_customer_balance","type":"object","x-expandableFields":[]},"payment_method_details":{"description":"","properties":{"ach_credit_transfer":{"$ref":"#/components/schemas/payment_method_details_ach_credit_transfer"},"ach_debit":{"$ref":"#/components/schemas/payment_method_details_ach_debit"},"acss_debit":{"$ref":"#/components/schemas/payment_method_details_acss_debit"},"affirm":{"$ref":"#/components/schemas/payment_method_details_affirm"},"afterpay_clearpay":{"$ref":"#/components/schemas/payment_method_details_afterpay_clearpay"},"alipay":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_alipay_details"},"alma":{"$ref":"#/components/schemas/payment_method_details_alma"},"amazon_pay":{"$ref":"#/components/schemas/payment_method_details_amazon_pay"},"au_becs_debit":{"$ref":"#/components/schemas/payment_method_details_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/payment_method_details_bacs_debit"},"bancontact":{"$ref":"#/components/schemas/payment_method_details_bancontact"},"billie":{"$ref":"#/components/schemas/payment_method_details_billie"},"blik":{"$ref":"#/components/schemas/payment_method_details_blik"},"boleto":{"$ref":"#/components/schemas/payment_method_details_boleto"},"card":{"$ref":"#/components/schemas/payment_method_details_card"},"card_present":{"$ref":"#/components/schemas/payment_method_details_card_present"},"cashapp":{"$ref":"#/components/schemas/payment_method_details_cashapp"},"crypto":{"$ref":"#/components/schemas/payment_method_details_crypto"},"customer_balance":{"$ref":"#/components/schemas/payment_method_details_customer_balance"},"eps":{"$ref":"#/components/schemas/payment_method_details_eps"},"fpx":{"$ref":"#/components/schemas/payment_method_details_fpx"},"giropay":{"$ref":"#/components/schemas/payment_method_details_giropay"},"grabpay":{"$ref":"#/components/schemas/payment_method_details_grabpay"},"ideal":{"$ref":"#/components/schemas/payment_method_details_ideal"},"interac_present":{"$ref":"#/components/schemas/payment_method_details_interac_present"},"kakao_pay":{"$ref":"#/components/schemas/payment_method_details_kakao_pay"},"klarna":{"$ref":"#/components/schemas/payment_method_details_klarna"},"konbini":{"$ref":"#/components/schemas/payment_method_details_konbini"},"kr_card":{"$ref":"#/components/schemas/payment_method_details_kr_card"},"link":{"$ref":"#/components/schemas/payment_method_details_link"},"mb_way":{"$ref":"#/components/schemas/payment_method_details_mb_way"},"mobilepay":{"$ref":"#/components/schemas/payment_method_details_mobilepay"},"multibanco":{"$ref":"#/components/schemas/payment_method_details_multibanco"},"naver_pay":{"$ref":"#/components/schemas/payment_method_details_naver_pay"},"nz_bank_account":{"$ref":"#/components/schemas/payment_method_details_nz_bank_account"},"oxxo":{"$ref":"#/components/schemas/payment_method_details_oxxo"},"p24":{"$ref":"#/components/schemas/payment_method_details_p24"},"pay_by_bank":{"$ref":"#/components/schemas/payment_method_details_pay_by_bank"},"payco":{"$ref":"#/components/schemas/payment_method_details_payco"},"paynow":{"$ref":"#/components/schemas/payment_method_details_paynow"},"paypal":{"$ref":"#/components/schemas/payment_method_details_paypal"},"payto":{"$ref":"#/components/schemas/payment_method_details_payto"},"pix":{"$ref":"#/components/schemas/payment_method_details_pix"},"promptpay":{"$ref":"#/components/schemas/payment_method_details_promptpay"},"revolut_pay":{"$ref":"#/components/schemas/payment_method_details_revolut_pay"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_details_samsung_pay"},"satispay":{"$ref":"#/components/schemas/payment_method_details_satispay"},"sepa_debit":{"$ref":"#/components/schemas/payment_method_details_sepa_debit"},"sofort":{"$ref":"#/components/schemas/payment_method_details_sofort"},"stripe_account":{"$ref":"#/components/schemas/payment_method_details_stripe_account"},"swish":{"$ref":"#/components/schemas/payment_method_details_swish"},"twint":{"$ref":"#/components/schemas/payment_method_details_twint"},"type":{"description":"The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type) for the full list of possible types.\nAn additional hash is included on `payment_method_details` with a name matching this value.\nIt contains information specific to the payment method.","maxLength":5000,"type":"string"},"us_bank_account":{"$ref":"#/components/schemas/payment_method_details_us_bank_account"},"wechat":{"$ref":"#/components/schemas/payment_method_details_wechat"},"wechat_pay":{"$ref":"#/components/schemas/payment_method_details_wechat_pay"},"zip":{"$ref":"#/components/schemas/payment_method_details_zip"}},"required":["type"],"title":"payment_method_details","type":"object","x-expandableFields":["ach_credit_transfer","ach_debit","acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","card_present","cashapp","crypto","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","stripe_account","swish","twint","us_bank_account","wechat","wechat_pay","zip"]},"payment_method_details_ach_credit_transfer":{"description":"","properties":{"account_number":{"description":"Account number to transfer funds to.","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the routing number.","maxLength":5000,"nullable":true,"type":"string"},"routing_number":{"description":"Routing transit number for the bank account to transfer funds to.","maxLength":5000,"nullable":true,"type":"string"},"swift_code":{"description":"SWIFT code of the bank associated with the routing number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_ach_credit_transfer","type":"object","x-expandableFields":[]},"payment_method_details_ach_debit":{"description":"","properties":{"account_holder_type":{"description":"Type of entity that holds the account. This can be either `individual` or `company`.","enum":["company","individual"],"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country the bank account is located in.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"routing_number":{"description":"Routing transit number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_ach_debit","type":"object","x-expandableFields":[]},"payment_method_details_acss_debit":{"description":"","properties":{"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"institution_number":{"description":"Institution number of the bank account","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"description":"ID of the mandate used to make this payment.","maxLength":5000,"type":"string"},"transit_number":{"description":"Transit number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_acss_debit","type":"object","x-expandableFields":[]},"payment_method_details_affirm":{"description":"","properties":{"location":{"description":"ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.","maxLength":5000,"type":"string"},"reader":{"description":"ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.","maxLength":5000,"type":"string"},"transaction_id":{"description":"The Affirm transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_affirm","type":"object","x-expandableFields":[]},"payment_method_details_afterpay_clearpay":{"description":"","properties":{"order_id":{"description":"The Afterpay order ID associated with this payment intent.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"Order identifier shown to the merchant in Afterpay’s online portal.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_afterpay_clearpay","type":"object","x-expandableFields":[]},"payment_method_details_alma":{"description":"","properties":{"installments":{"$ref":"#/components/schemas/alma_installments"},"transaction_id":{"description":"The Alma transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_alma","type":"object","x-expandableFields":["installments"]},"payment_method_details_amazon_pay":{"description":"","properties":{"funding":{"$ref":"#/components/schemas/amazon_pay_underlying_payment_method_funding_details"},"transaction_id":{"description":"The Amazon Pay transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_amazon_pay","type":"object","x-expandableFields":["funding"]},"payment_method_details_au_becs_debit":{"description":"","properties":{"bsb_number":{"description":"Bank-State-Branch number of the bank account.","maxLength":5000,"nullable":true,"type":"string"},"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"description":"ID of the mandate used to make this payment.","maxLength":5000,"type":"string"}},"title":"payment_method_details_au_becs_debit","type":"object","x-expandableFields":[]},"payment_method_details_bacs_debit":{"description":"","properties":{"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"description":"ID of the mandate used to make this payment.","maxLength":5000,"nullable":true,"type":"string"},"sort_code":{"description":"Sort code of the bank account. (e.g., `10-20-30`)","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_bacs_debit","type":"object","x-expandableFields":[]},"payment_method_details_bancontact":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bic":{"description":"Bank Identifier Code of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"preferred_language":{"description":"Preferred language of the Bancontact authorization page that the customer is redirected to.\nCan be one of `en`, `de`, `fr`, or `nl`","enum":["de","en","fr","nl"],"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by Bancontact directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_bancontact","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]},"payment_method_details_billie":{"description":"","properties":{"transaction_id":{"description":"The Billie transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_billie","type":"object","x-expandableFields":[]},"payment_method_details_blik":{"description":"","properties":{"buyer_id":{"description":"A unique and immutable identifier assigned by BLIK to every buyer.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_blik","type":"object","x-expandableFields":[]},"payment_method_details_boleto":{"description":"","properties":{"tax_id":{"description":"The tax ID of the customer (CPF for individuals consumers or CNPJ for businesses consumers)","maxLength":5000,"type":"string"}},"required":["tax_id"],"title":"payment_method_details_boleto","type":"object","x-expandableFields":[]},"payment_method_details_card":{"description":"","properties":{"amount_authorized":{"description":"The authorized amount.","nullable":true,"type":"integer"},"authorization_code":{"description":"Authorization code on the charge.","maxLength":5000,"nullable":true,"type":"string"},"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"capture_before":{"description":"When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.","format":"unix-time","type":"integer"},"checks":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_checks"}],"description":"Check results by Card networks on Card address and CVC at time of payment.","nullable":true},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"extended_authorization":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_extended_authorization_extended_authorization"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"incremental_authorization":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_incremental_authorization_incremental_authorization"},"installments":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_installments"}],"description":"Installment details for this payment.\n\nFor more information, see the [installments integration guide](https://docs.stripe.com/payments/installments).","nullable":true},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"description":"ID of the mandate used to make this payment or created by it.","maxLength":5000,"nullable":true,"type":"string"},"multicapture":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_multicapture"},"network":{"description":"Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"network_token":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_network_token"}],"description":"If this card has network token credentials, this contains the details of the network token credentials.","nullable":true},"network_transaction_id":{"description":"This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.","maxLength":5000,"nullable":true,"type":"string"},"overcapture":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture"},"regulated_status":{"description":"Status of a card based on the card issuer.","enum":["regulated","unregulated"],"nullable":true,"type":"string"},"three_d_secure":{"anyOf":[{"$ref":"#/components/schemas/three_d_secure_details_charge"}],"description":"Populated if this transaction used 3D Secure authentication.","nullable":true},"wallet":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_wallet"}],"description":"If this Card is part of a card wallet, this contains the details of the card wallet.","nullable":true}},"required":["exp_month","exp_year"],"title":"payment_method_details_card","type":"object","x-expandableFields":["checks","extended_authorization","incremental_authorization","installments","multicapture","network_token","overcapture","three_d_secure","wallet"]},"payment_method_details_card_checks":{"description":"","properties":{"address_line1_check":{"description":"If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"address_postal_code_check":{"description":"If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"cvc_check":{"description":"If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_card_checks","type":"object","x-expandableFields":[]},"payment_method_details_card_installments":{"description":"","properties":{"plan":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"}],"description":"Installment plan selected for the payment.","nullable":true}},"title":"payment_method_details_card_installments","type":"object","x-expandableFields":["plan"]},"payment_method_details_card_installments_plan":{"description":"","properties":{"count":{"description":"For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.","nullable":true,"type":"integer"},"interval":{"description":"For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.","enum":["month"],"nullable":true,"type":"string"},"type":{"description":"Type of installment plan, one of `fixed_count`, `bonus`, or `revolving`.","enum":["bonus","fixed_count","revolving"],"type":"string"}},"required":["type"],"title":"payment_method_details_card_installments_plan","type":"object","x-expandableFields":[]},"payment_method_details_card_network_token":{"description":"","properties":{"used":{"description":"Indicates if Stripe used a network token, either user provided or Stripe managed when processing the transaction.","type":"boolean"}},"required":["used"],"title":"payment_method_details_card_network_token","type":"object","x-expandableFields":[]},"payment_method_details_card_present":{"description":"","properties":{"amount_authorized":{"description":"The authorized amount","nullable":true,"type":"integer"},"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"brand_product":{"description":"The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card.","maxLength":5000,"nullable":true,"type":"string"},"capture_before":{"description":"When using manual capture, a future timestamp after which the charge will be automatically refunded if uncaptured.","format":"unix-time","type":"integer"},"cardholder_name":{"description":"The cardholder name as read from the card, in [ISO 7813](https://en.wikipedia.org/wiki/ISO/IEC_7813) format. May include alphanumeric characters, special characters and first/last name separator (`/`). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"A high-level description of the type of cards issued in this range.","maxLength":5000,"nullable":true,"type":"string"},"emv_auth_data":{"description":"Authorization response cryptogram.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"generated_card":{"description":"ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.","maxLength":5000,"nullable":true,"type":"string"},"incremental_authorization_supported":{"description":"Whether this [PaymentIntent](https://docs.stripe.com/api/payment_intents) is eligible for incremental authorizations. Request support using [request_incremental_authorization_support](https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_options-card_present-request_incremental_authorization_support).","type":"boolean"},"issuer":{"description":"The name of the card's issuing bank.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"},"network":{"description":"Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"network_transaction_id":{"description":"This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.","maxLength":5000,"nullable":true,"type":"string"},"offline":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_present_offline"}],"description":"Details about payments collected offline.","nullable":true},"overcapture_supported":{"description":"Defines whether the authorized amount can be over-captured or not","type":"boolean"},"preferred_locales":{"description":"The languages that the issuing bank recommends using for localizing any customer-facing text, as read from the card. Referenced from EMV tag 5F2D, data encoded on the card's chip.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"read_method":{"description":"How card details were read in this transaction.","enum":["contact_emv","contactless_emv","contactless_magstripe_mode","magnetic_stripe_fallback","magnetic_stripe_track2"],"nullable":true,"type":"string"},"receipt":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_present_receipt"}],"description":"A collection of fields required to be displayed on receipts. Only required for EMV transactions.","nullable":true},"wallet":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_card_present_common_wallet"}},"required":["exp_month","exp_year","incremental_authorization_supported","overcapture_supported"],"title":"payment_method_details_card_present","type":"object","x-expandableFields":["offline","receipt","wallet"]},"payment_method_details_card_present_offline":{"description":"","properties":{"stored_at":{"description":"Time at which the payment was collected while offline","format":"unix-time","nullable":true,"type":"integer"},"type":{"description":"The method used to process this payment method offline. Only deferred is allowed.","enum":["deferred"],"nullable":true,"type":"string"}},"title":"payment_method_details_card_present_offline","type":"object","x-expandableFields":[]},"payment_method_details_card_present_receipt":{"description":"","properties":{"account_type":{"description":"The type of account being debited or credited","enum":["checking","credit","prepaid","unknown"],"type":"string","x-stripeBypassValidation":true},"application_cryptogram":{"description":"The Application Cryptogram, a unique value generated by the card to authenticate the transaction with issuers.","maxLength":5000,"nullable":true,"type":"string"},"application_preferred_name":{"description":"The Application Identifier (AID) on the card used to determine which networks are eligible to process the transaction. Referenced from EMV tag 9F12, data encoded on the card's chip.","maxLength":5000,"nullable":true,"type":"string"},"authorization_code":{"description":"Identifier for this transaction.","maxLength":5000,"nullable":true,"type":"string"},"authorization_response_code":{"description":"EMV tag 8A. A code returned by the card issuer.","maxLength":5000,"nullable":true,"type":"string"},"cardholder_verification_method":{"description":"Describes the method used by the cardholder to verify ownership of the card. One of the following: `approval`, `failure`, `none`, `offline_pin`, `offline_pin_and_signature`, `online_pin`, or `signature`.","maxLength":5000,"nullable":true,"type":"string"},"dedicated_file_name":{"description":"Similar to the application_preferred_name, identifying the applications (AIDs) available on the card. Referenced from EMV tag 84.","maxLength":5000,"nullable":true,"type":"string"},"terminal_verification_results":{"description":"A 5-byte string that records the checks and validations that occur between the card and the terminal. These checks determine how the terminal processes the transaction and what risk tolerance is acceptable. Referenced from EMV Tag 95.","maxLength":5000,"nullable":true,"type":"string"},"transaction_status_information":{"description":"An indication of which steps were completed during the card read process. Referenced from EMV Tag 9B.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_card_present_receipt","type":"object","x-expandableFields":[]},"payment_method_details_card_wallet":{"description":"","properties":{"amex_express_checkout":{"$ref":"#/components/schemas/payment_method_details_card_wallet_amex_express_checkout"},"apple_pay":{"$ref":"#/components/schemas/payment_method_details_card_wallet_apple_pay"},"dynamic_last4":{"description":"(For tokenized numbers only.) The last four digits of the device account number.","maxLength":5000,"nullable":true,"type":"string"},"google_pay":{"$ref":"#/components/schemas/payment_method_details_card_wallet_google_pay"},"link":{"$ref":"#/components/schemas/payment_method_details_card_wallet_link"},"masterpass":{"$ref":"#/components/schemas/payment_method_details_card_wallet_masterpass"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_details_card_wallet_samsung_pay"},"type":{"description":"The type of the card wallet, one of `amex_express_checkout`, `apple_pay`, `google_pay`, `masterpass`, `samsung_pay`, `visa_checkout`, or `link`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type.","enum":["amex_express_checkout","apple_pay","google_pay","link","masterpass","samsung_pay","visa_checkout"],"type":"string"},"visa_checkout":{"$ref":"#/components/schemas/payment_method_details_card_wallet_visa_checkout"}},"required":["type"],"title":"payment_method_details_card_wallet","type":"object","x-expandableFields":["amex_express_checkout","apple_pay","google_pay","link","masterpass","samsung_pay","visa_checkout"]},"payment_method_details_card_wallet_amex_express_checkout":{"description":"","title":"payment_method_details_card_wallet_amex_express_checkout","type":"object","x-expandableFields":[]},"payment_method_details_card_wallet_apple_pay":{"description":"","title":"payment_method_details_card_wallet_apple_pay","type":"object","x-expandableFields":[]},"payment_method_details_card_wallet_google_pay":{"description":"","title":"payment_method_details_card_wallet_google_pay","type":"object","x-expandableFields":[]},"payment_method_details_card_wallet_link":{"description":"","title":"payment_method_details_card_wallet_link","type":"object","x-expandableFields":[]},"payment_method_details_card_wallet_masterpass":{"description":"","properties":{"billing_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true},"email":{"description":"Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true}},"title":"payment_method_details_card_wallet_masterpass","type":"object","x-expandableFields":["billing_address","shipping_address"]},"payment_method_details_card_wallet_samsung_pay":{"description":"","title":"payment_method_details_card_wallet_samsung_pay","type":"object","x-expandableFields":[]},"payment_method_details_card_wallet_visa_checkout":{"description":"","properties":{"billing_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true},"email":{"description":"Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true}},"title":"payment_method_details_card_wallet_visa_checkout","type":"object","x-expandableFields":["billing_address","shipping_address"]},"payment_method_details_cashapp":{"description":"","properties":{"buyer_id":{"description":"A unique and immutable identifier assigned by Cash App to every buyer.","maxLength":5000,"nullable":true,"type":"string"},"cashtag":{"description":"A public identifier for buyers using Cash App.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"A unique and immutable identifier of payments assigned by Cash App","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_cashapp","type":"object","x-expandableFields":[]},"payment_method_details_crypto":{"description":"","properties":{"buyer_address":{"description":"The wallet address of the customer.","maxLength":5000,"type":"string"},"network":{"description":"The blockchain network that the transaction was sent on.","enum":["base","ethereum","polygon","solana"],"type":"string"},"token_currency":{"description":"The token currency that the transaction was sent with.","enum":["usdc","usdg","usdp"],"type":"string","x-stripeBypassValidation":true},"transaction_hash":{"description":"The blockchain transaction hash of the crypto payment.","maxLength":5000,"type":"string"}},"title":"payment_method_details_crypto","type":"object","x-expandableFields":[]},"payment_method_details_customer_balance":{"description":"","title":"payment_method_details_customer_balance","type":"object","x-expandableFields":[]},"payment_method_details_eps":{"description":"","properties":{"bank":{"description":"The customer's bank. Should be one of `arzte_und_apotheker_bank`, `austrian_anadi_bank_ag`, `bank_austria`, `bankhaus_carl_spangler`, `bankhaus_schelhammer_und_schattera_ag`, `bawag_psk_ag`, `bks_bank_ag`, `brull_kallmus_bank_ag`, `btv_vier_lander_bank`, `capital_bank_grawe_gruppe_ag`, `deutsche_bank_ag`, `dolomitenbank`, `easybank_ag`, `erste_bank_und_sparkassen`, `hypo_alpeadriabank_international_ag`, `hypo_noe_lb_fur_niederosterreich_u_wien`, `hypo_oberosterreich_salzburg_steiermark`, `hypo_tirol_bank_ag`, `hypo_vorarlberg_bank_ag`, `hypo_bank_burgenland_aktiengesellschaft`, `marchfelder_bank`, `oberbank_ag`, `raiffeisen_bankengruppe_osterreich`, `schoellerbank_ag`, `sparda_bank_wien`, `volksbank_gruppe`, `volkskreditbank_ag`, or `vr_bank_braunau`.","enum":["arzte_und_apotheker_bank","austrian_anadi_bank_ag","bank_austria","bankhaus_carl_spangler","bankhaus_schelhammer_und_schattera_ag","bawag_psk_ag","bks_bank_ag","brull_kallmus_bank_ag","btv_vier_lander_bank","capital_bank_grawe_gruppe_ag","deutsche_bank_ag","dolomitenbank","easybank_ag","erste_bank_und_sparkassen","hypo_alpeadriabank_international_ag","hypo_bank_burgenland_aktiengesellschaft","hypo_noe_lb_fur_niederosterreich_u_wien","hypo_oberosterreich_salzburg_steiermark","hypo_tirol_bank_ag","hypo_vorarlberg_bank_ag","marchfelder_bank","oberbank_ag","raiffeisen_bankengruppe_osterreich","schoellerbank_ag","sparda_bank_wien","volksbank_gruppe","volkskreditbank_ag","vr_bank_braunau"],"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by EPS directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.\nEPS rarely provides this information so the attribute is usually empty.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_eps","type":"object","x-expandableFields":[]},"payment_method_details_fpx":{"description":"","properties":{"bank":{"description":"The customer's bank. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, `pb_enterprise`, or `bank_of_china`.","enum":["affin_bank","agrobank","alliance_bank","ambank","bank_islam","bank_muamalat","bank_of_china","bank_rakyat","bsn","cimb","deutsche_bank","hong_leong_bank","hsbc","kfh","maybank2e","maybank2u","ocbc","pb_enterprise","public_bank","rhb","standard_chartered","uob"],"type":"string"},"transaction_id":{"description":"Unique transaction id generated by FPX for every request from the merchant","maxLength":5000,"nullable":true,"type":"string"}},"required":["bank"],"title":"payment_method_details_fpx","type":"object","x-expandableFields":[]},"payment_method_details_giropay":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bic":{"description":"Bank Identifier Code of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by Giropay directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.\nGiropay rarely provides this information so the attribute is usually empty.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_giropay","type":"object","x-expandableFields":[]},"payment_method_details_grabpay":{"description":"","properties":{"transaction_id":{"description":"Unique transaction id generated by GrabPay","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_grabpay","type":"object","x-expandableFields":[]},"payment_method_details_ideal":{"description":"","properties":{"bank":{"description":"The customer's bank. Can be one of `abn_amro`, `adyen`, `asn_bank`, `bunq`, `buut`, `finom`, `handelsbanken`, `ing`, `knab`, `mollie`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.","enum":["abn_amro","adyen","asn_bank","bunq","buut","finom","handelsbanken","ing","knab","mollie","moneyou","n26","nn","rabobank","regiobank","revolut","sns_bank","triodos_bank","van_lanschot","yoursafe"],"nullable":true,"type":"string"},"bic":{"description":"The Bank Identifier Code of the customer's bank.","enum":["ABNANL2A","ADYBNL2A","ASNBNL21","BITSNL2A","BUNQNL2A","BUUTNL2A","FNOMNL22","FVLBNL22","HANDNL2A","INGBNL2A","KNABNL2H","MLLENL2A","MOYONL21","NNBANL2G","NTSBDEB1","RABONL2U","RBRBNL21","REVOIE23","REVOLT21","SNSBNL2A","TRIONL2U"],"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"Unique transaction ID generated by iDEAL.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by iDEAL directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_ideal","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]},"payment_method_details_interac_present":{"description":"","properties":{"brand":{"description":"Card brand. Can be `interac`, `mastercard` or `visa`.","maxLength":5000,"nullable":true,"type":"string"},"cardholder_name":{"description":"The cardholder name as read from the card, in [ISO 7813](https://en.wikipedia.org/wiki/ISO/IEC_7813) format. May include alphanumeric characters, special characters and first/last name separator (`/`). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"A high-level description of the type of cards issued in this range.","maxLength":5000,"nullable":true,"type":"string"},"emv_auth_data":{"description":"Authorization response cryptogram.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"generated_card":{"description":"ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.","maxLength":5000,"nullable":true,"type":"string"},"issuer":{"description":"The name of the card's issuing bank.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"},"network":{"description":"Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"network_transaction_id":{"description":"This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.","maxLength":5000,"nullable":true,"type":"string"},"preferred_locales":{"description":"The languages that the issuing bank recommends using for localizing any customer-facing text, as read from the card. Referenced from EMV tag 5F2D, data encoded on the card's chip.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"read_method":{"description":"How card details were read in this transaction.","enum":["contact_emv","contactless_emv","contactless_magstripe_mode","magnetic_stripe_fallback","magnetic_stripe_track2"],"nullable":true,"type":"string"},"receipt":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_interac_present_receipt"}],"description":"A collection of fields required to be displayed on receipts. Only required for EMV transactions.","nullable":true}},"required":["exp_month","exp_year"],"title":"payment_method_details_interac_present","type":"object","x-expandableFields":["receipt"]},"payment_method_details_interac_present_receipt":{"description":"","properties":{"account_type":{"description":"The type of account being debited or credited","enum":["checking","savings","unknown"],"type":"string","x-stripeBypassValidation":true},"application_cryptogram":{"description":"The Application Cryptogram, a unique value generated by the card to authenticate the transaction with issuers.","maxLength":5000,"nullable":true,"type":"string"},"application_preferred_name":{"description":"The Application Identifier (AID) on the card used to determine which networks are eligible to process the transaction. Referenced from EMV tag 9F12, data encoded on the card's chip.","maxLength":5000,"nullable":true,"type":"string"},"authorization_code":{"description":"Identifier for this transaction.","maxLength":5000,"nullable":true,"type":"string"},"authorization_response_code":{"description":"EMV tag 8A. A code returned by the card issuer.","maxLength":5000,"nullable":true,"type":"string"},"cardholder_verification_method":{"description":"Describes the method used by the cardholder to verify ownership of the card. One of the following: `approval`, `failure`, `none`, `offline_pin`, `offline_pin_and_signature`, `online_pin`, or `signature`.","maxLength":5000,"nullable":true,"type":"string"},"dedicated_file_name":{"description":"Similar to the application_preferred_name, identifying the applications (AIDs) available on the card. Referenced from EMV tag 84.","maxLength":5000,"nullable":true,"type":"string"},"terminal_verification_results":{"description":"A 5-byte string that records the checks and validations that occur between the card and the terminal. These checks determine how the terminal processes the transaction and what risk tolerance is acceptable. Referenced from EMV Tag 95.","maxLength":5000,"nullable":true,"type":"string"},"transaction_status_information":{"description":"An indication of which steps were completed during the card read process. Referenced from EMV Tag 9B.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_interac_present_receipt","type":"object","x-expandableFields":[]},"payment_method_details_kakao_pay":{"description":"","properties":{"buyer_id":{"description":"A unique identifier for the buyer as determined by the local payment processor.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"The Kakao Pay transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_kakao_pay","type":"object","x-expandableFields":[]},"payment_method_details_klarna":{"description":"","properties":{"payer_details":{"anyOf":[{"$ref":"#/components/schemas/klarna_payer_details"}],"description":"The payer details for this transaction.","nullable":true},"payment_method_category":{"description":"The Klarna payment method used for this transaction.\nCan be one of `pay_later`, `pay_now`, `pay_with_financing`, or `pay_in_installments`","maxLength":5000,"nullable":true,"type":"string"},"preferred_locale":{"description":"Preferred language of the Klarna authorization page that the customer is redirected to.\nCan be one of `de-AT`, `en-AT`, `nl-BE`, `fr-BE`, `en-BE`, `de-DE`, `en-DE`, `da-DK`, `en-DK`, `es-ES`, `en-ES`, `fi-FI`, `sv-FI`, `en-FI`, `en-GB`, `en-IE`, `it-IT`, `en-IT`, `nl-NL`, `en-NL`, `nb-NO`, `en-NO`, `sv-SE`, `en-SE`, `en-US`, `es-US`, `fr-FR`, `en-FR`, `cs-CZ`, `en-CZ`, `ro-RO`, `en-RO`, `el-GR`, `en-GR`, `en-AU`, `en-NZ`, `en-CA`, `fr-CA`, `pl-PL`, `en-PL`, `pt-PT`, `en-PT`, `de-CH`, `fr-CH`, `it-CH`, or `en-CH`","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_klarna","type":"object","x-expandableFields":["payer_details"]},"payment_method_details_konbini":{"description":"","properties":{"store":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_konbini_store"}],"description":"If the payment succeeded, this contains the details of the convenience store where the payment was completed.","nullable":true}},"title":"payment_method_details_konbini","type":"object","x-expandableFields":["store"]},"payment_method_details_konbini_store":{"description":"","properties":{"chain":{"description":"The name of the convenience store chain where the payment was completed.","enum":["familymart","lawson","ministop","seicomart"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_details_konbini_store","type":"object","x-expandableFields":[]},"payment_method_details_kr_card":{"description":"","properties":{"brand":{"description":"The local credit or debit card brand.","enum":["bc","citi","hana","hyundai","jeju","jeonbuk","kakaobank","kbank","kdbbank","kookmin","kwangju","lotte","mg","nh","post","samsung","savingsbank","shinhan","shinhyup","suhyup","tossbank","woori"],"nullable":true,"type":"string"},"buyer_id":{"description":"A unique identifier for the buyer as determined by the local payment processor.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card. This may not be present for American Express cards.","maxLength":4,"nullable":true,"type":"string"},"transaction_id":{"description":"The Korean Card transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_kr_card","type":"object","x-expandableFields":[]},"payment_method_details_link":{"description":"","properties":{"country":{"description":"Two-letter ISO code representing the funding source country beneath the Link payment.\nYou could use this attribute to get a sense of international fees.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_link","type":"object","x-expandableFields":[]},"payment_method_details_mb_way":{"description":"","title":"payment_method_details_mb_way","type":"object","x-expandableFields":[]},"payment_method_details_mobilepay":{"description":"","properties":{"card":{"anyOf":[{"$ref":"#/components/schemas/internal_card"}],"description":"Internal card details","nullable":true}},"title":"payment_method_details_mobilepay","type":"object","x-expandableFields":["card"]},"payment_method_details_multibanco":{"description":"","properties":{"entity":{"description":"Entity number associated with this Multibanco payment.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"Reference number associated with this Multibanco payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_multibanco","type":"object","x-expandableFields":[]},"payment_method_details_naver_pay":{"description":"","properties":{"buyer_id":{"description":"A unique identifier for the buyer as determined by the local payment processor.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"The Naver Pay transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_naver_pay","type":"object","x-expandableFields":[]},"payment_method_details_nz_bank_account":{"description":"","properties":{"account_holder_name":{"description":"The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details.","maxLength":5000,"nullable":true,"type":"string"},"bank_code":{"description":"The numeric code for the bank account's bank.","maxLength":5000,"type":"string"},"bank_name":{"description":"The name of the bank.","maxLength":5000,"type":"string"},"branch_code":{"description":"The numeric code for the bank account's bank branch.","maxLength":5000,"type":"string"},"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"type":"string"},"suffix":{"description":"The suffix of the bank account number.","maxLength":5000,"nullable":true,"type":"string"}},"required":["bank_code","bank_name","branch_code","last4"],"title":"payment_method_details_nz_bank_account","type":"object","x-expandableFields":[]},"payment_method_details_oxxo":{"description":"","properties":{"number":{"description":"OXXO reference number","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_oxxo","type":"object","x-expandableFields":[]},"payment_method_details_p24":{"description":"","properties":{"bank":{"description":"The customer's bank. Can be one of `ing`, `citi_handlowy`, `tmobile_usbugi_bankowe`, `plus_bank`, `etransfer_pocztowy24`, `banki_spbdzielcze`, `bank_nowy_bfg_sa`, `getin_bank`, `velobank`, `blik`, `noble_pay`, `ideabank`, `envelobank`, `santander_przelew24`, `nest_przelew`, `mbank_mtransfer`, `inteligo`, `pbac_z_ipko`, `bnp_paribas`, `credit_agricole`, `toyota_bank`, `bank_pekao_sa`, `volkswagen_bank`, `bank_millennium`, `alior_bank`, or `boz`.","enum":["alior_bank","bank_millennium","bank_nowy_bfg_sa","bank_pekao_sa","banki_spbdzielcze","blik","bnp_paribas","boz","citi_handlowy","credit_agricole","envelobank","etransfer_pocztowy24","getin_bank","ideabank","ing","inteligo","mbank_mtransfer","nest_przelew","noble_pay","pbac_z_ipko","plus_bank","santander_przelew24","tmobile_usbugi_bankowe","toyota_bank","velobank","volkswagen_bank"],"nullable":true,"type":"string"},"reference":{"description":"Unique reference for this Przelewy24 payment.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by Przelewy24 directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.\nPrzelewy24 rarely provides this information so the attribute is usually empty.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_p24","type":"object","x-expandableFields":[]},"payment_method_details_passthrough_card":{"description":"","properties":{"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","nullable":true,"type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","nullable":true,"type":"integer"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_passthrough_card","type":"object","x-expandableFields":[]},"payment_method_details_pay_by_bank":{"description":"","title":"payment_method_details_pay_by_bank","type":"object","x-expandableFields":[]},"payment_method_details_payco":{"description":"","properties":{"buyer_id":{"description":"A unique identifier for the buyer as determined by the local payment processor.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"The Payco transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_payco","type":"object","x-expandableFields":[]},"payment_method_details_payment_record_mb_way":{"description":"","title":"payment_method_details_payment_record_mb_way","type":"object","x-expandableFields":[]},"payment_method_details_payment_record_us_bank_account":{"description":"","properties":{"account_holder_type":{"description":"The type of entity that holds the account. This can be either 'individual' or 'company'.","enum":["company","individual"],"nullable":true,"type":"string"},"account_type":{"description":"The type of the bank account. This can be either 'checking' or 'savings'.","enum":["checking","savings"],"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the mandate used to make this payment.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"payment_reference":{"description":"The ACH payment reference for this transaction.","maxLength":5000,"nullable":true,"type":"string"},"routing_number":{"description":"The routing number for the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_payment_record_us_bank_account","type":"object","x-expandableFields":["mandate"]},"payment_method_details_payment_record_zip":{"description":"","title":"payment_method_details_payment_record_zip","type":"object","x-expandableFields":[]},"payment_method_details_paynow":{"description":"","properties":{"location":{"description":"ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.","maxLength":5000,"type":"string"},"reader":{"description":"ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.","maxLength":5000,"type":"string"},"reference":{"description":"Reference number associated with this PayNow payment","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_paynow","type":"object","x-expandableFields":[]},"payment_method_details_paypal":{"description":"","properties":{"country":{"description":"Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"payer_email":{"description":"Owner's email. Values are provided by PayPal directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"payer_id":{"description":"PayPal account PayerID. This identifier uniquely identifies the PayPal customer.","maxLength":5000,"nullable":true,"type":"string"},"payer_name":{"description":"Owner's full name. Values provided by PayPal directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"seller_protection":{"anyOf":[{"$ref":"#/components/schemas/paypal_seller_protection"}],"description":"The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.","nullable":true},"transaction_id":{"description":"A unique ID generated by PayPal for this transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_paypal","type":"object","x-expandableFields":["seller_protection"]},"payment_method_details_payto":{"description":"","properties":{"bsb_number":{"description":"Bank-State-Branch number of the bank account.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"description":"ID of the mandate used to make this payment.","maxLength":5000,"type":"string"},"pay_id":{"description":"The PayID alias for the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_payto","type":"object","x-expandableFields":[]},"payment_method_details_pix":{"description":"","properties":{"bank_transaction_id":{"description":"Unique transaction id generated by BCB","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_pix","type":"object","x-expandableFields":[]},"payment_method_details_promptpay":{"description":"","properties":{"reference":{"description":"Bill reference generated by PromptPay","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_promptpay","type":"object","x-expandableFields":[]},"payment_method_details_revolut_pay":{"description":"","properties":{"funding":{"$ref":"#/components/schemas/revolut_pay_underlying_payment_method_funding_details"},"transaction_id":{"description":"The Revolut Pay transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_revolut_pay","type":"object","x-expandableFields":["funding"]},"payment_method_details_samsung_pay":{"description":"","properties":{"buyer_id":{"description":"A unique identifier for the buyer as determined by the local payment processor.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"The Samsung Pay transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_samsung_pay","type":"object","x-expandableFields":[]},"payment_method_details_satispay":{"description":"","properties":{"transaction_id":{"description":"The Satispay transaction ID associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_satispay","type":"object","x-expandableFields":[]},"payment_method_details_sepa_debit":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"branch_code":{"description":"Branch code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country the bank account is located in.","maxLength":5000,"nullable":true,"type":"string"},"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"description":"Find the ID of the mandate used for this payment under the [payment_method_details.sepa_debit.mandate](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-sepa_debit-mandate) property on the Charge. Use this mandate ID to [retrieve the Mandate](https://docs.stripe.com/api/mandates/retrieve).","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_sepa_debit","type":"object","x-expandableFields":[]},"payment_method_details_sofort":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bic":{"description":"Bank Identifier Code of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country the bank account is located in.","maxLength":5000,"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this Charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this Charge.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"preferred_language":{"description":"Preferred language of the SOFORT authorization page that the customer is redirected to.\nCan be one of `de`, `en`, `es`, `fr`, `it`, `nl`, or `pl`","enum":["de","en","es","fr","it","nl","pl"],"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by SOFORT directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_sofort","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]},"payment_method_details_stripe_account":{"description":"","title":"payment_method_details_stripe_account","type":"object","x-expandableFields":[]},"payment_method_details_swish":{"description":"","properties":{"fingerprint":{"description":"Uniquely identifies the payer's Swish account. You can use this attribute to check whether two Swish transactions were paid for by the same payer","maxLength":5000,"nullable":true,"type":"string"},"payment_reference":{"description":"Payer bank reference number for the payment","maxLength":5000,"nullable":true,"type":"string"},"verified_phone_last4":{"description":"The last four digits of the Swish account phone number","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_swish","type":"object","x-expandableFields":[]},"payment_method_details_twint":{"description":"","title":"payment_method_details_twint","type":"object","x-expandableFields":[]},"payment_method_details_us_bank_account":{"description":"","properties":{"account_holder_type":{"description":"Account holder type: individual or company.","enum":["company","individual"],"nullable":true,"type":"string"},"account_type":{"description":"Account type: checkings or savings. Defaults to checking if omitted.","enum":["checking","savings"],"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"expected_debit_date":{"description":"Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the mandate used to make this payment.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"payment_reference":{"description":"Reference number to locate ACH payments with customer's bank.","maxLength":5000,"nullable":true,"type":"string"},"routing_number":{"description":"Routing number of the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_us_bank_account","type":"object","x-expandableFields":["mandate"]},"payment_method_details_wechat":{"description":"","title":"payment_method_details_wechat","type":"object","x-expandableFields":[]},"payment_method_details_wechat_pay":{"description":"","properties":{"fingerprint":{"description":"Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"location":{"description":"ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.","maxLength":5000,"type":"string"},"reader":{"description":"ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.","maxLength":5000,"type":"string"},"transaction_id":{"description":"Transaction ID of this particular WeChat Pay transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_wechat_pay","type":"object","x-expandableFields":[]},"payment_method_details_zip":{"description":"","title":"payment_method_details_zip","type":"object","x-expandableFields":[]},"payment_method_domain":{"description":"A payment method domain represents a web domain that you have registered with Stripe.\nStripe Elements use registered payment method domains to control where certain payment methods are shown.\n\nRelated guide: [Payment method domains](https://docs.stripe.com/payments/payment-methods/pmd-registration).","properties":{"amazon_pay":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status"},"apple_pay":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"domain_name":{"description":"The domain name that this payment method domain object represents.","maxLength":5000,"type":"string"},"enabled":{"description":"Whether this payment method domain is enabled. If the domain is not enabled, payment methods that require a payment method domain will not appear in Elements.","type":"boolean"},"google_pay":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"klarna":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status"},"link":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_method_domain"],"type":"string"},"paypal":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status"}},"required":["amazon_pay","apple_pay","created","domain_name","enabled","google_pay","id","klarna","link","livemode","object","paypal"],"title":"PaymentMethodDomainResourcePaymentMethodDomain","type":"object","x-expandableFields":["amazon_pay","apple_pay","google_pay","klarna","link","paypal"],"x-resourceId":"payment_method_domain"},"payment_method_domain_resource_payment_method_status":{"description":"Indicates the status of a specific payment method on a payment method domain.","properties":{"status":{"description":"The status of the payment method on the domain.","enum":["active","inactive"],"type":"string"},"status_details":{"$ref":"#/components/schemas/payment_method_domain_resource_payment_method_status_details"}},"required":["status"],"title":"PaymentMethodDomainResourcePaymentMethodStatus","type":"object","x-expandableFields":["status_details"]},"payment_method_domain_resource_payment_method_status_details":{"description":"Contains additional details about the status of a payment method for a specific payment method domain.","properties":{"error_message":{"description":"The error message associated with the status of the payment method on the domain.","maxLength":5000,"type":"string"}},"required":["error_message"],"title":"PaymentMethodDomainResourcePaymentMethodStatusDetails","type":"object","x-expandableFields":[]},"payment_method_eps":{"description":"","properties":{"bank":{"description":"The customer's bank. Should be one of `arzte_und_apotheker_bank`, `austrian_anadi_bank_ag`, `bank_austria`, `bankhaus_carl_spangler`, `bankhaus_schelhammer_und_schattera_ag`, `bawag_psk_ag`, `bks_bank_ag`, `brull_kallmus_bank_ag`, `btv_vier_lander_bank`, `capital_bank_grawe_gruppe_ag`, `deutsche_bank_ag`, `dolomitenbank`, `easybank_ag`, `erste_bank_und_sparkassen`, `hypo_alpeadriabank_international_ag`, `hypo_noe_lb_fur_niederosterreich_u_wien`, `hypo_oberosterreich_salzburg_steiermark`, `hypo_tirol_bank_ag`, `hypo_vorarlberg_bank_ag`, `hypo_bank_burgenland_aktiengesellschaft`, `marchfelder_bank`, `oberbank_ag`, `raiffeisen_bankengruppe_osterreich`, `schoellerbank_ag`, `sparda_bank_wien`, `volksbank_gruppe`, `volkskreditbank_ag`, or `vr_bank_braunau`.","enum":["arzte_und_apotheker_bank","austrian_anadi_bank_ag","bank_austria","bankhaus_carl_spangler","bankhaus_schelhammer_und_schattera_ag","bawag_psk_ag","bks_bank_ag","brull_kallmus_bank_ag","btv_vier_lander_bank","capital_bank_grawe_gruppe_ag","deutsche_bank_ag","dolomitenbank","easybank_ag","erste_bank_und_sparkassen","hypo_alpeadriabank_international_ag","hypo_bank_burgenland_aktiengesellschaft","hypo_noe_lb_fur_niederosterreich_u_wien","hypo_oberosterreich_salzburg_steiermark","hypo_tirol_bank_ag","hypo_vorarlberg_bank_ag","marchfelder_bank","oberbank_ag","raiffeisen_bankengruppe_osterreich","schoellerbank_ag","sparda_bank_wien","volksbank_gruppe","volkskreditbank_ag","vr_bank_braunau"],"nullable":true,"type":"string"}},"title":"payment_method_eps","type":"object","x-expandableFields":[]},"payment_method_fpx":{"description":"","properties":{"bank":{"description":"The customer's bank, if provided. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, `pb_enterprise`, or `bank_of_china`.","enum":["affin_bank","agrobank","alliance_bank","ambank","bank_islam","bank_muamalat","bank_of_china","bank_rakyat","bsn","cimb","deutsche_bank","hong_leong_bank","hsbc","kfh","maybank2e","maybank2u","ocbc","pb_enterprise","public_bank","rhb","standard_chartered","uob"],"type":"string"}},"required":["bank"],"title":"payment_method_fpx","type":"object","x-expandableFields":[]},"payment_method_giropay":{"description":"","title":"payment_method_giropay","type":"object","x-expandableFields":[]},"payment_method_grabpay":{"description":"","title":"payment_method_grabpay","type":"object","x-expandableFields":[]},"payment_method_ideal":{"description":"","properties":{"bank":{"description":"The customer's bank, if provided. Can be one of `abn_amro`, `adyen`, `asn_bank`, `bunq`, `buut`, `finom`, `handelsbanken`, `ing`, `knab`, `mollie`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.","enum":["abn_amro","adyen","asn_bank","bunq","buut","finom","handelsbanken","ing","knab","mollie","moneyou","n26","nn","rabobank","regiobank","revolut","sns_bank","triodos_bank","van_lanschot","yoursafe"],"nullable":true,"type":"string"},"bic":{"description":"The Bank Identifier Code of the customer's bank, if the bank was provided.","enum":["ABNANL2A","ADYBNL2A","ASNBNL21","BITSNL2A","BUNQNL2A","BUUTNL2A","FNOMNL22","FVLBNL22","HANDNL2A","INGBNL2A","KNABNL2H","MLLENL2A","MOYONL21","NNBANL2G","NTSBDEB1","RABONL2U","RBRBNL21","REVOIE23","REVOLT21","SNSBNL2A","TRIONL2U"],"nullable":true,"type":"string"}},"title":"payment_method_ideal","type":"object","x-expandableFields":[]},"payment_method_interac_present":{"description":"","properties":{"brand":{"description":"Card brand. Can be `interac`, `mastercard` or `visa`.","maxLength":5000,"nullable":true,"type":"string"},"cardholder_name":{"description":"The cardholder name as read from the card, in [ISO 7813](https://en.wikipedia.org/wiki/ISO/IEC_7813) format. May include alphanumeric characters, special characters and first/last name separator (`/`). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"A high-level description of the type of cards issued in this range.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"issuer":{"description":"The name of the card's issuing bank.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"},"networks":{"anyOf":[{"$ref":"#/components/schemas/payment_method_card_present_networks"}],"description":"Contains information about card networks that can be used to process the payment.","nullable":true},"preferred_locales":{"description":"The languages that the issuing bank recommends using for localizing any customer-facing text, as read from the card. Referenced from EMV tag 5F2D, data encoded on the card's chip.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"read_method":{"description":"How card details were read in this transaction.","enum":["contact_emv","contactless_emv","contactless_magstripe_mode","magnetic_stripe_fallback","magnetic_stripe_track2"],"nullable":true,"type":"string"}},"required":["exp_month","exp_year"],"title":"payment_method_interac_present","type":"object","x-expandableFields":["networks"]},"payment_method_kakao_pay":{"description":"","title":"payment_method_kakao_pay","type":"object","x-expandableFields":[]},"payment_method_klarna":{"description":"","properties":{"dob":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_private_payment_methods_klarna_dob"}],"description":"The customer's date of birth, if provided.","nullable":true}},"title":"payment_method_klarna","type":"object","x-expandableFields":["dob"]},"payment_method_konbini":{"description":"","title":"payment_method_konbini","type":"object","x-expandableFields":[]},"payment_method_kr_card":{"description":"","properties":{"brand":{"description":"The local credit or debit card brand.","enum":["bc","citi","hana","hyundai","jeju","jeonbuk","kakaobank","kbank","kdbbank","kookmin","kwangju","lotte","mg","nh","post","samsung","savingsbank","shinhan","shinhyup","suhyup","tossbank","woori"],"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card. This may not be present for American Express cards.","maxLength":4,"nullable":true,"type":"string"}},"title":"payment_method_kr_card","type":"object","x-expandableFields":[]},"payment_method_link":{"description":"","properties":{"email":{"description":"Account owner's email address.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_link","type":"object","x-expandableFields":[]},"payment_method_mb_way":{"description":"","title":"payment_method_mb_way","type":"object","x-expandableFields":[]},"payment_method_mobilepay":{"description":"","title":"payment_method_mobilepay","type":"object","x-expandableFields":[]},"payment_method_multibanco":{"description":"","title":"payment_method_multibanco","type":"object","x-expandableFields":[]},"payment_method_naver_pay":{"description":"","properties":{"buyer_id":{"description":"Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Whether to fund this transaction with Naver Pay points or a card.","enum":["card","points"],"type":"string","x-stripeBypassValidation":true}},"required":["funding"],"title":"payment_method_naver_pay","type":"object","x-expandableFields":[]},"payment_method_nz_bank_account":{"description":"","properties":{"account_holder_name":{"description":"The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details.","maxLength":5000,"nullable":true,"type":"string"},"bank_code":{"description":"The numeric code for the bank account's bank.","maxLength":5000,"type":"string"},"bank_name":{"description":"The name of the bank.","maxLength":5000,"type":"string"},"branch_code":{"description":"The numeric code for the bank account's bank branch.","maxLength":5000,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"type":"string"},"suffix":{"description":"The suffix of the bank account number.","maxLength":5000,"nullable":true,"type":"string"}},"required":["bank_code","bank_name","branch_code","last4"],"title":"payment_method_nz_bank_account","type":"object","x-expandableFields":[]},"payment_method_options_affirm":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"preferred_locale":{"description":"Preferred language of the Affirm authorization page that the customer is redirected to.","maxLength":30,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_affirm","type":"object","x-expandableFields":[]},"payment_method_options_afterpay_clearpay":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"reference":{"description":"An internal identifier or reference that this payment corresponds to. You must limit the identifier to 128 characters, and it can only contain letters, numbers, underscores, backslashes, and dashes.\nThis field differs from the statement descriptor and item name.","maxLength":5000,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_afterpay_clearpay","type":"object","x-expandableFields":[]},"payment_method_options_alipay":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_alipay","type":"object","x-expandableFields":[]},"payment_method_options_alma":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"payment_method_options_alma","type":"object","x-expandableFields":[]},"payment_method_options_amazon_pay":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_amazon_pay","type":"object","x-expandableFields":[]},"payment_method_options_bancontact":{"description":"","properties":{"preferred_language":{"description":"Preferred language of the Bancontact authorization page that the customer is redirected to.","enum":["de","en","fr","nl"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"required":["preferred_language"],"title":"payment_method_options_bancontact","type":"object","x-expandableFields":[]},"payment_method_options_billie":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"payment_method_options_billie","type":"object","x-expandableFields":[]},"payment_method_options_boleto":{"description":"","properties":{"expires_after_days":{"description":"The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto voucher will expire on Wednesday at 23:59 America/Sao_Paulo time.","type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"}},"required":["expires_after_days"],"title":"payment_method_options_boleto","type":"object","x-expandableFields":[]},"payment_method_options_card_installments":{"description":"","properties":{"available_plans":{"description":"Installment plans that may be selected for this PaymentIntent.","items":{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"},"nullable":true,"type":"array"},"enabled":{"description":"Whether Installments are enabled for this PaymentIntent.","type":"boolean"},"plan":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"}],"description":"Installment plan selected for this PaymentIntent.","nullable":true}},"required":["enabled"],"title":"payment_method_options_card_installments","type":"object","x-expandableFields":["available_plans","plan"]},"payment_method_options_card_mandate_options":{"description":"","properties":{"amount":{"description":"Amount to be charged for future payments.","type":"integer"},"amount_type":{"description":"One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param.","enum":["fixed","maximum"],"type":"string"},"description":{"description":"A description of the mandate or subscription that is meant to be displayed to the customer.","maxLength":200,"nullable":true,"type":"string"},"end_date":{"description":"End date of the mandate or subscription. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.","format":"unix-time","nullable":true,"type":"integer"},"interval":{"description":"Specifies payment frequency. One of `day`, `week`, `month`, `year`, or `sporadic`.","enum":["day","month","sporadic","week","year"],"type":"string"},"interval_count":{"description":"The number of intervals between payments. For example, `interval=month` and `interval_count=3` indicates one payment every three months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). This parameter is optional when `interval=sporadic`.","nullable":true,"type":"integer"},"reference":{"description":"Unique identifier for the mandate or subscription.","maxLength":80,"type":"string"},"start_date":{"description":"Start date of the mandate or subscription. Start date should not be lesser than yesterday.","format":"unix-time","type":"integer"},"supported_types":{"description":"Specifies the type of mandates supported. Possible values are `india`.","items":{"enum":["india"],"type":"string"},"nullable":true,"type":"array"}},"required":["amount","amount_type","interval","reference","start_date"],"title":"payment_method_options_card_mandate_options","type":"object","x-expandableFields":[]},"payment_method_options_card_present":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual","manual_preferred"],"type":"string"},"request_extended_authorization":{"description":"Request ability to capture this payment beyond the standard [authorization validity window](https://docs.stripe.com/terminal/features/extended-authorizations#authorization-validity)","nullable":true,"type":"boolean"},"request_incremental_authorization_support":{"description":"Request ability to [increment](https://docs.stripe.com/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://docs.stripe.com/api/payment_intents/confirm) response to verify support.","nullable":true,"type":"boolean"},"routing":{"$ref":"#/components/schemas/payment_method_options_card_present_routing"}},"title":"payment_method_options_card_present","type":"object","x-expandableFields":["routing"]},"payment_method_options_card_present_routing":{"description":"","properties":{"requested_priority":{"description":"Requested routing priority","enum":["domestic","international"],"nullable":true,"type":"string"}},"title":"payment_method_options_card_present_routing","type":"object","x-expandableFields":[]},"payment_method_options_cashapp":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"}},"title":"payment_method_options_cashapp","type":"object","x-expandableFields":[]},"payment_method_options_crypto":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_crypto","type":"object","x-expandableFields":[]},"payment_method_options_customer_balance":{"description":"","properties":{"bank_transfer":{"$ref":"#/components/schemas/payment_method_options_customer_balance_bank_transfer"},"funding_type":{"description":"The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.","enum":["bank_transfer"],"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_customer_balance","type":"object","x-expandableFields":["bank_transfer"]},"payment_method_options_customer_balance_bank_transfer":{"description":"","properties":{"eu_bank_transfer":{"$ref":"#/components/schemas/payment_method_options_customer_balance_eu_bank_account"},"requested_address_types":{"description":"List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.\n\nPermitted values include: `sort_code`, `zengin`, `iban`, or `spei`.","items":{"enum":["aba","iban","sepa","sort_code","spei","swift","zengin"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"type":{"description":"The bank transfer type that this PaymentIntent is allowed to use for funding Permitted values include: `eu_bank_transfer`, `gb_bank_transfer`, `jp_bank_transfer`, `mx_bank_transfer`, or `us_bank_transfer`.","enum":["eu_bank_transfer","gb_bank_transfer","jp_bank_transfer","mx_bank_transfer","us_bank_transfer"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_customer_balance_bank_transfer","type":"object","x-expandableFields":["eu_bank_transfer"]},"payment_method_options_customer_balance_eu_bank_account":{"description":"","properties":{"country":{"description":"The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.","enum":["BE","DE","ES","FR","IE","NL"],"type":"string"}},"required":["country"],"title":"payment_method_options_customer_balance_eu_bank_account","type":"object","x-expandableFields":[]},"payment_method_options_fpx":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_fpx","type":"object","x-expandableFields":[]},"payment_method_options_giropay":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_giropay","type":"object","x-expandableFields":[]},"payment_method_options_grabpay":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_grabpay","type":"object","x-expandableFields":[]},"payment_method_options_ideal":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_ideal","type":"object","x-expandableFields":[]},"payment_method_options_interac_present":{"description":"","title":"payment_method_options_interac_present","type":"object","x-expandableFields":[]},"payment_method_options_klarna":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"preferred_locale":{"description":"Preferred locale of the Klarna checkout page that the customer is redirected to.","maxLength":5000,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session","on_session"],"type":"string"}},"title":"payment_method_options_klarna","type":"object","x-expandableFields":[]},"payment_method_options_konbini":{"description":"","properties":{"confirmation_number":{"description":"An optional 10 to 11 digit numeric-only string determining the confirmation code at applicable convenience stores.","maxLength":5000,"nullable":true,"type":"string"},"expires_after_days":{"description":"The number of calendar days (between 1 and 60) after which Konbini payment instructions will expire. For example, if a PaymentIntent is confirmed with Konbini and `expires_after_days` set to 2 on Monday JST, the instructions will expire on Wednesday 23:59:59 JST.","nullable":true,"type":"integer"},"expires_at":{"description":"The timestamp at which the Konbini payment instructions will expire. Only one of `expires_after_days` or `expires_at` may be set.","format":"unix-time","nullable":true,"type":"integer"},"product_description":{"description":"A product descriptor of up to 22 characters, which will appear to customers at the convenience store.","maxLength":5000,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_konbini","type":"object","x-expandableFields":[]},"payment_method_options_kr_card":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_kr_card","type":"object","x-expandableFields":[]},"payment_method_options_mb_way":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_mb_way","type":"object","x-expandableFields":[]},"payment_method_options_multibanco":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_multibanco","type":"object","x-expandableFields":[]},"payment_method_options_oxxo":{"description":"","properties":{"expires_after_days":{"description":"The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.","type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"required":["expires_after_days"],"title":"payment_method_options_oxxo","type":"object","x-expandableFields":[]},"payment_method_options_p24":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_p24","type":"object","x-expandableFields":[]},"payment_method_options_pay_by_bank":{"description":"","title":"payment_method_options_pay_by_bank","type":"object","x-expandableFields":[]},"payment_method_options_paynow":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_paynow","type":"object","x-expandableFields":[]},"payment_method_options_paypal":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"preferred_locale":{"description":"Preferred locale of the PayPal checkout page that the customer is redirected to.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.","maxLength":5000,"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_paypal","type":"object","x-expandableFields":[]},"payment_method_options_pix":{"description":"","properties":{"amount_includes_iof":{"description":"Determines if the amount includes the IOF tax.","enum":["always","never"],"type":"string"},"expires_after_seconds":{"description":"The number of seconds (between 10 and 1209600) after which Pix payment will expire.","nullable":true,"type":"integer"},"expires_at":{"description":"The timestamp at which the Pix expires.","nullable":true,"type":"integer"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_pix","type":"object","x-expandableFields":[]},"payment_method_options_promptpay":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_promptpay","type":"object","x-expandableFields":[]},"payment_method_options_revolut_pay":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_revolut_pay","type":"object","x-expandableFields":[]},"payment_method_options_satispay":{"description":"","properties":{"capture_method":{"description":"Controls when the funds will be captured from the customer's account.","enum":["manual"],"type":"string"}},"title":"payment_method_options_satispay","type":"object","x-expandableFields":[]},"payment_method_options_sofort":{"description":"","properties":{"preferred_language":{"description":"Preferred language of the SOFORT authorization page that the customer is redirected to.","enum":["de","en","es","fr","it","nl","pl"],"nullable":true,"type":"string"},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none","off_session"],"type":"string"}},"title":"payment_method_options_sofort","type":"object","x-expandableFields":[]},"payment_method_options_twint":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_twint","type":"object","x-expandableFields":[]},"payment_method_options_us_bank_account_mandate_options":{"description":"","properties":{"collection_method":{"description":"Mandate collection method","enum":["paper"],"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_options_us_bank_account_mandate_options","type":"object","x-expandableFields":[]},"payment_method_options_wechat_pay":{"description":"","properties":{"app_id":{"description":"The app ID registered with WeChat Pay. Only required when client is ios or android.","maxLength":5000,"nullable":true,"type":"string"},"client":{"description":"The client type that the end customer will pay from","enum":["android","ios","web"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_wechat_pay","type":"object","x-expandableFields":[]},"payment_method_options_zip":{"description":"","properties":{"setup_future_usage":{"description":"Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nIf you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.\n\nIf the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.\n\nWhen processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).","enum":["none"],"type":"string"}},"title":"payment_method_options_zip","type":"object","x-expandableFields":[]},"payment_method_oxxo":{"description":"","title":"payment_method_oxxo","type":"object","x-expandableFields":[]},"payment_method_p24":{"description":"","properties":{"bank":{"description":"The customer's bank, if provided.","enum":["alior_bank","bank_millennium","bank_nowy_bfg_sa","bank_pekao_sa","banki_spbdzielcze","blik","bnp_paribas","boz","citi_handlowy","credit_agricole","envelobank","etransfer_pocztowy24","getin_bank","ideabank","ing","inteligo","mbank_mtransfer","nest_przelew","noble_pay","pbac_z_ipko","plus_bank","santander_przelew24","tmobile_usbugi_bankowe","toyota_bank","velobank","volkswagen_bank"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"payment_method_p24","type":"object","x-expandableFields":[]},"payment_method_pay_by_bank":{"description":"","title":"payment_method_pay_by_bank","type":"object","x-expandableFields":[]},"payment_method_payco":{"description":"","title":"payment_method_payco","type":"object","x-expandableFields":[]},"payment_method_paynow":{"description":"","title":"payment_method_paynow","type":"object","x-expandableFields":[]},"payment_method_paypal":{"description":"","properties":{"country":{"description":"Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"payer_email":{"description":"Owner's email. Values are provided by PayPal directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"payer_id":{"description":"PayPal account PayerID. This identifier uniquely identifies the PayPal customer.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_paypal","type":"object","x-expandableFields":[]},"payment_method_payto":{"description":"","properties":{"bsb_number":{"description":"Bank-State-Branch number of the bank account.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"pay_id":{"description":"The PayID alias for the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_payto","type":"object","x-expandableFields":[]},"payment_method_pix":{"description":"","title":"payment_method_pix","type":"object","x-expandableFields":[]},"payment_method_promptpay":{"description":"","title":"payment_method_promptpay","type":"object","x-expandableFields":[]},"payment_method_revolut_pay":{"description":"","title":"payment_method_revolut_pay","type":"object","x-expandableFields":[]},"payment_method_samsung_pay":{"description":"","title":"payment_method_samsung_pay","type":"object","x-expandableFields":[]},"payment_method_satispay":{"description":"","title":"payment_method_satispay","type":"object","x-expandableFields":[]},"payment_method_sepa_debit":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"branch_code":{"description":"Branch code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country the bank account is located in.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"generated_from":{"anyOf":[{"$ref":"#/components/schemas/sepa_debit_generated_from"}],"description":"Information about the object that generated this PaymentMethod.","nullable":true},"last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_sepa_debit","type":"object","x-expandableFields":["generated_from"]},"payment_method_sofort":{"description":"","properties":{"country":{"description":"Two-letter ISO code representing the country the bank account is located in.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_sofort","type":"object","x-expandableFields":[]},"payment_method_swish":{"description":"","title":"payment_method_swish","type":"object","x-expandableFields":[]},"payment_method_twint":{"description":"","title":"payment_method_twint","type":"object","x-expandableFields":[]},"payment_method_us_bank_account":{"description":"","properties":{"account_holder_type":{"description":"Account holder type: individual or company.","enum":["company","individual"],"nullable":true,"type":"string"},"account_type":{"description":"Account type: checkings or savings. Defaults to checking if omitted.","enum":["checking","savings"],"nullable":true,"type":"string"},"bank_name":{"description":"The name of the bank.","maxLength":5000,"nullable":true,"type":"string"},"financial_connections_account":{"description":"The ID of the Financial Connections Account used to create the payment method.","maxLength":5000,"nullable":true,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"Last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"networks":{"anyOf":[{"$ref":"#/components/schemas/us_bank_account_networks"}],"description":"Contains information about US bank account networks that can be used.","nullable":true},"routing_number":{"description":"Routing number of the bank account.","maxLength":5000,"nullable":true,"type":"string"},"status_details":{"anyOf":[{"$ref":"#/components/schemas/payment_method_us_bank_account_status_details"}],"description":"Contains information about the future reusability of this PaymentMethod.","nullable":true}},"title":"payment_method_us_bank_account","type":"object","x-expandableFields":["networks","status_details"]},"payment_method_us_bank_account_blocked":{"description":"","properties":{"network_code":{"description":"The ACH network code that resulted in this block.","enum":["R02","R03","R04","R05","R07","R08","R10","R11","R16","R20","R29","R31"],"nullable":true,"type":"string"},"reason":{"description":"The reason why this PaymentMethod's fingerprint has been blocked","enum":["bank_account_closed","bank_account_frozen","bank_account_invalid_details","bank_account_restricted","bank_account_unusable","debit_not_authorized","tokenized_account_number_deactivated"],"nullable":true,"type":"string"}},"title":"payment_method_us_bank_account_blocked","type":"object","x-expandableFields":[]},"payment_method_us_bank_account_status_details":{"description":"","properties":{"blocked":{"$ref":"#/components/schemas/payment_method_us_bank_account_blocked"}},"title":"payment_method_us_bank_account_status_details","type":"object","x-expandableFields":["blocked"]},"payment_method_wechat_pay":{"description":"","title":"payment_method_wechat_pay","type":"object","x-expandableFields":[]},"payment_method_zip":{"description":"","title":"payment_method_zip","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_adaptive_pricing":{"description":"","properties":{"enabled":{"description":"If enabled, Adaptive Pricing is available on [eligible sessions](https://docs.stripe.com/payments/currencies/localize-prices/adaptive-pricing?payment-ui=stripe-hosted#restrictions).","type":"boolean"}},"required":["enabled"],"title":"PaymentPagesCheckoutSessionAdaptivePricing","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_after_expiration":{"description":"","properties":{"recovery":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_after_expiration_recovery"}],"description":"When set, configuration used to recover the Checkout Session on expiry.","nullable":true}},"title":"PaymentPagesCheckoutSessionAfterExpiration","type":"object","x-expandableFields":["recovery"]},"payment_pages_checkout_session_after_expiration_recovery":{"description":"","properties":{"allow_promotion_codes":{"description":"Enables user redeemable promotion codes on the recovered Checkout Sessions. Defaults to `false`","type":"boolean"},"enabled":{"description":"If `true`, a recovery url will be generated to recover this Checkout Session if it\nexpires before a transaction is completed. It will be attached to the\nCheckout Session object upon expiration.","type":"boolean"},"expires_at":{"description":"The timestamp at which the recovery URL will expire.","format":"unix-time","nullable":true,"type":"integer"},"url":{"description":"URL that creates a new Checkout Session when clicked that is a copy of this expired Checkout Session","maxLength":5000,"nullable":true,"type":"string"}},"required":["allow_promotion_codes","enabled"],"title":"PaymentPagesCheckoutSessionAfterExpirationRecovery","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_automatic_tax":{"description":"","properties":{"enabled":{"description":"Indicates whether automatic tax is enabled for the session","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true},"provider":{"description":"The tax provider powering automatic tax.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the most recent automated tax calculation for this session.","enum":["complete","failed","requires_location_inputs"],"nullable":true,"type":"string"}},"required":["enabled"],"title":"PaymentPagesCheckoutSessionAutomaticTax","type":"object","x-expandableFields":["liability"]},"payment_pages_checkout_session_branding_settings":{"description":"","properties":{"background_color":{"description":"A hex color value starting with `#` representing the background color for the Checkout Session.","maxLength":5000,"type":"string"},"border_style":{"description":"The border style for the Checkout Session. Must be one of `rounded`, `rectangular`, or `pill`.","enum":["pill","rectangular","rounded"],"type":"string"},"button_color":{"description":"A hex color value starting with `#` representing the button color for the Checkout Session.","maxLength":5000,"type":"string"},"display_name":{"description":"The display name shown on the Checkout Session.","maxLength":5000,"type":"string"},"font_family":{"description":"The font family for the Checkout Session. Must be one of the [supported font families](https://docs.stripe.com/payments/checkout/customization/appearance?payment-ui=stripe-hosted#font-compatibility).","maxLength":5000,"type":"string"},"icon":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_branding_settings_icon"}],"description":"The icon for the Checkout Session. You cannot set both `logo` and `icon`.","nullable":true},"logo":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_branding_settings_logo"}],"description":"The logo for the Checkout Session. You cannot set both `logo` and `icon`.","nullable":true}},"required":["background_color","border_style","button_color","display_name","font_family"],"title":"PaymentPagesCheckoutSessionBrandingSettings","type":"object","x-expandableFields":["icon","logo"]},"payment_pages_checkout_session_branding_settings_icon":{"description":"","properties":{"file":{"description":"The ID of a [File upload](https://stripe.com/docs/api/files) representing the icon. Purpose must be `business_icon`. Required if `type` is `file` and disallowed otherwise.","maxLength":5000,"type":"string"},"type":{"description":"The type of image for the icon. Must be one of `file` or `url`.","enum":["file","url"],"type":"string"},"url":{"description":"The URL of the image. Present when `type` is `url`.","maxLength":5000,"type":"string"}},"required":["type"],"title":"PaymentPagesCheckoutSessionBrandingSettingsIcon","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_branding_settings_logo":{"description":"","properties":{"file":{"description":"The ID of a [File upload](https://stripe.com/docs/api/files) representing the logo. Purpose must be `business_logo`. Required if `type` is `file` and disallowed otherwise.","maxLength":5000,"type":"string"},"type":{"description":"The type of image for the logo. Must be one of `file` or `url`.","enum":["file","url"],"type":"string"},"url":{"description":"The URL of the image. Present when `type` is `url`.","maxLength":5000,"type":"string"}},"required":["type"],"title":"PaymentPagesCheckoutSessionBrandingSettingsLogo","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_business_name":{"description":"","properties":{"enabled":{"description":"Indicates whether business name collection is enabled for the session","type":"boolean"},"optional":{"description":"Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.","type":"boolean"}},"required":["enabled","optional"],"title":"PaymentPagesCheckoutSessionBusinessName","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_checkout_address_details":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"},"name":{"description":"Customer name.","maxLength":5000,"type":"string"}},"required":["address","name"],"title":"PaymentPagesCheckoutSessionCheckoutAddressDetails","type":"object","x-expandableFields":["address"]},"payment_pages_checkout_session_collected_information":{"description":"","properties":{"business_name":{"description":"Customer’s business name for this Checkout Session","maxLength":5000,"nullable":true,"type":"string"},"individual_name":{"description":"Customer’s individual name for this Checkout Session","maxLength":5000,"nullable":true,"type":"string"},"shipping_details":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_checkout_address_details"}],"description":"Shipping information for this Checkout Session.","nullable":true}},"title":"PaymentPagesCheckoutSessionCollectedInformation","type":"object","x-expandableFields":["shipping_details"]},"payment_pages_checkout_session_consent":{"description":"","properties":{"promotions":{"description":"If `opt_in`, the customer consents to receiving promotional communications\nfrom the merchant about this Checkout Session.","enum":["opt_in","opt_out"],"nullable":true,"type":"string"},"terms_of_service":{"description":"If `accepted`, the customer in this Checkout Session has agreed to the merchant's terms of service.","enum":["accepted"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"PaymentPagesCheckoutSessionConsent","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_consent_collection":{"description":"","properties":{"payment_method_reuse_agreement":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_payment_method_reuse_agreement"}],"description":"If set to `hidden`, it will hide legal text related to the reuse of a payment method.","nullable":true},"promotions":{"description":"If set to `auto`, enables the collection of customer consent for promotional communications. The Checkout\nSession will determine whether to display an option to opt into promotional communication\nfrom the merchant depending on the customer's locale. Only available to US merchants.","enum":["auto","none"],"nullable":true,"type":"string"},"terms_of_service":{"description":"If set to `required`, it requires customers to accept the terms of service before being able to pay.","enum":["none","required"],"nullable":true,"type":"string"}},"title":"PaymentPagesCheckoutSessionConsentCollection","type":"object","x-expandableFields":["payment_method_reuse_agreement"]},"payment_pages_checkout_session_currency_conversion":{"description":"","properties":{"amount_subtotal":{"description":"Total of all items in source currency before discounts or taxes are applied.","type":"integer"},"amount_total":{"description":"Total of all items in source currency after discounts and taxes are applied.","type":"integer"},"fx_rate":{"description":"Exchange rate used to convert source currency amounts to customer currency amounts","format":"decimal","type":"string"},"source_currency":{"description":"Creation currency of the CheckoutSession before localization","maxLength":5000,"type":"string"}},"required":["amount_subtotal","amount_total","fx_rate","source_currency"],"title":"PaymentPagesCheckoutSessionCurrencyConversion","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_custom_fields":{"description":"","properties":{"dropdown":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_fields_dropdown"},"key":{"description":"String of your choice that your integration can use to reconcile this field. Must be unique to this field, alphanumeric, and up to 200 characters.","maxLength":5000,"type":"string"},"label":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_fields_label"},"numeric":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_fields_numeric"},"optional":{"description":"Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.","type":"boolean"},"text":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_fields_text"},"type":{"description":"The type of the field.","enum":["dropdown","numeric","text"],"type":"string"}},"required":["key","label","optional","type"],"title":"PaymentPagesCheckoutSessionCustomFields","type":"object","x-expandableFields":["dropdown","label","numeric","text"]},"payment_pages_checkout_session_custom_fields_dropdown":{"description":"","properties":{"default_value":{"description":"The value that will pre-fill on the payment page.","maxLength":5000,"nullable":true,"type":"string"},"options":{"description":"The options available for the customer to select. Up to 200 options allowed.","items":{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_fields_option"},"type":"array"},"value":{"description":"The option selected by the customer. This will be the `value` for the option.","maxLength":5000,"nullable":true,"type":"string"}},"required":["options"],"title":"PaymentPagesCheckoutSessionCustomFieldsDropdown","type":"object","x-expandableFields":["options"]},"payment_pages_checkout_session_custom_fields_label":{"description":"","properties":{"custom":{"description":"Custom text for the label, displayed to the customer. Up to 50 characters.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"The type of the label.","enum":["custom"],"type":"string"}},"required":["type"],"title":"PaymentPagesCheckoutSessionCustomFieldsLabel","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_custom_fields_numeric":{"description":"","properties":{"default_value":{"description":"The value that will pre-fill the field on the payment page.","maxLength":5000,"nullable":true,"type":"string"},"maximum_length":{"description":"The maximum character length constraint for the customer's input.","nullable":true,"type":"integer"},"minimum_length":{"description":"The minimum character length requirement for the customer's input.","nullable":true,"type":"integer"},"value":{"description":"The value entered by the customer, containing only digits.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentPagesCheckoutSessionCustomFieldsNumeric","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_custom_fields_option":{"description":"","properties":{"label":{"description":"The label for the option, displayed to the customer. Up to 100 characters.","maxLength":5000,"type":"string"},"value":{"description":"The value for this option, not displayed to the customer, used by your integration to reconcile the option selected by the customer. Must be unique to this option, alphanumeric, and up to 100 characters.","maxLength":5000,"type":"string"}},"required":["label","value"],"title":"PaymentPagesCheckoutSessionCustomFieldsOption","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_custom_fields_text":{"description":"","properties":{"default_value":{"description":"The value that will pre-fill the field on the payment page.","maxLength":5000,"nullable":true,"type":"string"},"maximum_length":{"description":"The maximum character length constraint for the customer's input.","nullable":true,"type":"integer"},"minimum_length":{"description":"The minimum character length requirement for the customer's input.","nullable":true,"type":"integer"},"value":{"description":"The value entered by the customer.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentPagesCheckoutSessionCustomFieldsText","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_custom_text":{"description":"","properties":{"after_submit":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_text_position"}],"description":"Custom text that should be displayed after the payment confirmation button.","nullable":true},"shipping_address":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_text_position"}],"description":"Custom text that should be displayed alongside shipping address collection.","nullable":true},"submit":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_text_position"}],"description":"Custom text that should be displayed alongside the payment confirmation button.","nullable":true},"terms_of_service_acceptance":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_custom_text_position"}],"description":"Custom text that should be displayed in place of the default terms of service agreement text.","nullable":true}},"title":"PaymentPagesCheckoutSessionCustomText","type":"object","x-expandableFields":["after_submit","shipping_address","submit","terms_of_service_acceptance"]},"payment_pages_checkout_session_custom_text_position":{"description":"","properties":{"message":{"description":"Text may be up to 1200 characters in length.","maxLength":500,"type":"string"}},"required":["message"],"title":"PaymentPagesCheckoutSessionCustomTextPosition","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_customer_details":{"description":"","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"The customer's address after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.","nullable":true},"business_name":{"description":"The customer's business name after a completed Checkout Session.","maxLength":150,"nullable":true,"type":"string"},"email":{"description":"The email associated with the Customer, if one exists, on the Checkout Session after a completed Checkout Session or at time of session expiry.\nOtherwise, if the customer has consented to promotional content, this value is the most recent valid email provided by the customer on the Checkout form.","maxLength":5000,"nullable":true,"type":"string"},"individual_name":{"description":"The customer's individual name after a completed Checkout Session.","maxLength":150,"nullable":true,"type":"string"},"name":{"description":"The customer's name after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"The customer's phone number after a completed Checkout Session.","maxLength":5000,"nullable":true,"type":"string"},"tax_exempt":{"description":"The customer’s tax exempt status after a completed Checkout Session.","enum":["exempt","none","reverse"],"nullable":true,"type":"string"},"tax_ids":{"description":"The customer’s tax IDs after a completed Checkout Session.","items":{"$ref":"#/components/schemas/payment_pages_checkout_session_tax_id"},"nullable":true,"type":"array"}},"title":"PaymentPagesCheckoutSessionCustomerDetails","type":"object","x-expandableFields":["address","tax_ids"]},"payment_pages_checkout_session_discount":{"description":"","properties":{"coupon":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/coupon"}],"description":"Coupon attached to the Checkout Session.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/coupon"}]}},"promotion_code":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/promotion_code"}],"description":"Promotion code attached to the Checkout Session.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/promotion_code"}]}}},"title":"PaymentPagesCheckoutSessionDiscount","type":"object","x-expandableFields":["coupon","promotion_code"]},"payment_pages_checkout_session_individual_name":{"description":"","properties":{"enabled":{"description":"Indicates whether individual name collection is enabled for the session","type":"boolean"},"optional":{"description":"Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.","type":"boolean"}},"required":["enabled","optional"],"title":"PaymentPagesCheckoutSessionIndividualName","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_invoice_creation":{"description":"","properties":{"enabled":{"description":"Indicates whether invoice creation is enabled for the Checkout Session.","type":"boolean"},"invoice_data":{"$ref":"#/components/schemas/payment_pages_checkout_session_invoice_settings"}},"required":["enabled","invoice_data"],"title":"PaymentPagesCheckoutSessionInvoiceCreation","type":"object","x-expandableFields":["invoice_data"]},"payment_pages_checkout_session_invoice_settings":{"description":"","properties":{"account_tax_ids":{"description":"The account tax IDs associated with the invoice.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}]}},"nullable":true,"type":"array"},"custom_fields":{"description":"Custom fields displayed on the invoice.","items":{"$ref":"#/components/schemas/invoice_setting_custom_field"},"nullable":true,"type":"array"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"footer":{"description":"Footer displayed on the invoice.","maxLength":5000,"nullable":true,"type":"string"},"issuer":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.","nullable":true},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"rendering_options":{"anyOf":[{"$ref":"#/components/schemas/invoice_setting_checkout_rendering_options"}],"description":"Options for invoice PDF rendering.","nullable":true}},"title":"PaymentPagesCheckoutSessionInvoiceSettings","type":"object","x-expandableFields":["account_tax_ids","custom_fields","issuer","rendering_options"]},"payment_pages_checkout_session_name_collection":{"description":"","properties":{"business":{"$ref":"#/components/schemas/payment_pages_checkout_session_business_name"},"individual":{"$ref":"#/components/schemas/payment_pages_checkout_session_individual_name"}},"title":"PaymentPagesCheckoutSessionNameCollection","type":"object","x-expandableFields":["business","individual"]},"payment_pages_checkout_session_optional_item":{"description":"","properties":{"adjustable_quantity":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_optional_item_adjustable_quantity"}],"nullable":true},"price":{"maxLength":5000,"type":"string"},"quantity":{"type":"integer"}},"required":["price","quantity"],"title":"PaymentPagesCheckoutSessionOptionalItem","type":"object","x-expandableFields":["adjustable_quantity"]},"payment_pages_checkout_session_optional_item_adjustable_quantity":{"description":"","properties":{"enabled":{"description":"Set to true if the quantity can be adjusted to any non-negative integer.","type":"boolean"},"maximum":{"description":"The maximum quantity of this item the customer can purchase. By default this value is 99. You can specify a value up to 999999.","nullable":true,"type":"integer"},"minimum":{"description":"The minimum quantity of this item the customer must purchase, if they choose to purchase it. Because this item is optional, the customer will always be able to remove it from their order, even if the `minimum` configured here is greater than 0. By default this value is 0.","nullable":true,"type":"integer"}},"required":["enabled"],"title":"PaymentPagesCheckoutSessionOptionalItemAdjustableQuantity","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_payment_method_reuse_agreement":{"description":"","properties":{"position":{"description":"Determines the position and visibility of the payment method reuse agreement in the UI. When set to `auto`, Stripe's defaults will be used.\n\nWhen set to `hidden`, the payment method reuse agreement text will always be hidden in the UI.","enum":["auto","hidden"],"type":"string"}},"required":["position"],"title":"PaymentPagesCheckoutSessionPaymentMethodReuseAgreement","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_permissions":{"description":"","properties":{"update_shipping_details":{"description":"Determines which entity is allowed to update the shipping details.\n\nDefault is `client_only`. Stripe Checkout client will automatically update the shipping details. If set to `server_only`, only your server is allowed to update the shipping details.\n\nWhen set to `server_only`, you must add the onShippingDetailsChange event handler when initializing the Stripe Checkout client and manually update the shipping details from your server using the Stripe API.","enum":["client_only","server_only"],"nullable":true,"type":"string"}},"title":"PaymentPagesCheckoutSessionPermissions","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_phone_number_collection":{"description":"","properties":{"enabled":{"description":"Indicates whether phone number collection is enabled for the session","type":"boolean"}},"required":["enabled"],"title":"PaymentPagesCheckoutSessionPhoneNumberCollection","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_saved_payment_method_options":{"description":"","properties":{"allow_redisplay_filters":{"description":"Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.","items":{"enum":["always","limited","unspecified"],"type":"string"},"nullable":true,"type":"array"},"payment_method_remove":{"description":"Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.","enum":["disabled","enabled"],"nullable":true,"type":"string"},"payment_method_save":{"description":"Enable customers to choose if they wish to save their payment method for future use. Disabled by default.","enum":["disabled","enabled"],"nullable":true,"type":"string"}},"title":"PaymentPagesCheckoutSessionSavedPaymentMethodOptions","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_shipping_address_collection":{"description":"","properties":{"allowed_countries":{"description":"An array of two-letter ISO country codes representing which countries Checkout should provide as options for\nshipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SY, UM, VI`.","items":{"enum":["AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CV","CW","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MK","ML","MM","MN","MO","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","US","UY","UZ","VA","VC","VE","VG","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW","ZZ"],"type":"string"},"type":"array"}},"required":["allowed_countries"],"title":"PaymentPagesCheckoutSessionShippingAddressCollection","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_shipping_cost":{"description":"","properties":{"amount_subtotal":{"description":"Total shipping cost before any discounts or taxes are applied.","type":"integer"},"amount_tax":{"description":"Total tax amount applied due to shipping costs. If no tax was applied, defaults to 0.","type":"integer"},"amount_total":{"description":"Total shipping cost after discounts and taxes are applied.","type":"integer"},"shipping_rate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/shipping_rate"}],"description":"The ID of the ShippingRate for this order.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/shipping_rate"}]}},"taxes":{"description":"The taxes applied to the shipping rate.","items":{"$ref":"#/components/schemas/line_items_tax_amount"},"type":"array"}},"required":["amount_subtotal","amount_tax","amount_total"],"title":"PaymentPagesCheckoutSessionShippingCost","type":"object","x-expandableFields":["shipping_rate","taxes"]},"payment_pages_checkout_session_shipping_option":{"description":"","properties":{"shipping_amount":{"description":"A non-negative integer in cents representing how much to charge.","type":"integer"},"shipping_rate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/shipping_rate"}],"description":"The shipping rate.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/shipping_rate"}]}}},"required":["shipping_amount","shipping_rate"],"title":"PaymentPagesCheckoutSessionShippingOption","type":"object","x-expandableFields":["shipping_rate"]},"payment_pages_checkout_session_tax_id":{"description":"","properties":{"type":{"description":"The type of the tax ID, one of `ad_nrt`, `ar_cuit`, `eu_vat`, `bo_tin`, `br_cnpj`, `br_cpf`, `cn_tin`, `co_nit`, `cr_tin`, `do_rcn`, `ec_ruc`, `eu_oss_vat`, `hr_oib`, `pe_ruc`, `ro_tin`, `rs_pib`, `sv_nit`, `uy_ruc`, `ve_rif`, `vn_tin`, `gb_vat`, `nz_gst`, `au_abn`, `au_arn`, `in_gst`, `no_vat`, `no_voec`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ru_kpp`, `ca_bn`, `hk_br`, `es_cif`, `pl_nip`, `tw_vat`, `th_vat`, `jp_cn`, `jp_rn`, `jp_trn`, `li_uid`, `li_vat`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `my_sst`, `sg_gst`, `ae_trn`, `cl_tin`, `sa_vat`, `id_npwp`, `my_frp`, `il_vat`, `ge_vat`, `ua_vat`, `is_vat`, `bg_uic`, `hu_tin`, `si_tin`, `ke_pin`, `tr_tin`, `eg_tin`, `ph_tin`, `al_tin`, `bh_vat`, `kz_bin`, `ng_tin`, `om_vat`, `de_stn`, `ch_uid`, `tz_vat`, `uz_vat`, `uz_tin`, `md_vat`, `ma_vat`, `by_tin`, `ao_tin`, `bs_tin`, `bb_tin`, `cd_nif`, `mr_nif`, `me_pib`, `zw_tin`, `ba_tin`, `gn_nif`, `mk_vat`, `sr_fin`, `sn_ninea`, `am_tin`, `np_pan`, `tj_tin`, `ug_tin`, `zm_tin`, `kh_tin`, `aw_tin`, `az_tin`, `bd_bin`, `bj_ifu`, `et_tin`, `kg_tin`, `la_tin`, `cm_niu`, `cv_nif`, `bf_ifu`, or `unknown`","enum":["ad_nrt","ae_trn","al_tin","am_tin","ao_tin","ar_cuit","au_abn","au_arn","aw_tin","az_tin","ba_tin","bb_tin","bd_bin","bf_ifu","bg_uic","bh_vat","bj_ifu","bo_tin","br_cnpj","br_cpf","bs_tin","by_tin","ca_bn","ca_gst_hst","ca_pst_bc","ca_pst_mb","ca_pst_sk","ca_qst","cd_nif","ch_uid","ch_vat","cl_tin","cm_niu","cn_tin","co_nit","cr_tin","cv_nif","de_stn","do_rcn","ec_ruc","eg_tin","es_cif","et_tin","eu_oss_vat","eu_vat","gb_vat","ge_vat","gn_nif","hk_br","hr_oib","hu_tin","id_npwp","il_vat","in_gst","is_vat","jp_cn","jp_rn","jp_trn","ke_pin","kg_tin","kh_tin","kr_brn","kz_bin","la_tin","li_uid","li_vat","ma_vat","md_vat","me_pib","mk_vat","mr_nif","mx_rfc","my_frp","my_itn","my_sst","ng_tin","no_vat","no_voec","np_pan","nz_gst","om_vat","pe_ruc","ph_tin","pl_nip","ro_tin","rs_pib","ru_inn","ru_kpp","sa_vat","sg_gst","sg_uen","si_tin","sn_ninea","sr_fin","sv_nit","th_vat","tj_tin","tr_tin","tw_vat","tz_vat","ua_vat","ug_tin","unknown","us_ein","uy_ruc","uz_tin","uz_vat","ve_rif","vn_tin","za_vat","zm_tin","zw_tin"],"type":"string"},"value":{"description":"The value of the tax ID.","maxLength":5000,"nullable":true,"type":"string"}},"required":["type"],"title":"PaymentPagesCheckoutSessionTaxID","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_tax_id_collection":{"description":"","properties":{"enabled":{"description":"Indicates whether tax ID collection is enabled for the session","type":"boolean"},"required":{"description":"Indicates whether a tax ID is required on the payment page","enum":["if_supported","never"],"type":"string"}},"required":["enabled","required"],"title":"PaymentPagesCheckoutSessionTaxIDCollection","type":"object","x-expandableFields":[]},"payment_pages_checkout_session_total_details":{"description":"","properties":{"amount_discount":{"description":"This is the sum of all the discounts.","type":"integer"},"amount_shipping":{"description":"This is the sum of all the shipping amounts.","nullable":true,"type":"integer"},"amount_tax":{"description":"This is the sum of all the tax amounts.","type":"integer"},"breakdown":{"$ref":"#/components/schemas/payment_pages_checkout_session_total_details_resource_breakdown"}},"required":["amount_discount","amount_tax"],"title":"PaymentPagesCheckoutSessionTotalDetails","type":"object","x-expandableFields":["breakdown"]},"payment_pages_checkout_session_total_details_resource_breakdown":{"description":"","properties":{"discounts":{"description":"The aggregated discounts.","items":{"$ref":"#/components/schemas/line_items_discount_amount"},"type":"array"},"taxes":{"description":"The aggregated tax amounts by rate.","items":{"$ref":"#/components/schemas/line_items_tax_amount"},"type":"array"}},"required":["discounts","taxes"],"title":"PaymentPagesCheckoutSessionTotalDetailsResourceBreakdown","type":"object","x-expandableFields":["discounts","taxes"]},"payment_pages_private_card_payment_method_options_resource_restrictions":{"description":"","properties":{"brands_blocked":{"description":"Specify the card brands to block in the Checkout Session. If a customer enters or selects a card belonging to a blocked brand, they can't complete the Session.","items":{"enum":["american_express","discover_global_network","mastercard","visa"],"type":"string"},"type":"array"}},"title":"PaymentPagesPrivateCardPaymentMethodOptionsResourceRestrictions","type":"object","x-expandableFields":[]},"payment_record":{"description":"A Payment Record is a resource that allows you to represent payments that occur on- or off-Stripe.\nFor example, you can create a Payment Record to model a payment made on a different payment processor,\nin order to mark an Invoice as paid and a Subscription as active. Payment Records consist of one or\nmore Payment Attempt Records, which represent individual attempts made on a payment network.","properties":{"amount":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_authorized":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_canceled":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_failed":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_guaranteed":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_refunded":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"amount_requested":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_amount"},"application":{"description":"ID of the Connect application that created the PaymentRecord.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_customer_details"}],"description":"Customer information for this payment.","nullable":true},"customer_presence":{"description":"Indicates whether the customer was present in your checkout flow during this payment.","enum":["off_session","on_session"],"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"latest_payment_attempt_record":{"description":"ID of the latest Payment Attempt Record attached to this Payment Record.","maxLength":5000,"nullable":true,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payment_record"],"type":"string"},"payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_details"}],"description":"Information about the Payment Method debited for this payment.","nullable":true},"processor_details":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_processor_details"},"reported_by":{"description":"Indicates who reported the payment.","enum":["self","stripe"],"type":"string"},"shipping_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_shipping_details"}],"description":"Shipping information for this payment.","nullable":true}},"required":["amount","amount_authorized","amount_canceled","amount_failed","amount_guaranteed","amount_refunded","amount_requested","created","id","livemode","metadata","object","processor_details","reported_by"],"title":"PaymentRecord","type":"object","x-expandableFields":["amount","amount_authorized","amount_canceled","amount_failed","amount_guaranteed","amount_refunded","amount_requested","customer_details","payment_method_details","processor_details","shipping_details"],"x-resourceId":"payment_record"},"payment_source":{"anyOf":[{"$ref":"#/components/schemas/account"},{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}],"title":"Polymorphic","x-resourceId":"payment_source","x-stripeBypassValidation":true},"payments_primitives_payment_records_resource_address":{"description":"A representation of a physical address.","properties":{"city":{"description":"City, district, suburb, town, or village.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"line1":{"description":"Address line 1, such as the street, PO Box, or company name.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Address line 2, such as the apartment, suite, unit, or building.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentsPrimitivesPaymentRecordsResourceAddress","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_amount":{"description":"A representation of an amount of money, consisting of an amount and a currency.","properties":{"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"value":{"description":"A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.","type":"integer"}},"required":["currency","value"],"title":"PaymentsPrimitivesPaymentRecordsResourceAmount","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_billing_details":{"description":"Billing details used by the customer for this payment.","properties":{"address":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_address"},"email":{"description":"The billing email associated with the method of payment.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"The billing name associated with the method of payment.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"The billing phone number associated with the method of payment.","maxLength":5000,"nullable":true,"type":"string"}},"required":["address"],"title":"PaymentsPrimitivesPaymentRecordsResourceBillingDetails","type":"object","x-expandableFields":["address"]},"payments_primitives_payment_records_resource_customer_details":{"description":"Information about the customer for this payment.","properties":{"customer":{"description":"ID of the Stripe Customer associated with this payment.","maxLength":5000,"nullable":true,"type":"string"},"email":{"description":"The customer's email address.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"The customer's name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"The customer's phone number.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentsPrimitivesPaymentRecordsResourceCustomerDetails","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_card_details":{"description":"Details of the card used for this payment attempt.","properties":{"authorization_code":{"description":"The authorization code of the payment.","maxLength":5000,"nullable":true,"type":"string"},"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","enum":["amex","cartes_bancaires","diners","discover","eftpos_au","interac","jcb","link","mastercard","unionpay","unknown","visa"],"type":"string"},"capture_before":{"description":"When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.","format":"unix-time","type":"integer"},"checks":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_checks"}],"description":"Check results by Card networks on Card address and CVC at time of payment.","nullable":true},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"A high-level description of the type of cards issued in this range.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","enum":["credit","debit","prepaid","unknown"],"type":"string"},"iin":{"description":"Issuer identification number of the card.","maxLength":5000,"nullable":true,"type":"string"},"installments":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_installments"}],"description":"Installment details for this payment.","nullable":true},"issuer":{"description":"The name of the card's issuing bank.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"type":"string"},"network":{"description":"Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.","enum":["amex","cartes_bancaires","diners","discover","eftpos_au","interac","jcb","link","mastercard","unionpay","unknown","visa"],"nullable":true,"type":"string"},"network_advice_code":{"description":"Advice code from the card network for the failed payment.","maxLength":5000,"nullable":true,"type":"string"},"network_decline_code":{"description":"Decline code from the card network for the failed payment.","maxLength":5000,"nullable":true,"type":"string"},"network_token":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_network_token"}],"description":"If this card has network token credentials, this contains the details of the network token credentials.","nullable":true},"network_transaction_id":{"description":"This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.","maxLength":5000,"nullable":true,"type":"string"},"stored_credential_usage":{"description":"The transaction type that was passed for an off-session, Merchant-Initiated transaction, one of `recurring` or `unscheduled`.","enum":["recurring","unscheduled"],"nullable":true,"type":"string"},"three_d_secure":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure"}],"description":"Populated if this transaction used 3D Secure authentication.","nullable":true},"wallet":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet"}],"description":"If this Card is part of a card wallet, this contains the details of the card wallet.","nullable":true}},"required":["brand","exp_month","exp_year","funding","last4"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetails","type":"object","x-expandableFields":["checks","installments","network_token","three_d_secure","wallet"]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_checks":{"description":"","properties":{"address_line1_check":{"enum":["fail","pass","unavailable","unchecked"],"nullable":true,"type":"string"},"address_postal_code_check":{"enum":["fail","pass","unavailable","unchecked"],"nullable":true,"type":"string"},"cvc_check":{"enum":["fail","pass","unavailable","unchecked"],"nullable":true,"type":"string"}},"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceChecks","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_installment_plan":{"description":"","properties":{"count":{"description":"For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.","nullable":true,"type":"integer"},"interval":{"description":"For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card. One of `month`.","enum":["month"],"nullable":true,"type":"string"},"type":{"description":"Type of installment plan, one of `fixed_count`, `revolving`, or `bonus`.","enum":["bonus","fixed_count","revolving"],"type":"string"}},"required":["type"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceInstallmentPlan","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_installments":{"description":"","properties":{"plan":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_installment_plan"}],"nullable":true}},"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceInstallments","type":"object","x-expandableFields":["plan"]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_network_token":{"description":"","properties":{"used":{"description":"Indicates if Stripe used a network token, either user provided or Stripe managed when processing the transaction.","type":"boolean"}},"required":["used"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceNetworkToken","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_three_d_secure":{"description":"","properties":{"authentication_flow":{"enum":["challenge","frictionless"],"nullable":true,"type":"string"},"result":{"enum":["attempt_acknowledged","authenticated","exempted","failed","not_supported","processing_error"],"nullable":true,"type":"string"},"result_reason":{"enum":["abandoned","bypassed","canceled","card_not_enrolled","network_not_supported","protocol_error","rejected"],"nullable":true,"type":"string"},"version":{"enum":["1.0.2","2.1.0","2.2.0"],"nullable":true,"type":"string"}},"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceThreeDSecure","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet":{"description":"","properties":{"apple_pay":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_apple_pay"},"dynamic_last4":{"description":"(For tokenized numbers only.) The last four digits of the device account number.","maxLength":5000,"type":"string"},"google_pay":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_google_pay"},"type":{"description":"The type of the card wallet, one of `apple_pay` or `google_pay`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type.","maxLength":5000,"type":"string"}},"required":["type"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceWallet","type":"object","x-expandableFields":["apple_pay","google_pay"]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_apple_pay":{"description":"","properties":{"type":{"description":"Type of the apple_pay transaction, one of `apple_pay` or `apple_pay_later`.","maxLength":5000,"type":"string"}},"required":["type"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceWalletResourceApplePay","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_card_details_resource_wallet_resource_google_pay":{"description":"","title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCardDetailsResourceWalletResourceGooglePay","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_custom_details":{"description":"Custom Payment Methods represent Payment Method types not modeled directly in\nthe Stripe API. This resource consists of details about the custom payment method\nused for this payment attempt.","properties":{"display_name":{"description":"Display name for the custom (user-defined) payment method type used to make this payment.","maxLength":5000,"type":"string"},"type":{"description":"The custom payment method type associated with this payment.","maxLength":5000,"nullable":true,"type":"string"}},"required":["display_name"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodCustomDetails","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_payment_method_details":{"description":"Details about the Payment Method used in this payment attempt.","properties":{"ach_credit_transfer":{"$ref":"#/components/schemas/payment_method_details_ach_credit_transfer"},"ach_debit":{"$ref":"#/components/schemas/payment_method_details_ach_debit"},"acss_debit":{"$ref":"#/components/schemas/payment_method_details_acss_debit"},"affirm":{"$ref":"#/components/schemas/payment_method_details_affirm"},"afterpay_clearpay":{"$ref":"#/components/schemas/payment_method_details_afterpay_clearpay"},"alipay":{"$ref":"#/components/schemas/payment_flows_private_payment_methods_alipay_details"},"alma":{"$ref":"#/components/schemas/payment_method_details_alma"},"amazon_pay":{"$ref":"#/components/schemas/payment_method_details_amazon_pay"},"au_becs_debit":{"$ref":"#/components/schemas/payment_method_details_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/payment_method_details_bacs_debit"},"bancontact":{"$ref":"#/components/schemas/payment_method_details_bancontact"},"billie":{"$ref":"#/components/schemas/payment_method_details_billie"},"billing_details":{"anyOf":[{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_billing_details"}],"description":"The billing details associated with the method of payment.","nullable":true},"blik":{"$ref":"#/components/schemas/payment_method_details_blik"},"boleto":{"$ref":"#/components/schemas/payment_method_details_boleto"},"card":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_card_details"},"card_present":{"$ref":"#/components/schemas/payment_method_details_card_present"},"cashapp":{"$ref":"#/components/schemas/payment_method_details_cashapp"},"crypto":{"$ref":"#/components/schemas/payment_method_details_crypto"},"custom":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_payment_method_custom_details"},"customer_balance":{"$ref":"#/components/schemas/payment_method_details_customer_balance"},"eps":{"$ref":"#/components/schemas/payment_method_details_eps"},"fpx":{"$ref":"#/components/schemas/payment_method_details_fpx"},"giropay":{"$ref":"#/components/schemas/payment_method_details_giropay"},"grabpay":{"$ref":"#/components/schemas/payment_method_details_grabpay"},"ideal":{"$ref":"#/components/schemas/payment_method_details_ideal"},"interac_present":{"$ref":"#/components/schemas/payment_method_details_interac_present"},"kakao_pay":{"$ref":"#/components/schemas/payment_method_details_kakao_pay"},"klarna":{"$ref":"#/components/schemas/payment_method_details_klarna"},"konbini":{"$ref":"#/components/schemas/payment_method_details_konbini"},"kr_card":{"$ref":"#/components/schemas/payment_method_details_kr_card"},"link":{"$ref":"#/components/schemas/payment_method_details_link"},"mb_way":{"$ref":"#/components/schemas/payment_method_details_payment_record_mb_way"},"mobilepay":{"$ref":"#/components/schemas/payment_method_details_mobilepay"},"multibanco":{"$ref":"#/components/schemas/payment_method_details_multibanco"},"naver_pay":{"$ref":"#/components/schemas/payment_method_details_naver_pay"},"nz_bank_account":{"$ref":"#/components/schemas/payment_method_details_nz_bank_account"},"oxxo":{"$ref":"#/components/schemas/payment_method_details_oxxo"},"p24":{"$ref":"#/components/schemas/payment_method_details_p24"},"pay_by_bank":{"$ref":"#/components/schemas/payment_method_details_pay_by_bank"},"payco":{"$ref":"#/components/schemas/payment_method_details_payco"},"payment_method":{"description":"ID of the Stripe PaymentMethod used to make this payment.","maxLength":5000,"nullable":true,"type":"string"},"paynow":{"$ref":"#/components/schemas/payment_method_details_paynow"},"paypal":{"$ref":"#/components/schemas/payment_method_details_paypal"},"payto":{"$ref":"#/components/schemas/payment_method_details_payto"},"pix":{"$ref":"#/components/schemas/payment_method_details_pix"},"promptpay":{"$ref":"#/components/schemas/payment_method_details_promptpay"},"revolut_pay":{"$ref":"#/components/schemas/payment_method_details_revolut_pay"},"samsung_pay":{"$ref":"#/components/schemas/payment_method_details_samsung_pay"},"satispay":{"$ref":"#/components/schemas/payment_method_details_satispay"},"sepa_debit":{"$ref":"#/components/schemas/payment_method_details_sepa_debit"},"sofort":{"$ref":"#/components/schemas/payment_method_details_sofort"},"stripe_account":{"$ref":"#/components/schemas/payment_method_details_stripe_account"},"swish":{"$ref":"#/components/schemas/payment_method_details_swish"},"twint":{"$ref":"#/components/schemas/payment_method_details_twint"},"type":{"description":"The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type) for the full list of possible types.\nAn additional hash is included on `payment_method_details` with a name matching this value.\nIt contains information specific to the payment method.","maxLength":5000,"type":"string"},"us_bank_account":{"$ref":"#/components/schemas/payment_method_details_payment_record_us_bank_account"},"wechat":{"$ref":"#/components/schemas/payment_method_details_wechat"},"wechat_pay":{"$ref":"#/components/schemas/payment_method_details_wechat_pay"},"zip":{"$ref":"#/components/schemas/payment_method_details_payment_record_zip"}},"required":["type"],"title":"PaymentsPrimitivesPaymentRecordsResourcePaymentMethodDetails","type":"object","x-expandableFields":["ach_credit_transfer","ach_debit","acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","billing_details","blik","boleto","card","card_present","cashapp","crypto","custom","customer_balance","eps","fpx","giropay","grabpay","ideal","interac_present","kakao_pay","klarna","konbini","kr_card","link","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","stripe_account","swish","twint","us_bank_account","wechat","wechat_pay","zip"]},"payments_primitives_payment_records_resource_processor_details":{"description":"Processor information associated with this payment.","properties":{"custom":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_processor_details_resource_custom_details"},"type":{"description":"The processor used for this payment attempt.","enum":["custom"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"PaymentsPrimitivesPaymentRecordsResourceProcessorDetails","type":"object","x-expandableFields":["custom"]},"payments_primitives_payment_records_resource_processor_details_resource_custom_details":{"description":"Custom processors represent payment processors not modeled directly in\nthe Stripe API. This resource consists of details about the custom processor\nused for this payment attempt.","properties":{"payment_reference":{"description":"An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsResourceCustomDetails","type":"object","x-expandableFields":[]},"payments_primitives_payment_records_resource_shipping_details":{"description":"The customer's shipping information associated with this payment.","properties":{"address":{"$ref":"#/components/schemas/payments_primitives_payment_records_resource_address"},"name":{"description":"The shipping recipient's name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"The shipping recipient's phone number.","maxLength":5000,"nullable":true,"type":"string"}},"required":["address"],"title":"PaymentsPrimitivesPaymentRecordsResourceShippingDetails","type":"object","x-expandableFields":["address"]},"payout":{"description":"A `Payout` object is created when you receive funds from Stripe, or when you\ninitiate a payout to either a bank account or debit card of a [connected\nStripe account](/docs/connect/bank-debit-card-payouts). You can retrieve individual payouts,\nand list all payouts. Payouts are made on [varying\nschedules](/docs/connect/manage-payout-schedule), depending on your country and\nindustry.\n\nRelated guide: [Receiving payouts](https://docs.stripe.com/payouts)","properties":{"amount":{"description":"The amount (in cents (or local equivalent)) that transfers to your bank account or debit card.","type":"integer"},"application_fee":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application_fee"}],"description":"The application fee (if any) for the payout. [See the Connect documentation](https://docs.stripe.com/connect/instant-payouts#monetization-and-fees) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application_fee"}]}},"application_fee_amount":{"description":"The amount of the application fee (if any) requested for the payout. [See the Connect documentation](https://docs.stripe.com/connect/instant-payouts#monetization-and-fees) for details.","nullable":true,"type":"integer"},"arrival_date":{"description":"Date that you can expect the payout to arrive in the bank. This factors in delays to account for weekends or bank holidays.","format":"unix-time","type":"integer"},"automatic":{"description":"Returns `true` if the payout is created by an [automated payout schedule](https://docs.stripe.com/payouts#payout-schedule) and `false` if it's [requested manually](https://stripe.com/docs/payouts#manual-payouts).","type":"boolean"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"ID of the balance transaction that describes the impact of this payout on your account balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/deleted_bank_account"},{"$ref":"#/components/schemas/deleted_card"}],"description":"ID of the bank account or card the payout is sent to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/deleted_bank_account"},{"$ref":"#/components/schemas/deleted_card"}]},"x-stripeBypassValidation":true},"failure_balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"If the payout fails or cancels, this is the ID of the balance transaction that reverses the initial balance transaction and returns the funds from the failed payout back in your balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"failure_code":{"description":"Error code that provides a reason for a payout failure, if available. View our [list of failure codes](https://docs.stripe.com/api#payout_failures).","maxLength":5000,"nullable":true,"type":"string"},"failure_message":{"description":"Message that provides the reason for a payout failure, if available.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"method":{"description":"The method used to send this payout, which can be `standard` or `instant`. `instant` is supported for payouts to debit cards and bank accounts in certain countries. Learn more about [bank support for Instant Payouts](https://stripe.com/docs/payouts/instant-payouts-banks).","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["payout"],"type":"string"},"original_payout":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payout"}],"description":"If the payout reverses another, this is the ID of the original payout.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payout"}]}},"payout_method":{"description":"ID of the v2 FinancialAccount the funds are sent to.","maxLength":5000,"nullable":true,"type":"string"},"reconciliation_status":{"description":"If `completed`, you can use the [Balance Transactions API](https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-payout) to list all balance transactions that are paid out in this payout.","enum":["completed","in_progress","not_applicable"],"type":"string"},"reversed_by":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payout"}],"description":"If the payout reverses, this is the ID of the payout that reverses this payout.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payout"}]}},"source_type":{"description":"The source balance this payout came from, which can be one of the following: `card`, `fpx`, or `bank_account`.","maxLength":5000,"type":"string"},"statement_descriptor":{"description":"Extra information about a payout that displays on the user's bank statement.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"Current status of the payout: `paid`, `pending`, `in_transit`, `canceled` or `failed`. A payout is `pending` until it's submitted to the bank, when it becomes `in_transit`. The status changes to `paid` if the transaction succeeds, or to `failed` or `canceled` (within 5 business days). Some payouts that fail might initially show as `paid`, then change to `failed`.","maxLength":5000,"type":"string"},"trace_id":{"anyOf":[{"$ref":"#/components/schemas/payouts_trace_id"}],"description":"A value that generates from the beneficiary's bank that allows users to track payouts with their bank. Banks might call this a \"reference number\" or something similar.","nullable":true},"type":{"description":"Can be `bank_account` or `card`.","enum":["bank_account","card"],"type":"string","x-stripeBypassValidation":true}},"required":["amount","arrival_date","automatic","created","currency","id","livemode","method","object","reconciliation_status","source_type","status","type"],"title":"Payout","type":"object","x-expandableFields":["application_fee","balance_transaction","destination","failure_balance_transaction","original_payout","reversed_by","trace_id"],"x-resourceId":"payout"},"payouts_trace_id":{"description":"","properties":{"status":{"description":"Possible values are `pending`, `supported`, and `unsupported`. When `payout.status` is `pending` or `in_transit`, this will be `pending`. When the payout transitions to `paid`, `failed`, or `canceled`, this status will become `supported` or `unsupported` shortly after in most cases. In some cases, this may appear as `pending` for up to 10 days after `arrival_date` until transitioning to `supported` or `unsupported`.","maxLength":5000,"type":"string"},"value":{"description":"The trace ID value if `trace_id.status` is `supported`, otherwise `nil`.","maxLength":5000,"nullable":true,"type":"string"}},"required":["status"],"title":"PayoutsTraceID","type":"object","x-expandableFields":[]},"paypal_seller_protection":{"description":"","properties":{"dispute_categories":{"description":"An array of conditions that are covered for the transaction, if applicable.","items":{"enum":["fraudulent","product_not_received"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"status":{"description":"Indicates whether the transaction is eligible for PayPal's seller protection.","enum":["eligible","not_eligible","partially_eligible"],"type":"string"}},"required":["status"],"title":"paypal_seller_protection","type":"object","x-expandableFields":[]},"person":{"description":"This is an object representing a person associated with a Stripe account.\n\nA platform can only access a subset of data in a person for an account where [account.controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`, which includes Standard and Express accounts, after creating an Account Link or Account Session to start Connect onboarding.\n\nSee the [Standard onboarding](/connect/standard-accounts) or [Express onboarding](/connect/express-accounts) documentation for information about prefilling information and account onboarding steps. Learn more about [handling identity verification with the API](/connect/handling-api-verification#person-information).","properties":{"account":{"description":"The account the person is associated with.","maxLength":5000,"type":"string"},"additional_tos_acceptances":{"$ref":"#/components/schemas/person_additional_tos_acceptances"},"address":{"$ref":"#/components/schemas/address"},"address_kana":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_japan_address"}],"nullable":true},"address_kanji":{"anyOf":[{"$ref":"#/components/schemas/legal_entity_japan_address"}],"nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"dob":{"$ref":"#/components/schemas/legal_entity_dob"},"email":{"description":"The person's email address. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"first_name":{"description":"The person's first name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"first_name_kana":{"description":"The Kana variation of the person's first name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"first_name_kanji":{"description":"The Kanji variation of the person's first name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"full_name_aliases":{"description":"A list of alternate names or aliases that the person is known by. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","items":{"maxLength":5000,"type":"string"},"type":"array"},"future_requirements":{"anyOf":[{"$ref":"#/components/schemas/person_future_requirements"}],"nullable":true},"gender":{"description":"The person's gender.","nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"id_number_provided":{"description":"Whether the person's `id_number` was provided. True if either the full ID number was provided or if only the required part of the ID number was provided (ex. last four of an individual's SSN for the US indicated by `ssn_last_4_provided`).","type":"boolean"},"id_number_secondary_provided":{"description":"Whether the person's `id_number_secondary` was provided.","type":"boolean"},"last_name":{"description":"The person's last name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"last_name_kana":{"description":"The Kana variation of the person's last name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"last_name_kanji":{"description":"The Kanji variation of the person's last name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.","maxLength":5000,"nullable":true,"type":"string"},"maiden_name":{"description":"The person's maiden name.","maxLength":5000,"nullable":true,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"nationality":{"description":"The country where the person is a national.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["person"],"type":"string"},"phone":{"description":"The person's phone number.","maxLength":5000,"nullable":true,"type":"string"},"political_exposure":{"description":"Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.","enum":["existing","none"],"type":"string"},"registered_address":{"$ref":"#/components/schemas/address"},"relationship":{"$ref":"#/components/schemas/person_relationship"},"requirements":{"anyOf":[{"$ref":"#/components/schemas/person_requirements"}],"nullable":true},"ssn_last_4_provided":{"description":"Whether the last four digits of the person's Social Security number have been provided (U.S. only).","type":"boolean"},"us_cfpb_data":{"anyOf":[{"$ref":"#/components/schemas/person_us_cfpb_data"}],"description":"Demographic data related to the person.","nullable":true},"verification":{"$ref":"#/components/schemas/legal_entity_person_verification"}},"required":["account","created","id","object"],"title":"Person","type":"object","x-expandableFields":["additional_tos_acceptances","address","address_kana","address_kanji","dob","future_requirements","registered_address","relationship","requirements","us_cfpb_data","verification"],"x-resourceId":"person"},"person_additional_tos_acceptance":{"description":"","properties":{"date":{"description":"The Unix timestamp marking when the legal guardian accepted the service agreement.","format":"unix-time","nullable":true,"type":"integer"},"ip":{"description":"The IP address from which the legal guardian accepted the service agreement.","maxLength":5000,"nullable":true,"type":"string"},"user_agent":{"description":"The user agent of the browser from which the legal guardian accepted the service agreement.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PersonAdditionalTOSAcceptance","type":"object","x-expandableFields":[]},"person_additional_tos_acceptances":{"description":"","properties":{"account":{"anyOf":[{"$ref":"#/components/schemas/person_additional_tos_acceptance"}],"description":"Details on the legal guardian's acceptance of the main Stripe service agreement.","nullable":true}},"title":"PersonAdditionalTOSAcceptances","type":"object","x-expandableFields":["account"]},"person_ethnicity_details":{"description":"","properties":{"ethnicity":{"description":"The persons ethnicity","items":{"enum":["cuban","hispanic_or_latino","mexican","not_hispanic_or_latino","other_hispanic_or_latino","prefer_not_to_answer","puerto_rican"],"type":"string"},"nullable":true,"type":"array"},"ethnicity_other":{"description":"Please specify your origin, when other is selected.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PersonEthnicityDetails","type":"object","x-expandableFields":[]},"person_future_requirements":{"description":"","properties":{"alternatives":{"description":"Fields that are due and can be resolved by providing the corresponding alternative fields instead. Many alternatives can list the same `original_fields_due`, and any of these alternatives can serve as a pathway for attempting to resolve the fields again. Re-providing `original_fields_due` also serves as a pathway for attempting to resolve the fields again.","items":{"$ref":"#/components/schemas/account_requirements_alternative"},"nullable":true,"type":"array"},"currently_due":{"description":"Fields that need to be resolved to keep the person's account enabled. If not resolved by the account's `future_requirements[current_deadline]`, these fields will transition to the main `requirements` hash, and may immediately become `past_due`, but the account may also be given a grace period depending on the account's enablement state prior to transition.","items":{"maxLength":5000,"type":"string"},"type":"array"},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"type":"array"},"eventually_due":{"description":"Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `future_requirements[current_deadline]` becomes set.","items":{"maxLength":5000,"type":"string"},"type":"array"},"past_due":{"description":"Fields that haven't been resolved by the account's `requirements.current_deadline`. These fields need to be resolved to enable the person's account. `future_requirements.past_due` is a subset of `requirements.past_due`.","items":{"maxLength":5000,"type":"string"},"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["currently_due","errors","eventually_due","past_due","pending_verification"],"title":"PersonFutureRequirements","type":"object","x-expandableFields":["alternatives","errors"]},"person_race_details":{"description":"","properties":{"race":{"description":"The persons race.","items":{"enum":["african_american","american_indian_or_alaska_native","asian","asian_indian","black_or_african_american","chinese","ethiopian","filipino","guamanian_or_chamorro","haitian","jamaican","japanese","korean","native_hawaiian","native_hawaiian_or_other_pacific_islander","nigerian","other_asian","other_black_or_african_american","other_pacific_islander","prefer_not_to_answer","samoan","somali","vietnamese","white"],"type":"string"},"nullable":true,"type":"array"},"race_other":{"description":"Please specify your race, when other is selected.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PersonRaceDetails","type":"object","x-expandableFields":[]},"person_relationship":{"description":"","properties":{"authorizer":{"description":"Whether the person is the authorizer of the account's representative.","nullable":true,"type":"boolean"},"director":{"description":"Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.","nullable":true,"type":"boolean"},"executive":{"description":"Whether the person has significant responsibility to control, manage, or direct the organization.","nullable":true,"type":"boolean"},"legal_guardian":{"description":"Whether the person is the legal guardian of the account's representative.","nullable":true,"type":"boolean"},"owner":{"description":"Whether the person is an owner of the account’s legal entity.","nullable":true,"type":"boolean"},"percent_ownership":{"description":"The percent owned by the person of the account's legal entity.","nullable":true,"type":"number"},"representative":{"description":"Whether the person is authorized as the primary representative of the account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.","nullable":true,"type":"boolean"},"title":{"description":"The person's title (e.g., CEO, Support Engineer).","maxLength":5000,"nullable":true,"type":"string"}},"title":"PersonRelationship","type":"object","x-expandableFields":[]},"person_requirements":{"description":"","properties":{"alternatives":{"description":"Fields that are due and can be resolved by providing the corresponding alternative fields instead. Many alternatives can list the same `original_fields_due`, and any of these alternatives can serve as a pathway for attempting to resolve the fields again. Re-providing `original_fields_due` also serves as a pathway for attempting to resolve the fields again.","items":{"$ref":"#/components/schemas/account_requirements_alternative"},"nullable":true,"type":"array"},"currently_due":{"description":"Fields that need to be resolved to keep the person's account enabled. If not resolved by the account's `current_deadline`, these fields will appear in `past_due` as well, and the account is disabled.","items":{"maxLength":5000,"type":"string"},"type":"array"},"errors":{"description":"Details about validation and verification failures for `due` requirements that must be resolved.","items":{"$ref":"#/components/schemas/account_requirements_error"},"type":"array"},"eventually_due":{"description":"Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `current_deadline` becomes set.","items":{"maxLength":5000,"type":"string"},"type":"array"},"past_due":{"description":"Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the person's account.","items":{"maxLength":5000,"type":"string"},"type":"array"},"pending_verification":{"description":"Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.","items":{"maxLength":5000,"type":"string"},"type":"array"}},"required":["currently_due","errors","eventually_due","past_due","pending_verification"],"title":"PersonRequirements","type":"object","x-expandableFields":["alternatives","errors"]},"person_us_cfpb_data":{"description":"","properties":{"ethnicity_details":{"anyOf":[{"$ref":"#/components/schemas/person_ethnicity_details"}],"description":"The persons ethnicity details","nullable":true},"race_details":{"anyOf":[{"$ref":"#/components/schemas/person_race_details"}],"description":"The persons race details","nullable":true},"self_identified_gender":{"description":"The persons self-identified gender","maxLength":5000,"nullable":true,"type":"string"}},"title":"PersonUSCfpbData","type":"object","x-expandableFields":["ethnicity_details","race_details"]},"plan":{"description":"You can now model subscriptions more flexibly using the [Prices API](https://api.stripe.com#prices). It replaces the Plans API and is backwards compatible to simplify your migration.\n\nPlans define the base price, currency, and billing cycle for recurring purchases of products.\n[Products](https://api.stripe.com#products) help you track inventory or provisioning, and plans help you track pricing. Different physical goods or levels of service should be represented by products, and pricing options should be represented by plans. This approach lets you change prices without having to change your provisioning scheme.\n\nFor example, you might have a single \"gold\" product that has plans for $10/month, $100/year, €9/month, and €90/year.\n\nRelated guides: [Set up a subscription](https://docs.stripe.com/billing/subscriptions/set-up-subscription) and more about [products and prices](https://docs.stripe.com/products-prices/overview).","properties":{"active":{"description":"Whether the plan can be used for new purchases.","type":"boolean"},"amount":{"description":"The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if `billing_scheme=per_unit`.","nullable":true,"type":"integer"},"amount_decimal":{"description":"The unit amount in cents (or local equivalent) to be charged, represented as a decimal string with at most 12 decimal places. Only set if `billing_scheme=per_unit`.","format":"decimal","nullable":true,"type":"string"},"billing_scheme":{"description":"Describes how to compute the price per period. Either `per_unit` or `tiered`. `per_unit` indicates that the fixed amount (specified in `amount`) will be charged per unit in `quantity` (for plans with `usage_type=licensed`), or per unit of total usage (for plans with `usage_type=metered`). `tiered` indicates that the unit pricing will be computed using a tiering strategy as defined using the `tiers` and `tiers_mode` attributes.","enum":["per_unit","tiered"],"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"interval":{"description":"The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.","enum":["day","month","week","year"],"type":"string"},"interval_count":{"description":"The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months.","type":"integer"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"meter":{"description":"The meter tracking the usage of a metered price","maxLength":5000,"nullable":true,"type":"string"},"nickname":{"description":"A brief description of the plan, hidden from customers.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["plan"],"type":"string"},"product":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/product"},{"$ref":"#/components/schemas/deleted_product"}],"description":"The product whose pricing this plan determines.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/product"},{"$ref":"#/components/schemas/deleted_product"}]}},"tiers":{"description":"Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.","items":{"$ref":"#/components/schemas/plan_tier"},"type":"array"},"tiers_mode":{"description":"Defines if the tiering price should be `graduated` or `volume` based. In `volume`-based tiering, the maximum quantity within a period determines the per unit price. In `graduated` tiering, pricing can change as the quantity grows.","enum":["graduated","volume"],"nullable":true,"type":"string"},"transform_usage":{"anyOf":[{"$ref":"#/components/schemas/transform_usage"}],"description":"Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.","nullable":true},"trial_period_days":{"description":"Default number of trial days when subscribing a customer to this plan using [`trial_from_plan=true`](https://docs.stripe.com/api#create_subscription-trial_from_plan).","nullable":true,"type":"integer"},"usage_type":{"description":"Configures how the quantity per period should be determined. Can be either `metered` or `licensed`. `licensed` automatically bills the `quantity` set when adding it to a subscription. `metered` aggregates the total usage based on usage records. Defaults to `licensed`.","enum":["licensed","metered"],"type":"string"}},"required":["active","billing_scheme","created","currency","id","interval","interval_count","livemode","object","usage_type"],"title":"Plan","type":"object","x-expandableFields":["product","tiers","transform_usage"],"x-resourceId":"plan"},"plan_tier":{"description":"","properties":{"flat_amount":{"description":"Price for the entire tier.","nullable":true,"type":"integer"},"flat_amount_decimal":{"description":"Same as `flat_amount`, but contains a decimal value with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"},"unit_amount":{"description":"Per unit price for units relevant to the tier.","nullable":true,"type":"integer"},"unit_amount_decimal":{"description":"Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"},"up_to":{"description":"Up to and including to this quantity will be contained in the tier.","nullable":true,"type":"integer"}},"title":"PlanTier","type":"object","x-expandableFields":[]},"platform_earning_fee_source":{"description":"","properties":{"charge":{"description":"Charge ID that created this application fee.","maxLength":5000,"type":"string"},"payout":{"description":"Payout ID that created this application fee.","maxLength":5000,"type":"string"},"type":{"description":"Type of object that created the application fee.","enum":["charge","payout"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"PlatformEarningFeeSource","type":"object","x-expandableFields":[]},"portal_business_profile":{"description":"","properties":{"headline":{"description":"The messaging shown to customers in the portal.","maxLength":5000,"nullable":true,"type":"string"},"privacy_policy_url":{"description":"A link to the business’s publicly available privacy policy.","maxLength":5000,"nullable":true,"type":"string"},"terms_of_service_url":{"description":"A link to the business’s publicly available terms of service.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PortalBusinessProfile","type":"object","x-expandableFields":[]},"portal_customer_update":{"description":"","properties":{"allowed_updates":{"description":"The types of customer updates that are supported. When empty, customers are not updateable.","items":{"enum":["address","email","name","phone","shipping","tax_id"],"type":"string"},"type":"array"},"enabled":{"description":"Whether the feature is enabled.","type":"boolean"}},"required":["allowed_updates","enabled"],"title":"PortalCustomerUpdate","type":"object","x-expandableFields":[]},"portal_features":{"description":"","properties":{"customer_update":{"$ref":"#/components/schemas/portal_customer_update"},"invoice_history":{"$ref":"#/components/schemas/portal_invoice_list"},"payment_method_update":{"$ref":"#/components/schemas/portal_payment_method_update"},"subscription_cancel":{"$ref":"#/components/schemas/portal_subscription_cancel"},"subscription_update":{"$ref":"#/components/schemas/portal_subscription_update"}},"required":["customer_update","invoice_history","payment_method_update","subscription_cancel","subscription_update"],"title":"PortalFeatures","type":"object","x-expandableFields":["customer_update","invoice_history","payment_method_update","subscription_cancel","subscription_update"]},"portal_flows_after_completion_hosted_confirmation":{"description":"","properties":{"custom_message":{"description":"A custom message to display to the customer after the flow is completed.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PortalFlowsAfterCompletionHostedConfirmation","type":"object","x-expandableFields":[]},"portal_flows_after_completion_redirect":{"description":"","properties":{"return_url":{"description":"The URL the customer will be redirected to after the flow is completed.","maxLength":5000,"type":"string"}},"required":["return_url"],"title":"PortalFlowsAfterCompletionRedirect","type":"object","x-expandableFields":[]},"portal_flows_coupon_offer":{"description":"","properties":{"coupon":{"description":"The ID of the coupon to be offered.","maxLength":5000,"type":"string"}},"required":["coupon"],"title":"PortalFlowsCouponOffer","type":"object","x-expandableFields":[]},"portal_flows_flow":{"description":"","properties":{"after_completion":{"$ref":"#/components/schemas/portal_flows_flow_after_completion"},"subscription_cancel":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_flow_subscription_cancel"}],"description":"Configuration when `flow.type=subscription_cancel`.","nullable":true},"subscription_update":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_flow_subscription_update"}],"description":"Configuration when `flow.type=subscription_update`.","nullable":true},"subscription_update_confirm":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_flow_subscription_update_confirm"}],"description":"Configuration when `flow.type=subscription_update_confirm`.","nullable":true},"type":{"description":"Type of flow that the customer will go through.","enum":["payment_method_update","subscription_cancel","subscription_update","subscription_update_confirm"],"type":"string"}},"required":["after_completion","type"],"title":"PortalFlowsFlow","type":"object","x-expandableFields":["after_completion","subscription_cancel","subscription_update","subscription_update_confirm"]},"portal_flows_flow_after_completion":{"description":"","properties":{"hosted_confirmation":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_after_completion_hosted_confirmation"}],"description":"Configuration when `after_completion.type=hosted_confirmation`.","nullable":true},"redirect":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_after_completion_redirect"}],"description":"Configuration when `after_completion.type=redirect`.","nullable":true},"type":{"description":"The specified type of behavior after the flow is completed.","enum":["hosted_confirmation","portal_homepage","redirect"],"type":"string"}},"required":["type"],"title":"PortalFlowsFlowAfterCompletion","type":"object","x-expandableFields":["hosted_confirmation","redirect"]},"portal_flows_flow_subscription_cancel":{"description":"","properties":{"retention":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_retention"}],"description":"Specify a retention strategy to be used in the cancellation flow.","nullable":true},"subscription":{"description":"The ID of the subscription to be canceled.","maxLength":5000,"type":"string"}},"required":["subscription"],"title":"PortalFlowsFlowSubscriptionCancel","type":"object","x-expandableFields":["retention"]},"portal_flows_flow_subscription_update":{"description":"","properties":{"subscription":{"description":"The ID of the subscription to be updated.","maxLength":5000,"type":"string"}},"required":["subscription"],"title":"PortalFlowsFlowSubscriptionUpdate","type":"object","x-expandableFields":[]},"portal_flows_flow_subscription_update_confirm":{"description":"","properties":{"discounts":{"description":"The coupon or promotion code to apply to this subscription update.","items":{"$ref":"#/components/schemas/portal_flows_subscription_update_confirm_discount"},"nullable":true,"type":"array"},"items":{"description":"The [subscription item](https://docs.stripe.com/api/subscription_items) to be updated through this flow. Currently, only up to one may be specified and subscriptions with multiple items are not updatable.","items":{"$ref":"#/components/schemas/portal_flows_subscription_update_confirm_item"},"type":"array"},"subscription":{"description":"The ID of the subscription to be updated.","maxLength":5000,"type":"string"}},"required":["items","subscription"],"title":"PortalFlowsFlowSubscriptionUpdateConfirm","type":"object","x-expandableFields":["discounts","items"]},"portal_flows_retention":{"description":"","properties":{"coupon_offer":{"anyOf":[{"$ref":"#/components/schemas/portal_flows_coupon_offer"}],"description":"Configuration when `retention.type=coupon_offer`.","nullable":true},"type":{"description":"Type of retention strategy that will be used.","enum":["coupon_offer"],"type":"string"}},"required":["type"],"title":"PortalFlowsRetention","type":"object","x-expandableFields":["coupon_offer"]},"portal_flows_subscription_update_confirm_discount":{"description":"","properties":{"coupon":{"description":"The ID of the coupon to apply to this subscription update.","maxLength":5000,"nullable":true,"type":"string"},"promotion_code":{"description":"The ID of a promotion code to apply to this subscription update.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PortalFlowsSubscriptionUpdateConfirmDiscount","type":"object","x-expandableFields":[]},"portal_flows_subscription_update_confirm_item":{"description":"","properties":{"id":{"description":"The ID of the [subscription item](https://docs.stripe.com/api/subscriptions/object#subscription_object-items-data-id) to be updated.","maxLength":5000,"nullable":true,"type":"string"},"price":{"description":"The price the customer should subscribe to through this flow. The price must also be included in the configuration's [`features.subscription_update.products`](https://docs.stripe.com/api/customer_portal/configuration#portal_configuration_object-features-subscription_update-products).","maxLength":5000,"nullable":true,"type":"string"},"quantity":{"description":"[Quantity](https://docs.stripe.com/subscriptions/quantities) for this item that the customer should subscribe to through this flow.","type":"integer"}},"title":"PortalFlowsSubscriptionUpdateConfirmItem","type":"object","x-expandableFields":[]},"portal_invoice_list":{"description":"","properties":{"enabled":{"description":"Whether the feature is enabled.","type":"boolean"}},"required":["enabled"],"title":"PortalInvoiceList","type":"object","x-expandableFields":[]},"portal_login_page":{"description":"","properties":{"enabled":{"description":"If `true`, a shareable `url` will be generated that will take your customers to a hosted login page for the customer portal.\n\nIf `false`, the previously generated `url`, if any, will be deactivated.","type":"boolean"},"url":{"description":"A shareable URL to the hosted portal login page. Your customers will be able to log in with their [email](https://docs.stripe.com/api/customers/object#customer_object-email) and receive a link to their customer portal.","maxLength":5000,"nullable":true,"type":"string"}},"required":["enabled"],"title":"PortalLoginPage","type":"object","x-expandableFields":[]},"portal_payment_method_update":{"description":"","properties":{"enabled":{"description":"Whether the feature is enabled.","type":"boolean"},"payment_method_configuration":{"description":"The [Payment Method Configuration](/api/payment_method_configurations) to use for this portal session. When specified, customers will be able to update their payment method to one of the options specified by the payment method configuration. If not set, the default payment method configuration is used.","maxLength":5000,"nullable":true,"type":"string"}},"required":["enabled"],"title":"PortalPaymentMethodUpdate","type":"object","x-expandableFields":[]},"portal_resource_schedule_update_at_period_end":{"description":"","properties":{"conditions":{"description":"List of conditions. When any condition is true, an update will be scheduled at the end of the current period.","items":{"$ref":"#/components/schemas/portal_resource_schedule_update_at_period_end_condition"},"type":"array"}},"required":["conditions"],"title":"PortalResourceScheduleUpdateAtPeriodEnd","type":"object","x-expandableFields":["conditions"]},"portal_resource_schedule_update_at_period_end_condition":{"description":"","properties":{"type":{"description":"The type of condition.","enum":["decreasing_item_amount","shortening_interval"],"type":"string"}},"required":["type"],"title":"PortalResourceScheduleUpdateAtPeriodEndCondition","type":"object","x-expandableFields":[]},"portal_subscription_cancel":{"description":"","properties":{"cancellation_reason":{"$ref":"#/components/schemas/portal_subscription_cancellation_reason"},"enabled":{"description":"Whether the feature is enabled.","type":"boolean"},"mode":{"description":"Whether to cancel subscriptions immediately or at the end of the billing period.","enum":["at_period_end","immediately"],"type":"string"},"proration_behavior":{"description":"Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`.","enum":["always_invoice","create_prorations","none"],"type":"string"}},"required":["cancellation_reason","enabled","mode","proration_behavior"],"title":"PortalSubscriptionCancel","type":"object","x-expandableFields":["cancellation_reason"]},"portal_subscription_cancellation_reason":{"description":"","properties":{"enabled":{"description":"Whether the feature is enabled.","type":"boolean"},"options":{"description":"Which cancellation reasons will be given as options to the customer.","items":{"enum":["customer_service","low_quality","missing_features","other","switched_service","too_complex","too_expensive","unused"],"type":"string"},"type":"array"}},"required":["enabled","options"],"title":"PortalSubscriptionCancellationReason","type":"object","x-expandableFields":[]},"portal_subscription_update":{"description":"","properties":{"billing_cycle_anchor":{"description":"Determines the value to use for the billing cycle anchor on subscription updates. Valid values are `now` or `unchanged`, and the default value is `unchanged`. Setting the value to `now` resets the subscription's billing cycle anchor to the current time (in UTC). For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).","enum":["now","unchanged"],"nullable":true,"type":"string"},"default_allowed_updates":{"description":"The types of subscription updates that are supported for items listed in the `products` attribute. When empty, subscriptions are not updateable.","items":{"enum":["price","promotion_code","quantity"],"type":"string"},"type":"array"},"enabled":{"description":"Whether the feature is enabled.","type":"boolean"},"products":{"description":"The list of up to 10 products that support subscription updates.","items":{"$ref":"#/components/schemas/portal_subscription_update_product"},"nullable":true,"type":"array"},"proration_behavior":{"description":"Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`. Defaults to a value of `none` if you don't set it during creation.","enum":["always_invoice","create_prorations","none"],"type":"string"},"schedule_at_period_end":{"$ref":"#/components/schemas/portal_resource_schedule_update_at_period_end"},"trial_update_behavior":{"description":"Determines how handle updates to trialing subscriptions. Valid values are `end_trial` and `continue_trial`. Defaults to a value of `end_trial` if you don't set it during creation.","enum":["continue_trial","end_trial"],"type":"string"}},"required":["default_allowed_updates","enabled","proration_behavior","schedule_at_period_end","trial_update_behavior"],"title":"PortalSubscriptionUpdate","type":"object","x-expandableFields":["products","schedule_at_period_end"]},"portal_subscription_update_product":{"description":"","properties":{"adjustable_quantity":{"$ref":"#/components/schemas/portal_subscription_update_product_adjustable_quantity"},"prices":{"description":"The list of price IDs which, when subscribed to, a subscription can be updated.","items":{"maxLength":5000,"type":"string"},"type":"array"},"product":{"description":"The product ID.","maxLength":5000,"type":"string"}},"required":["adjustable_quantity","prices","product"],"title":"PortalSubscriptionUpdateProduct","type":"object","x-expandableFields":["adjustable_quantity"]},"portal_subscription_update_product_adjustable_quantity":{"description":"","properties":{"enabled":{"description":"If true, the quantity can be adjusted to any non-negative integer.","type":"boolean"},"maximum":{"description":"The maximum quantity that can be set for the product.","nullable":true,"type":"integer"},"minimum":{"description":"The minimum quantity that can be set for the product.","type":"integer"}},"required":["enabled","minimum"],"title":"PortalSubscriptionUpdateProductAdjustableQuantity","type":"object","x-expandableFields":[]},"price":{"description":"Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products.\n[Products](https://api.stripe.com#products) help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices. This approach lets you change prices without having to change your provisioning scheme.\n\nFor example, you might have a single \"gold\" product that has prices for $10/month, $100/year, and €9 once.\n\nRelated guides: [Set up a subscription](https://docs.stripe.com/billing/subscriptions/set-up-subscription), [create an invoice](https://docs.stripe.com/billing/invoices/create), and more about [products and prices](https://docs.stripe.com/products-prices/overview).","properties":{"active":{"description":"Whether the price can be used for new purchases.","type":"boolean"},"billing_scheme":{"description":"Describes how to compute the price per period. Either `per_unit` or `tiered`. `per_unit` indicates that the fixed amount (specified in `unit_amount` or `unit_amount_decimal`) will be charged per unit in `quantity` (for prices with `usage_type=licensed`), or per unit of total usage (for prices with `usage_type=metered`). `tiered` indicates that the unit pricing will be computed using a tiering strategy as defined using the `tiers` and `tiers_mode` attributes.","enum":["per_unit","tiered"],"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"currency_options":{"additionalProperties":{"$ref":"#/components/schemas/currency_option"},"description":"Prices defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).","type":"object"},"custom_unit_amount":{"anyOf":[{"$ref":"#/components/schemas/custom_unit_amount"}],"description":"When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"lookup_key":{"description":"A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters.","maxLength":5000,"nullable":true,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"nickname":{"description":"A brief description of the price, hidden from customers.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["price"],"type":"string"},"product":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/product"},{"$ref":"#/components/schemas/deleted_product"}],"description":"The ID of the product this price is associated with.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/product"},{"$ref":"#/components/schemas/deleted_product"}]}},"recurring":{"anyOf":[{"$ref":"#/components/schemas/recurring"}],"description":"The recurring components of a price such as `interval` and `usage_type`.","nullable":true},"tax_behavior":{"description":"Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.","enum":["exclusive","inclusive","unspecified"],"nullable":true,"type":"string"},"tiers":{"description":"Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.","items":{"$ref":"#/components/schemas/price_tier"},"type":"array"},"tiers_mode":{"description":"Defines if the tiering price should be `graduated` or `volume` based. In `volume`-based tiering, the maximum quantity within a period determines the per unit price. In `graduated` tiering, pricing can change as the quantity grows.","enum":["graduated","volume"],"nullable":true,"type":"string"},"transform_quantity":{"anyOf":[{"$ref":"#/components/schemas/transform_quantity"}],"description":"Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.","nullable":true},"type":{"description":"One of `one_time` or `recurring` depending on whether the price is for a one-time purchase or a recurring (subscription) purchase.","enum":["one_time","recurring"],"type":"string"},"unit_amount":{"description":"The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if `billing_scheme=per_unit`.","nullable":true,"type":"integer"},"unit_amount_decimal":{"description":"The unit amount in cents (or local equivalent) to be charged, represented as a decimal string with at most 12 decimal places. Only set if `billing_scheme=per_unit`.","format":"decimal","nullable":true,"type":"string"}},"required":["active","billing_scheme","created","currency","id","livemode","metadata","object","product","type"],"title":"Price","type":"object","x-expandableFields":["currency_options","custom_unit_amount","product","recurring","tiers","transform_quantity"],"x-resourceId":"price"},"price_tier":{"description":"","properties":{"flat_amount":{"description":"Price for the entire tier.","nullable":true,"type":"integer"},"flat_amount_decimal":{"description":"Same as `flat_amount`, but contains a decimal value with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"},"unit_amount":{"description":"Per unit price for units relevant to the tier.","nullable":true,"type":"integer"},"unit_amount_decimal":{"description":"Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.","format":"decimal","nullable":true,"type":"string"},"up_to":{"description":"Up to and including to this quantity will be contained in the tier.","nullable":true,"type":"integer"}},"title":"PriceTier","type":"object","x-expandableFields":[]},"product":{"description":"Products describe the specific goods or services you offer to your customers.\nFor example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product.\nThey can be used in conjunction with [Prices](https://api.stripe.com#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.\n\nRelated guides: [Set up a subscription](https://docs.stripe.com/billing/subscriptions/set-up-subscription),\n[share a Payment Link](https://docs.stripe.com/payment-links),\n[accept payments with Checkout](https://docs.stripe.com/payments/accept-a-payment#create-product-prices-upfront),\nand more about [Products and Prices](https://docs.stripe.com/products-prices/overview)","properties":{"active":{"description":"Whether the product is currently available for purchase.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"default_price":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/price"}],"description":"The ID of the [Price](https://docs.stripe.com/api/prices) object that is the default price for this product.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/price"}]}},"description":{"description":"The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"images":{"description":"A list of up to 8 URLs of images for this product, meant to be displayable to the customer.","items":{"maxLength":5000,"type":"string"},"type":"array"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"marketing_features":{"description":"A list of up to 15 marketing features for this product. These are displayed in [pricing tables](https://docs.stripe.com/payments/checkout/pricing-table).","items":{"$ref":"#/components/schemas/product_marketing_feature"},"type":"array"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"The product's name, meant to be displayable to the customer.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["product"],"type":"string"},"package_dimensions":{"anyOf":[{"$ref":"#/components/schemas/package_dimensions"}],"description":"The dimensions of this product for shipping purposes.","nullable":true},"shippable":{"description":"Whether this product is shipped (i.e., physical goods).","nullable":true,"type":"boolean"},"statement_descriptor":{"description":"Extra information about a product which will appear on your customer's credit card statement. In the case that multiple products are billed at once, the first statement descriptor will be used. Only used for subscription payments.","maxLength":5000,"nullable":true,"type":"string"},"tax_code":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_code"}],"description":"A [tax code](https://docs.stripe.com/tax/tax-categories) ID.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_code"}]}},"unit_label":{"description":"A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.","maxLength":5000,"nullable":true,"type":"string"},"updated":{"description":"Time at which the object was last updated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"url":{"description":"A URL of a publicly-accessible webpage for this product.","maxLength":2048,"nullable":true,"type":"string"}},"required":["active","created","id","images","livemode","marketing_features","metadata","name","object","updated"],"title":"Product","type":"object","x-expandableFields":["default_price","marketing_features","package_dimensions","tax_code"],"x-resourceId":"product"},"product_feature":{"description":"A product_feature represents an attachment between a feature and a product.\nWhen a product is purchased that has a feature attached, Stripe will create an entitlement to the feature for the purchasing customer.","properties":{"entitlement_feature":{"$ref":"#/components/schemas/entitlements.feature"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["product_feature"],"type":"string"}},"required":["entitlement_feature","id","livemode","object"],"title":"ProductFeature","type":"object","x-expandableFields":["entitlement_feature"],"x-resourceId":"product_feature"},"product_marketing_feature":{"description":"","properties":{"name":{"description":"The marketing feature name. Up to 80 characters long.","maxLength":5000,"type":"string"}},"title":"ProductMarketingFeature","type":"object","x-expandableFields":[]},"promotion_code":{"description":"A Promotion Code represents a customer-redeemable code for an underlying promotion.\nYou can create multiple codes for a single promotion.\n\nIf you enable promotion codes in your [customer portal configuration](https://docs.stripe.com/customer-management/configure-portal), then customers can redeem a code themselves when updating a subscription in the portal.\nCustomers can also view the currently active promotion codes and coupons on each of their subscriptions in the portal.","properties":{"active":{"description":"Whether the promotion code is currently active. A promotion code is only active if the coupon is also valid.","type":"boolean"},"code":{"description":"The customer-facing code. Regardless of case, this code must be unique across all active promotion codes for each customer. Valid characters are lower case letters (a-z), upper case letters (A-Z), and digits (0-9).","maxLength":5000,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The customer who can use this promotion code.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The account representing the customer who can use this promotion code.","maxLength":5000,"nullable":true,"type":"string"},"expires_at":{"description":"Date at which the promotion code can no longer be redeemed.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"max_redemptions":{"description":"Maximum number of times this promotion code can be redeemed.","nullable":true,"type":"integer"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["promotion_code"],"type":"string"},"promotion":{"$ref":"#/components/schemas/promotion_codes_resource_promotion"},"restrictions":{"$ref":"#/components/schemas/promotion_codes_resource_restrictions"},"times_redeemed":{"description":"Number of times this promotion code has been used.","type":"integer"}},"required":["active","code","created","id","livemode","object","promotion","restrictions","times_redeemed"],"title":"PromotionCode","type":"object","x-expandableFields":["customer","promotion","restrictions"],"x-resourceId":"promotion_code"},"promotion_code_currency_option":{"description":"","properties":{"minimum_amount":{"description":"Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).","type":"integer"}},"required":["minimum_amount"],"title":"PromotionCodeCurrencyOption","type":"object","x-expandableFields":[]},"promotion_codes_resource_promotion":{"description":"","properties":{"coupon":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/coupon"}],"description":"If promotion `type` is `coupon`, the coupon for this promotion.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/coupon"}]}},"type":{"description":"The type of promotion.","enum":["coupon"],"type":"string"}},"required":["type"],"title":"PromotionCodesResourcePromotion","type":"object","x-expandableFields":["coupon"]},"promotion_codes_resource_restrictions":{"description":"","properties":{"currency_options":{"additionalProperties":{"$ref":"#/components/schemas/promotion_code_currency_option"},"description":"Promotion code restrictions defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).","type":"object"},"first_time_transaction":{"description":"A Boolean indicating if the Promotion Code should only be redeemed for Customers without any successful payments or invoices","type":"boolean"},"minimum_amount":{"description":"Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).","nullable":true,"type":"integer"},"minimum_amount_currency":{"description":"Three-letter [ISO code](https://stripe.com/docs/currencies) for minimum_amount","maxLength":5000,"nullable":true,"type":"string"}},"required":["first_time_transaction"],"title":"PromotionCodesResourceRestrictions","type":"object","x-expandableFields":["currency_options"]},"proration_details":{"description":"","properties":{"discount_amounts":{"description":"Discount amounts applied when the proration was created.","items":{"$ref":"#/components/schemas/discounts_resource_discount_amount"},"type":"array"}},"required":["discount_amounts"],"title":"ProrationDetails","type":"object","x-expandableFields":["discount_amounts"]},"quote":{"description":"A Quote is a way to model prices that you'd like to provide to a customer.\nOnce accepted, it will automatically create an invoice, subscription or subscription schedule.","properties":{"amount_subtotal":{"description":"Total before any discounts or taxes are applied.","type":"integer"},"amount_total":{"description":"Total after discounts and taxes are applied.","type":"integer"},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}],"description":"ID of the Connect Application that created the quote.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}]}},"application_fee_amount":{"description":"The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. Only applicable if there are no line items with recurring prices on the quote.","nullable":true,"type":"integer"},"application_fee_percent":{"description":"A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. Only applicable if there are line items with recurring prices on the quote.","nullable":true,"type":"number"},"automatic_tax":{"$ref":"#/components/schemas/quotes_resource_automatic_tax"},"collection_method":{"description":"Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or on finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`.","enum":["charge_automatically","send_invoice"],"type":"string"},"computed":{"$ref":"#/components/schemas/quotes_resource_computed"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"nullable":true,"type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The customer who received this quote. A customer is required to finalize the quote. Once specified, you can't change it.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The account representing the customer who received this quote. A customer or account is required to finalize the quote. Once specified, you can't change it.","maxLength":5000,"nullable":true,"type":"string"},"default_tax_rates":{"description":"The tax rates applied to this quote.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_rate"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_rate"}]}},"type":"array"},"description":{"description":"A description that will be displayed on the quote PDF.","maxLength":5000,"nullable":true,"type":"string"},"discounts":{"description":"The discounts applied to this quote.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"}]}},"type":"array"},"expires_at":{"description":"The date on which the quote will be canceled if in `open` or `draft` status. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"footer":{"description":"A footer that will be displayed on the quote PDF.","maxLength":5000,"nullable":true,"type":"string"},"from_quote":{"anyOf":[{"$ref":"#/components/schemas/quotes_resource_from_quote"}],"description":"Details of the quote that was cloned. See the [cloning documentation](https://docs.stripe.com/quotes/clone) for more details.","nullable":true},"header":{"description":"A header that will be displayed on the quote PDF.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"},{"$ref":"#/components/schemas/deleted_invoice"}],"description":"The invoice that was created from this quote.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"},{"$ref":"#/components/schemas/deleted_invoice"}]}},"invoice_settings":{"$ref":"#/components/schemas/invoice_setting_quote_setting"},"line_items":{"description":"A list of items the customer is being quoted for.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"QuotesResourceListLineItems","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"number":{"description":"A unique number that identifies this particular quote. This number is assigned once the quote is [finalized](https://docs.stripe.com/quotes/overview#finalize).","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["quote"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account on behalf of which to charge. See the [Connect documentation](https://support.stripe.com/questions/sending-invoices-on-behalf-of-connected-accounts) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"status":{"description":"The status of the quote.","enum":["accepted","canceled","draft","open"],"type":"string","x-stripeBypassValidation":true},"status_transitions":{"$ref":"#/components/schemas/quotes_resource_status_transitions"},"subscription":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription"}],"description":"The subscription that was created or updated from this quote.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription"}]}},"subscription_data":{"$ref":"#/components/schemas/quotes_resource_subscription_data_subscription_data"},"subscription_schedule":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription_schedule"}],"description":"The subscription schedule that was created or updated from this quote.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription_schedule"}]}},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this quote belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}},"total_details":{"$ref":"#/components/schemas/quotes_resource_total_details"},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/quotes_resource_transfer_data"}],"description":"The account (if any) the payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the invoices.","nullable":true}},"required":["amount_subtotal","amount_total","automatic_tax","collection_method","computed","created","discounts","expires_at","id","invoice_settings","livemode","metadata","object","status","status_transitions","subscription_data","total_details"],"title":"Quote","type":"object","x-expandableFields":["application","automatic_tax","computed","customer","default_tax_rates","discounts","from_quote","invoice","invoice_settings","line_items","on_behalf_of","status_transitions","subscription","subscription_data","subscription_schedule","test_clock","total_details","transfer_data"],"x-resourceId":"quote"},"quotes_resource_automatic_tax":{"description":"","properties":{"enabled":{"description":"Automatically calculate taxes","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true},"provider":{"description":"The tax provider powering automatic tax.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the most recent automated tax calculation for this quote.","enum":["complete","failed","requires_location_inputs"],"nullable":true,"type":"string"}},"required":["enabled"],"title":"QuotesResourceAutomaticTax","type":"object","x-expandableFields":["liability"]},"quotes_resource_computed":{"description":"","properties":{"recurring":{"anyOf":[{"$ref":"#/components/schemas/quotes_resource_recurring"}],"description":"The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with `duration=forever` coupons only. Defaults to `null` if no inputted line items with recurring prices.","nullable":true},"upfront":{"$ref":"#/components/schemas/quotes_resource_upfront"}},"required":["upfront"],"title":"QuotesResourceComputed","type":"object","x-expandableFields":["recurring","upfront"]},"quotes_resource_from_quote":{"description":"","properties":{"is_revision":{"description":"Whether this quote is a revision of a different quote.","type":"boolean"},"quote":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/quote"}],"description":"The quote that was cloned.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/quote"}]}}},"required":["is_revision","quote"],"title":"QuotesResourceFromQuote","type":"object","x-expandableFields":["quote"]},"quotes_resource_recurring":{"description":"","properties":{"amount_subtotal":{"description":"Total before any discounts or taxes are applied.","type":"integer"},"amount_total":{"description":"Total after discounts and taxes are applied.","type":"integer"},"interval":{"description":"The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.","enum":["day","month","week","year"],"type":"string"},"interval_count":{"description":"The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months.","type":"integer"},"total_details":{"$ref":"#/components/schemas/quotes_resource_total_details"}},"required":["amount_subtotal","amount_total","interval","interval_count","total_details"],"title":"QuotesResourceRecurring","type":"object","x-expandableFields":["total_details"]},"quotes_resource_status_transitions":{"description":"","properties":{"accepted_at":{"description":"The time that the quote was accepted. Measured in seconds since Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"canceled_at":{"description":"The time that the quote was canceled. Measured in seconds since Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"finalized_at":{"description":"The time that the quote was finalized. Measured in seconds since Unix epoch.","format":"unix-time","nullable":true,"type":"integer"}},"title":"QuotesResourceStatusTransitions","type":"object","x-expandableFields":[]},"quotes_resource_subscription_data_billing_mode":{"description":"The billing mode of the quote.","properties":{"flexible":{"$ref":"#/components/schemas/subscriptions_resource_billing_mode_flexible"},"type":{"description":"Controls how prorations and invoices for subscriptions are calculated and orchestrated.","enum":["classic","flexible"],"type":"string"}},"required":["type"],"title":"QuotesResourceSubscriptionDataBillingMode","type":"object","x-expandableFields":["flexible"]},"quotes_resource_subscription_data_subscription_data":{"description":"","properties":{"billing_mode":{"$ref":"#/components/schemas/quotes_resource_subscription_data_billing_mode"},"description":{"description":"The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.","maxLength":5000,"nullable":true,"type":"string"},"effective_date":{"description":"When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. This date is ignored if it is in the past when the quote is accepted. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that will set metadata on the subscription or subscription schedule when the quote is accepted. If a recurring price is included in `line_items`, this field will be passed to the resulting subscription's `metadata` field. If `subscription_data.effective_date` is used, this field will be passed to the resulting subscription schedule's `phases.metadata` field. Unlike object-level metadata, this field is declarative. Updates will clear prior values.","nullable":true,"type":"object"},"trial_period_days":{"description":"Integer representing the number of trial period days before the customer is charged for the first time.","nullable":true,"type":"integer"}},"required":["billing_mode"],"title":"QuotesResourceSubscriptionDataSubscriptionData","type":"object","x-expandableFields":["billing_mode"]},"quotes_resource_total_details":{"description":"","properties":{"amount_discount":{"description":"This is the sum of all the discounts.","type":"integer"},"amount_shipping":{"description":"This is the sum of all the shipping amounts.","nullable":true,"type":"integer"},"amount_tax":{"description":"This is the sum of all the tax amounts.","type":"integer"},"breakdown":{"$ref":"#/components/schemas/quotes_resource_total_details_resource_breakdown"}},"required":["amount_discount","amount_tax"],"title":"QuotesResourceTotalDetails","type":"object","x-expandableFields":["breakdown"]},"quotes_resource_total_details_resource_breakdown":{"description":"","properties":{"discounts":{"description":"The aggregated discounts.","items":{"$ref":"#/components/schemas/line_items_discount_amount"},"type":"array"},"taxes":{"description":"The aggregated tax amounts by rate.","items":{"$ref":"#/components/schemas/line_items_tax_amount"},"type":"array"}},"required":["discounts","taxes"],"title":"QuotesResourceTotalDetailsResourceBreakdown","type":"object","x-expandableFields":["discounts","taxes"]},"quotes_resource_transfer_data":{"description":"","properties":{"amount":{"description":"The amount in cents (or local equivalent) that will be transferred to the destination account when the invoice is paid. By default, the entire amount is transferred to the destination.","nullable":true,"type":"integer"},"amount_percent":{"description":"A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount will be transferred to the destination.","nullable":true,"type":"number"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account where funds from the payment will be transferred to upon payment success.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}}},"required":["destination"],"title":"QuotesResourceTransferData","type":"object","x-expandableFields":["destination"]},"quotes_resource_upfront":{"description":"","properties":{"amount_subtotal":{"description":"Total before any discounts or taxes are applied.","type":"integer"},"amount_total":{"description":"Total after discounts and taxes are applied.","type":"integer"},"line_items":{"description":"The line items that will appear on the next invoice after this quote is accepted. This does not include pending invoice items that exist on the customer but may still be included in the next invoice.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"QuotesResourceListLineItems","type":"object","x-expandableFields":["data"]},"total_details":{"$ref":"#/components/schemas/quotes_resource_total_details"}},"required":["amount_subtotal","amount_total","total_details"],"title":"QuotesResourceUpfront","type":"object","x-expandableFields":["line_items","total_details"]},"radar.early_fraud_warning":{"description":"An early fraud warning indicates that the card issuer has notified us that a\ncharge may be fraudulent.\n\nRelated guide: [Early fraud warnings](https://docs.stripe.com/disputes/measuring#early-fraud-warnings)","properties":{"actionable":{"description":"An EFW is actionable if it has not received a dispute and has not been fully refunded. You may wish to proactively refund a charge that receives an EFW, in order to avoid receiving a dispute later.","type":"boolean"},"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the charge this early fraud warning is for, optionally expanded.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"fraud_type":{"description":"The type of fraud labelled by the issuer. One of `card_never_received`, `fraudulent_card_application`, `made_with_counterfeit_card`, `made_with_lost_card`, `made_with_stolen_card`, `misc`, `unauthorized_use_of_card`.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.early_fraud_warning"],"type":"string"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"ID of the Payment Intent this early fraud warning is for, optionally expanded.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}}},"required":["actionable","charge","created","fraud_type","id","livemode","object"],"title":"RadarEarlyFraudWarning","type":"object","x-expandableFields":["charge","payment_intent"],"x-resourceId":"radar.early_fraud_warning"},"radar.payment_evaluation":{"description":"Payment Evaluations represent the risk lifecycle of an externally processed payment. It includes the Radar risk score from Stripe, payment outcome taken by the merchant or processor, and any post transaction events, such as refunds or disputes. See the [Radar API guide](/radar/multiprocessor) for integration steps.","properties":{"client_device_metadata_details":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_client_device_metadata"},"created_at":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer_details":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_customer_details"},"events":{"description":"Event information associated with the payment evaluation, such as refunds, dispute, early fraud warnings, or user interventions.","items":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_event"},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"insights":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_insights"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.payment_evaluation"],"type":"string"},"outcome":{"anyOf":[{"$ref":"#/components/schemas/insights_resources_payment_evaluation_outcome"}],"description":"Indicates the final outcome for the payment evaluation.","nullable":true},"payment_details":{"$ref":"#/components/schemas/insights_resources_payment_evaluation_payment_details"}},"required":["created_at","events","id","insights","livemode","object"],"title":"InsightsResourcesPaymentEvaluation","type":"object","x-expandableFields":["client_device_metadata_details","customer_details","events","insights","outcome","payment_details"],"x-resourceId":"radar.payment_evaluation"},"radar.value_list":{"description":"Value lists allow you to group values together which can then be referenced in rules.\n\nRelated guide: [Default Stripe lists](https://docs.stripe.com/radar/lists#managing-list-items)","properties":{"alias":{"description":"The name of the value list for use in rules.","maxLength":5000,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"created_by":{"description":"The name or email address of the user who created this value list.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"item_type":{"description":"The type of items in the value list. One of `card_fingerprint`, `card_bin`, `email`, `ip_address`, `country`, `string`, `case_sensitive_string`, `customer_id`, `sepa_debit_fingerprint`, or `us_bank_account_fingerprint`.","enum":["card_bin","card_fingerprint","case_sensitive_string","country","customer_id","email","ip_address","sepa_debit_fingerprint","string","us_bank_account_fingerprint"],"type":"string"},"list_items":{"description":"List of items contained within this value list.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/radar.value_list_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"RadarListListItemList","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"name":{"description":"The name of the value list.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.value_list"],"type":"string"}},"required":["alias","created","created_by","id","item_type","list_items","livemode","metadata","name","object"],"title":"RadarListList","type":"object","x-expandableFields":["list_items"],"x-resourceId":"radar.value_list"},"radar.value_list_item":{"description":"Value list items allow you to add specific values to a given Radar value list, which can then be used in rules.\n\nRelated guide: [Managing list items](https://docs.stripe.com/radar/lists#managing-list-items)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"created_by":{"description":"The name or email address of the user who added this item to the value list.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.value_list_item"],"type":"string"},"value":{"description":"The value of the item.","maxLength":5000,"type":"string"},"value_list":{"description":"The identifier of the value list this item belongs to.","maxLength":5000,"type":"string"}},"required":["created","created_by","id","livemode","object","value","value_list"],"title":"RadarListListItem","type":"object","x-expandableFields":[],"x-resourceId":"radar.value_list_item"},"radar_radar_options":{"description":"Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.","properties":{"session":{"description":"A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.","maxLength":5000,"type":"string"}},"title":"RadarRadarOptions","type":"object","x-expandableFields":[]},"radar_review_resource_location":{"description":"","properties":{"city":{"description":"The city where the payment originated.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter ISO code representing the country where the payment originated.","maxLength":5000,"nullable":true,"type":"string"},"latitude":{"description":"The geographic latitude where the payment originated.","nullable":true,"type":"number"},"longitude":{"description":"The geographic longitude where the payment originated.","nullable":true,"type":"number"},"region":{"description":"The state/county/province/region where the payment originated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"RadarReviewResourceLocation","type":"object","x-expandableFields":[]},"radar_review_resource_session":{"description":"","properties":{"browser":{"description":"The browser used in this browser session (e.g., `Chrome`).","maxLength":5000,"nullable":true,"type":"string"},"device":{"description":"Information about the device used for the browser session (e.g., `Samsung SM-G930T`).","maxLength":5000,"nullable":true,"type":"string"},"platform":{"description":"The platform for the browser session (e.g., `Macintosh`).","maxLength":5000,"nullable":true,"type":"string"},"version":{"description":"The version for the browser session (e.g., `61.0.3163.100`).","maxLength":5000,"nullable":true,"type":"string"}},"title":"RadarReviewResourceSession","type":"object","x-expandableFields":[]},"received_payment_method_details_financial_account":{"description":"","properties":{"id":{"description":"The FinancialAccount ID.","maxLength":5000,"type":"string"},"network":{"description":"The rails the ReceivedCredit was sent over. A FinancialAccount can only send funds over `stripe`.","enum":["stripe"],"type":"string"}},"required":["id","network"],"title":"received_payment_method_details_financial_account","type":"object","x-expandableFields":[]},"recurring":{"description":"","properties":{"interval":{"description":"The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.","enum":["day","month","week","year"],"type":"string"},"interval_count":{"description":"The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months.","type":"integer"},"meter":{"description":"The meter tracking the usage of a metered price","maxLength":5000,"nullable":true,"type":"string"},"usage_type":{"description":"Configures how the quantity per period should be determined. Can be either `metered` or `licensed`. `licensed` automatically bills the `quantity` set when adding it to a subscription. `metered` aggregates the total usage based on usage records. Defaults to `licensed`.","enum":["licensed","metered"],"type":"string"}},"required":["interval","interval_count","usage_type"],"title":"Recurring","type":"object","x-expandableFields":[]},"refund":{"description":"Refund objects allow you to refund a previously created charge that isn't\nrefunded yet. Funds are refunded to the credit or debit card that's\ninitially charged.\n\nRelated guide: [Refunds](https://docs.stripe.com/refunds)","properties":{"amount":{"description":"Amount, in cents (or local equivalent).","type":"integer"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"Balance transaction that describes the impact on your account balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the charge that's refunded.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. You can use this for displaying to users (available on non-card refunds only).","maxLength":5000,"type":"string"},"destination_details":{"$ref":"#/components/schemas/refund_destination_details"},"failure_balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"After the refund fails, this balance transaction describes the adjustment made on your account balance that reverses the initial balance transaction.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"failure_reason":{"description":"Provides the reason for the refund failure. Possible values are: `lost_or_stolen_card`, `expired_or_canceled_card`, `charge_for_pending_refund_disputed`, `insufficient_funds`, `declined`, `merchant_request`, or `unknown`.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"instructions_email":{"description":"For payment methods without native refund support (for example, Konbini, PromptPay), provide an email address for the customer to receive refund instructions.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"next_action":{"$ref":"#/components/schemas/refund_next_action"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["refund"],"type":"string"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"ID of the PaymentIntent that's refunded.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"pending_reason":{"description":"Provides the reason for why the refund is pending. Possible values are: `processing`, `insufficient_funds`, or `charge_pending`.","enum":["charge_pending","insufficient_funds","processing"],"type":"string"},"presentment_details":{"$ref":"#/components/schemas/payment_flows_payment_intent_presentment_details"},"reason":{"description":"Reason for the refund, which is either user-provided (`duplicate`, `fraudulent`, or `requested_by_customer`) or generated by Stripe internally (`expired_uncaptured_charge`).","enum":["duplicate","expired_uncaptured_charge","fraudulent","requested_by_customer"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"receipt_number":{"description":"This is the transaction number that appears on email receipts sent for this refund.","maxLength":5000,"nullable":true,"type":"string"},"source_transfer_reversal":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/transfer_reversal"}],"description":"The transfer reversal that's associated with the refund. Only present if the charge came from another Stripe account.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/transfer_reversal"}]}},"status":{"description":"Status of the refund. This can be `pending`, `requires_action`, `succeeded`, `failed`, or `canceled`. Learn more about [failed refunds](https://docs.stripe.com/refunds#failed-refunds).","maxLength":5000,"nullable":true,"type":"string"},"transfer_reversal":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/transfer_reversal"}],"description":"This refers to the transfer reversal object if the accompanying transfer reverses. This is only applicable if the charge was created using the destination parameter.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/transfer_reversal"}]}}},"required":["amount","created","currency","id","object"],"title":"Refund","type":"object","x-expandableFields":["balance_transaction","charge","destination_details","failure_balance_transaction","next_action","payment_intent","presentment_details","source_transfer_reversal","transfer_reversal"],"x-resourceId":"refund"},"refund_destination_details":{"description":"","properties":{"affirm":{"$ref":"#/components/schemas/destination_details_unimplemented"},"afterpay_clearpay":{"$ref":"#/components/schemas/destination_details_unimplemented"},"alipay":{"$ref":"#/components/schemas/destination_details_unimplemented"},"alma":{"$ref":"#/components/schemas/destination_details_unimplemented"},"amazon_pay":{"$ref":"#/components/schemas/destination_details_unimplemented"},"au_bank_transfer":{"$ref":"#/components/schemas/destination_details_unimplemented"},"blik":{"$ref":"#/components/schemas/refund_destination_details_blik"},"br_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_br_bank_transfer"},"card":{"$ref":"#/components/schemas/refund_destination_details_card"},"cashapp":{"$ref":"#/components/schemas/destination_details_unimplemented"},"crypto":{"$ref":"#/components/schemas/refund_destination_details_crypto"},"customer_cash_balance":{"$ref":"#/components/schemas/destination_details_unimplemented"},"eps":{"$ref":"#/components/schemas/destination_details_unimplemented"},"eu_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_eu_bank_transfer"},"gb_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_gb_bank_transfer"},"giropay":{"$ref":"#/components/schemas/destination_details_unimplemented"},"grabpay":{"$ref":"#/components/schemas/destination_details_unimplemented"},"jp_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_jp_bank_transfer"},"klarna":{"$ref":"#/components/schemas/destination_details_unimplemented"},"mb_way":{"$ref":"#/components/schemas/refund_destination_details_mb_way"},"multibanco":{"$ref":"#/components/schemas/refund_destination_details_multibanco"},"mx_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_mx_bank_transfer"},"nz_bank_transfer":{"$ref":"#/components/schemas/destination_details_unimplemented"},"p24":{"$ref":"#/components/schemas/refund_destination_details_p24"},"paynow":{"$ref":"#/components/schemas/destination_details_unimplemented"},"paypal":{"$ref":"#/components/schemas/refund_destination_details_paypal"},"pix":{"$ref":"#/components/schemas/destination_details_unimplemented"},"revolut":{"$ref":"#/components/schemas/destination_details_unimplemented"},"sofort":{"$ref":"#/components/schemas/destination_details_unimplemented"},"swish":{"$ref":"#/components/schemas/refund_destination_details_swish"},"th_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_th_bank_transfer"},"twint":{"$ref":"#/components/schemas/destination_details_unimplemented"},"type":{"description":"The type of transaction-specific details of the payment method used in the refund (e.g., `card`). An additional hash is included on `destination_details` with a name matching this value. It contains information specific to the refund transaction.","maxLength":5000,"type":"string"},"us_bank_transfer":{"$ref":"#/components/schemas/refund_destination_details_us_bank_transfer"},"wechat_pay":{"$ref":"#/components/schemas/destination_details_unimplemented"},"zip":{"$ref":"#/components/schemas/destination_details_unimplemented"}},"required":["type"],"title":"refund_destination_details","type":"object","x-expandableFields":["affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_bank_transfer","blik","br_bank_transfer","card","cashapp","crypto","customer_cash_balance","eps","eu_bank_transfer","gb_bank_transfer","giropay","grabpay","jp_bank_transfer","klarna","mb_way","multibanco","mx_bank_transfer","nz_bank_transfer","p24","paynow","paypal","pix","revolut","sofort","swish","th_bank_transfer","twint","us_bank_transfer","wechat_pay","zip"]},"refund_destination_details_blik":{"description":"","properties":{"network_decline_code":{"description":"For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_blik","type":"object","x-expandableFields":[]},"refund_destination_details_br_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_br_bank_transfer","type":"object","x-expandableFields":[]},"refund_destination_details_card":{"description":"","properties":{"reference":{"description":"Value of the reference number assigned to the refund.","maxLength":5000,"type":"string"},"reference_status":{"description":"Status of the reference number on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"type":"string"},"reference_type":{"description":"Type of the reference number assigned to the refund.","maxLength":5000,"type":"string"},"type":{"description":"The type of refund. This can be `refund`, `reversal`, or `pending`.","enum":["pending","refund","reversal"],"type":"string"}},"required":["type"],"title":"refund_destination_details_card","type":"object","x-expandableFields":[]},"refund_destination_details_crypto":{"description":"","properties":{"reference":{"description":"The transaction hash of the refund.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_crypto","type":"object","x-expandableFields":[]},"refund_destination_details_eu_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_eu_bank_transfer","type":"object","x-expandableFields":[]},"refund_destination_details_gb_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_gb_bank_transfer","type":"object","x-expandableFields":[]},"refund_destination_details_jp_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_jp_bank_transfer","type":"object","x-expandableFields":[]},"refund_destination_details_mb_way":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_mb_way","type":"object","x-expandableFields":[]},"refund_destination_details_multibanco":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_multibanco","type":"object","x-expandableFields":[]},"refund_destination_details_mx_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_mx_bank_transfer","type":"object","x-expandableFields":[]},"refund_destination_details_p24":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_p24","type":"object","x-expandableFields":[]},"refund_destination_details_paypal":{"description":"","properties":{"network_decline_code":{"description":"For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_paypal","type":"object","x-expandableFields":[]},"refund_destination_details_swish":{"description":"","properties":{"network_decline_code":{"description":"For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.","maxLength":5000,"nullable":true,"type":"string"},"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_swish","type":"object","x-expandableFields":[]},"refund_destination_details_th_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_th_bank_transfer","type":"object","x-expandableFields":[]},"refund_destination_details_us_bank_transfer":{"description":"","properties":{"reference":{"description":"The reference assigned to the refund.","maxLength":5000,"nullable":true,"type":"string"},"reference_status":{"description":"Status of the reference on the refund. This can be `pending`, `available` or `unavailable`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"refund_destination_details_us_bank_transfer","type":"object","x-expandableFields":[]},"refund_next_action":{"description":"","properties":{"display_details":{"$ref":"#/components/schemas/refund_next_action_display_details"},"type":{"description":"Type of the next action to perform.","maxLength":5000,"type":"string"}},"required":["type"],"title":"RefundNextAction","type":"object","x-expandableFields":["display_details"]},"refund_next_action_display_details":{"description":"","properties":{"email_sent":{"$ref":"#/components/schemas/email_sent"},"expires_at":{"description":"The expiry timestamp.","format":"unix-time","type":"integer"}},"required":["email_sent","expires_at"],"title":"RefundNextActionDisplayDetails","type":"object","x-expandableFields":["email_sent"]},"reporting.report_run":{"description":"The Report Run object represents an instance of a report type generated with\nspecific run parameters. Once the object is created, Stripe begins processing the report.\nWhen the report has finished running, it will give you a reference to a file\nwhere you can retrieve your results. For an overview, see\n[API Access to Reports](https://docs.stripe.com/reporting/statements/api).\n\nNote that certain report types can only be run based on your live-mode data (not test-mode\ndata), and will error when queried without a [live-mode API key](https://docs.stripe.com/keys#test-live-modes).","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"error":{"description":"If something should go wrong during the run, a message about the failure (populated when\n `status=failed`).","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"`true` if the report is run on live mode data and `false` if it is run on test mode data.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["reporting.report_run"],"type":"string"},"parameters":{"$ref":"#/components/schemas/financial_reporting_finance_report_run_run_parameters"},"report_type":{"description":"The ID of the [report type](https://docs.stripe.com/reports/report-types) to run, such as `\"balance.summary.1\"`.","maxLength":5000,"type":"string"},"result":{"anyOf":[{"$ref":"#/components/schemas/file"}],"description":"The file object representing the result of the report run (populated when\n `status=succeeded`).","nullable":true},"status":{"description":"Status of this report run. This will be `pending` when the run is initially created.\n When the run finishes, this will be set to `succeeded` and the `result` field will be populated.\n Rarely, we may encounter an error, at which point this will be set to `failed` and the `error` field will be populated.","maxLength":5000,"type":"string"},"succeeded_at":{"description":"Timestamp at which this run successfully finished (populated when\n `status=succeeded`). Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"}},"required":["created","id","livemode","object","parameters","report_type","status"],"title":"reporting_report_run","type":"object","x-expandableFields":["parameters","result"],"x-resourceId":"reporting.report_run"},"reporting.report_type":{"description":"The Report Type resource corresponds to a particular type of report, such as\nthe \"Activity summary\" or \"Itemized payouts\" reports. These objects are\nidentified by an ID belonging to a set of enumerated values. See\n[API Access to Reports documentation](https://docs.stripe.com/reporting/statements/api)\nfor those Report Type IDs, along with required and optional parameters.\n\nNote that certain report types can only be run based on your live-mode data (not test-mode\ndata), and will error when queried without a [live-mode API key](https://docs.stripe.com/keys#test-live-modes).","properties":{"data_available_end":{"description":"Most recent time for which this Report Type is available. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"data_available_start":{"description":"Earliest time for which this Report Type is available. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"default_columns":{"description":"List of column names that are included by default when this Report Type gets run. (If the Report Type doesn't support the `columns` parameter, this will be null.)","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"},"id":{"description":"The [ID of the Report Type](https://docs.stripe.com/reporting/statements/api#available-report-types), such as `balance.summary.1`.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"name":{"description":"Human-readable name of the Report Type","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["reporting.report_type"],"type":"string"},"updated":{"description":"When this Report Type was latest updated. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"version":{"description":"Version of the Report Type. Different versions report with the same ID will have the same purpose, but may take different run parameters or have different result schemas.","type":"integer"}},"required":["data_available_end","data_available_start","id","livemode","name","object","updated","version"],"title":"reporting_report_type","type":"object","x-expandableFields":[],"x-resourceId":"reporting.report_type"},"reserve_transaction":{"description":"","properties":{"amount":{"type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["reserve_transaction"],"type":"string"}},"required":["amount","currency","id","object"],"title":"ReserveTransaction","type":"object","x-expandableFields":[]},"review":{"description":"Reviews can be used to supplement automated fraud detection with human expertise.\n\nLearn more about [Radar](/radar) and reviewing payments\n[here](https://docs.stripe.com/radar/reviews).","properties":{"billing_zip":{"description":"The ZIP or postal code of the card used, if applicable.","maxLength":5000,"nullable":true,"type":"string"},"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"The charge associated with this review.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"closed_reason":{"description":"The reason the review was closed, or null if it has not yet been closed. One of `approved`, `refunded`, `refunded_as_fraud`, `disputed`, `redacted`, `canceled`, `payment_never_settled`, or `acknowledged`.","enum":["acknowledged","approved","canceled","disputed","payment_never_settled","redacted","refunded","refunded_as_fraud"],"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"ip_address":{"description":"The IP address where the payment originated.","maxLength":5000,"nullable":true,"type":"string"},"ip_address_location":{"anyOf":[{"$ref":"#/components/schemas/radar_review_resource_location"}],"description":"Information related to the location of the payment. Note that this information is an approximation and attempts to locate the nearest population center - it should not be used to determine a specific address.","nullable":true},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["review"],"type":"string"},"open":{"description":"If `true`, the review needs action.","type":"boolean"},"opened_reason":{"description":"The reason the review was opened. One of `rule` or `manual`.","enum":["manual","rule"],"type":"string"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"The PaymentIntent ID associated with this review, if one exists.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"reason":{"description":"The reason the review is currently open or closed. One of `rule`, `manual`, `approved`, `refunded`, `refunded_as_fraud`, `disputed`, `redacted`, `canceled`, `payment_never_settled`, or `acknowledged`.","maxLength":5000,"type":"string"},"session":{"anyOf":[{"$ref":"#/components/schemas/radar_review_resource_session"}],"description":"Information related to the browsing session of the user who initiated the payment.","nullable":true}},"required":["created","id","livemode","object","open","opened_reason","reason"],"title":"RadarReview","type":"object","x-expandableFields":["charge","ip_address_location","payment_intent","session"],"x-resourceId":"review"},"revolut_pay_underlying_payment_method_funding_details":{"description":"","properties":{"card":{"$ref":"#/components/schemas/payment_method_details_passthrough_card"},"type":{"description":"funding type of the underlying payment method.","enum":["card"],"nullable":true,"type":"string"}},"title":"revolut_pay_underlying_payment_method_funding_details","type":"object","x-expandableFields":["card"]},"rule":{"description":"","properties":{"action":{"description":"The action taken on the payment.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"predicate":{"description":"The predicate to evaluate the payment against.","maxLength":5000,"type":"string"}},"required":["action","id","predicate"],"title":"RadarRule","type":"object","x-expandableFields":[]},"scheduled_query_run":{"description":"If you have [scheduled a Sigma query](https://docs.stripe.com/sigma/scheduled-queries), you'll\nreceive a `sigma.scheduled_query_run.created` webhook each time the query\nruns. The webhook contains a `ScheduledQueryRun` object, which you can use to\nretrieve the query results.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"data_load_time":{"description":"When the query was run, Sigma contained a snapshot of your Stripe data at this time.","format":"unix-time","type":"integer"},"error":{"$ref":"#/components/schemas/sigma_scheduled_query_run_error"},"file":{"anyOf":[{"$ref":"#/components/schemas/file"}],"description":"The file object representing the results of the query.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["scheduled_query_run"],"type":"string"},"result_available_until":{"description":"Time at which the result expires and is no longer available for download.","format":"unix-time","type":"integer"},"sql":{"description":"SQL for the query.","maxLength":100000,"type":"string"},"status":{"description":"The query's execution status, which will be `completed` for successful runs, and `canceled`, `failed`, or `timed_out` otherwise.","maxLength":5000,"type":"string"},"title":{"description":"Title of the query.","maxLength":5000,"type":"string"}},"required":["created","data_load_time","id","livemode","object","result_available_until","sql","status","title"],"title":"ScheduledQueryRun","type":"object","x-expandableFields":["error","file"],"x-resourceId":"scheduled_query_run"},"schedules_phase_automatic_tax":{"description":"","properties":{"disabled_reason":{"description":"If Stripe disabled automatic tax, this enum describes why.","enum":["requires_location_inputs"],"nullable":true,"type":"string"},"enabled":{"description":"Whether Stripe automatically computes tax on invoices created during this phase.","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true}},"required":["enabled"],"title":"SchedulesPhaseAutomaticTax","type":"object","x-expandableFields":["liability"]},"secret_service_resource_scope":{"description":"","properties":{"type":{"description":"The secret scope type.","enum":["account","user"],"type":"string"},"user":{"description":"The user ID, if type is set to \"user\"","maxLength":5000,"type":"string"}},"required":["type"],"title":"SecretServiceResourceScope","type":"object","x-expandableFields":[]},"sepa_debit_generated_from":{"description":"","properties":{"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"The ID of the Charge that generated this PaymentMethod, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"setup_attempt":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_attempt"}],"description":"The ID of the SetupAttempt that generated this PaymentMethod, if any.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_attempt"}]}}},"title":"sepa_debit_generated_from","type":"object","x-expandableFields":["charge","setup_attempt"]},"setup_attempt":{"description":"A SetupAttempt describes one attempted confirmation of a SetupIntent,\nwhether that confirmation is successful or unsuccessful. You can use\nSetupAttempts to inspect details of a specific attempt at setting up a\npayment method using a SetupIntent.","properties":{"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"}],"description":"The value of [application](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-application) on the SetupIntent at the time of this confirmation.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"}]}},"attach_to_self":{"description":"If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.\n\nIt can only be used for this Stripe Account’s own money movement flows like InboundTransfer and OutboundTransfers. It cannot be set to true when setting up a PaymentMethod for a Customer, and defaults to false when attaching a PaymentMethod to a Customer.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"The value of [customer](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-customer) on the SetupIntent at the time of this confirmation.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"The value of [customer_account](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-customer_account) on the SetupIntent at the time of this confirmation.","maxLength":5000,"nullable":true,"type":"string"},"flow_directions":{"description":"Indicates the directions of money movement for which this payment method is intended to be used.\n\nInclude `inbound` if you intend to use the payment method as the origin to pull funds from. Include `outbound` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes.","items":{"enum":["inbound","outbound"],"type":"string"},"nullable":true,"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["setup_attempt"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The value of [on_behalf_of](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-on_behalf_of) on the SetupIntent at the time of this confirmation.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the payment method used with this SetupAttempt.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"payment_method_details":{"$ref":"#/components/schemas/setup_attempt_payment_method_details"},"setup_error":{"anyOf":[{"$ref":"#/components/schemas/api_errors"}],"description":"The error encountered during this attempt to confirm the SetupIntent, if any.","nullable":true},"setup_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_intent"}],"description":"ID of the SetupIntent that this attempt belongs to.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_intent"}]}},"status":{"description":"Status of this SetupAttempt, one of `requires_confirmation`, `requires_action`, `processing`, `succeeded`, `failed`, or `abandoned`.","maxLength":5000,"type":"string"},"usage":{"description":"The value of [usage](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) on the SetupIntent at the time of this confirmation, one of `off_session` or `on_session`.","maxLength":5000,"type":"string"}},"required":["created","id","livemode","object","payment_method","payment_method_details","setup_intent","status","usage"],"title":"PaymentFlowsSetupIntentSetupAttempt","type":"object","x-expandableFields":["application","customer","on_behalf_of","payment_method","payment_method_details","setup_error","setup_intent"],"x-resourceId":"setup_attempt"},"setup_attempt_payment_method_details":{"description":"","properties":{"acss_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_acss_debit"},"amazon_pay":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_amazon_pay"},"au_becs_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_au_becs_debit"},"bacs_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_bacs_debit"},"bancontact":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_bancontact"},"boleto":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_boleto"},"card":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_card"},"card_present":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_card_present"},"cashapp":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_cashapp"},"ideal":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_ideal"},"kakao_pay":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_kakao_pay"},"klarna":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_klarna"},"kr_card":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_kr_card"},"link":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_link"},"naver_pay":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_naver_pay"},"nz_bank_account":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_nz_bank_account"},"paypal":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_paypal"},"payto":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_payto"},"revolut_pay":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_revolut_pay"},"sepa_debit":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_sepa_debit"},"sofort":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_sofort"},"type":{"description":"The type of the payment method used in the SetupIntent (e.g., `card`). An additional hash is included on `payment_method_details` with a name matching this value. It contains confirmation-specific information for the payment method.","maxLength":5000,"type":"string"},"us_bank_account":{"$ref":"#/components/schemas/setup_attempt_payment_method_details_us_bank_account"}},"required":["type"],"title":"SetupAttemptPaymentMethodDetails","type":"object","x-expandableFields":["acss_debit","amazon_pay","au_becs_debit","bacs_debit","bancontact","boleto","card","card_present","cashapp","ideal","kakao_pay","klarna","kr_card","link","naver_pay","nz_bank_account","paypal","payto","revolut_pay","sepa_debit","sofort","us_bank_account"]},"setup_attempt_payment_method_details_acss_debit":{"description":"","title":"setup_attempt_payment_method_details_acss_debit","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_amazon_pay":{"description":"","title":"setup_attempt_payment_method_details_amazon_pay","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_au_becs_debit":{"description":"","title":"setup_attempt_payment_method_details_au_becs_debit","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_bacs_debit":{"description":"","title":"setup_attempt_payment_method_details_bacs_debit","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_bancontact":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bic":{"description":"Bank Identifier Code of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"preferred_language":{"description":"Preferred language of the Bancontact authorization page that the customer is redirected to.\nCan be one of `en`, `de`, `fr`, or `nl`","enum":["de","en","fr","nl"],"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by Bancontact directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_attempt_payment_method_details_bancontact","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]},"setup_attempt_payment_method_details_boleto":{"description":"","title":"setup_attempt_payment_method_details_boleto","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_card":{"description":"","properties":{"brand":{"description":"Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"checks":{"anyOf":[{"$ref":"#/components/schemas/setup_attempt_payment_method_details_card_checks"}],"description":"Check results by Card networks on Card address and CVC at the time of authorization","nullable":true},"country":{"description":"Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.","maxLength":5000,"nullable":true,"type":"string"},"exp_month":{"description":"Two-digit number representing the card's expiration month.","nullable":true,"type":"integer"},"exp_year":{"description":"Four-digit number representing the card's expiration year.","nullable":true,"type":"integer"},"fingerprint":{"description":"Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.\n\n*As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.*","maxLength":5000,"nullable":true,"type":"string"},"funding":{"description":"Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the card.","maxLength":5000,"nullable":true,"type":"string"},"network":{"description":"Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.","maxLength":5000,"nullable":true,"type":"string"},"three_d_secure":{"anyOf":[{"$ref":"#/components/schemas/three_d_secure_details"}],"description":"Populated if this authorization used 3D Secure authentication.","nullable":true},"wallet":{"anyOf":[{"$ref":"#/components/schemas/setup_attempt_payment_method_details_card_wallet"}],"description":"If this Card is part of a card wallet, this contains the details of the card wallet.","nullable":true}},"title":"setup_attempt_payment_method_details_card","type":"object","x-expandableFields":["checks","three_d_secure","wallet"]},"setup_attempt_payment_method_details_card_checks":{"description":"","properties":{"address_line1_check":{"description":"If a address line1 was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"address_postal_code_check":{"description":"If a address postal code was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"},"cvc_check":{"description":"If a CVC was provided, results of the check, one of `pass`, `fail`, `unavailable`, or `unchecked`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_attempt_payment_method_details_card_checks","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_card_present":{"description":"","properties":{"generated_card":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the Card PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"offline":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_present_offline"}],"description":"Details about payments collected offline.","nullable":true}},"title":"setup_attempt_payment_method_details_card_present","type":"object","x-expandableFields":["generated_card","offline"]},"setup_attempt_payment_method_details_card_wallet":{"description":"","properties":{"apple_pay":{"$ref":"#/components/schemas/payment_method_details_card_wallet_apple_pay"},"google_pay":{"$ref":"#/components/schemas/payment_method_details_card_wallet_google_pay"},"type":{"description":"The type of the card wallet, one of `apple_pay`, `google_pay`, or `link`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type.","enum":["apple_pay","google_pay","link"],"type":"string"}},"required":["type"],"title":"setup_attempt_payment_method_details_card_wallet","type":"object","x-expandableFields":["apple_pay","google_pay"]},"setup_attempt_payment_method_details_cashapp":{"description":"","title":"setup_attempt_payment_method_details_cashapp","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_ideal":{"description":"","properties":{"bank":{"description":"The customer's bank. Can be one of `abn_amro`, `adyen`, `asn_bank`, `bunq`, `buut`, `finom`, `handelsbanken`, `ing`, `knab`, `mollie`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.","enum":["abn_amro","adyen","asn_bank","bunq","buut","finom","handelsbanken","ing","knab","mollie","moneyou","n26","nn","rabobank","regiobank","revolut","sns_bank","triodos_bank","van_lanschot","yoursafe"],"nullable":true,"type":"string"},"bic":{"description":"The Bank Identifier Code of the customer's bank.","enum":["ABNANL2A","ADYBNL2A","ASNBNL21","BITSNL2A","BUNQNL2A","BUUTNL2A","FNOMNL22","FVLBNL22","HANDNL2A","INGBNL2A","KNABNL2H","MLLENL2A","MOYONL21","NNBANL2G","NTSBDEB1","RABONL2U","RBRBNL21","REVOIE23","REVOLT21","SNSBNL2A","TRIONL2U"],"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by iDEAL directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_attempt_payment_method_details_ideal","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]},"setup_attempt_payment_method_details_kakao_pay":{"description":"","title":"setup_attempt_payment_method_details_kakao_pay","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_klarna":{"description":"","title":"setup_attempt_payment_method_details_klarna","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_kr_card":{"description":"","title":"setup_attempt_payment_method_details_kr_card","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_link":{"description":"","title":"setup_attempt_payment_method_details_link","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_naver_pay":{"description":"","properties":{"buyer_id":{"description":"Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.","maxLength":5000,"type":"string"}},"title":"setup_attempt_payment_method_details_naver_pay","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_nz_bank_account":{"description":"","title":"setup_attempt_payment_method_details_nz_bank_account","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_paypal":{"description":"","title":"setup_attempt_payment_method_details_paypal","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_payto":{"description":"","title":"setup_attempt_payment_method_details_payto","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_revolut_pay":{"description":"","title":"setup_attempt_payment_method_details_revolut_pay","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_sepa_debit":{"description":"","title":"setup_attempt_payment_method_details_sepa_debit","type":"object","x-expandableFields":[]},"setup_attempt_payment_method_details_sofort":{"description":"","properties":{"bank_code":{"description":"Bank code of bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bank_name":{"description":"Name of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"bic":{"description":"Bank Identifier Code of the bank associated with the bank account.","maxLength":5000,"nullable":true,"type":"string"},"generated_sepa_debit":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"generated_sepa_debit_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"iban_last4":{"description":"Last four characters of the IBAN.","maxLength":5000,"nullable":true,"type":"string"},"preferred_language":{"description":"Preferred language of the Sofort authorization page that the customer is redirected to.\nCan be one of `en`, `de`, `fr`, or `nl`","enum":["de","en","fr","nl"],"nullable":true,"type":"string"},"verified_name":{"description":"Owner's verified full name. Values are verified or provided by Sofort directly\n(if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_attempt_payment_method_details_sofort","type":"object","x-expandableFields":["generated_sepa_debit","generated_sepa_debit_mandate"]},"setup_attempt_payment_method_details_us_bank_account":{"description":"","title":"setup_attempt_payment_method_details_us_bank_account","type":"object","x-expandableFields":[]},"setup_intent":{"description":"A SetupIntent guides you through the process of setting up and saving a customer's payment credentials for future payments.\nFor example, you can use a SetupIntent to set up and save your customer's card without immediately collecting a payment.\nLater, you can use [PaymentIntents](https://api.stripe.com#payment_intents) to drive the payment flow.\n\nCreate a SetupIntent when you're ready to collect your customer's payment credentials.\nDon't maintain long-lived, unconfirmed SetupIntents because they might not be valid.\nThe SetupIntent transitions through multiple [statuses](https://docs.stripe.com/payments/intents#intent-statuses) as it guides\nyou through the setup process.\n\nSuccessful SetupIntents result in payment credentials that are optimized for future payments.\nFor example, cardholders in [certain regions](https://stripe.com/guides/strong-customer-authentication) might need to be run through\n[Strong Customer Authentication](https://docs.stripe.com/strong-customer-authentication) during payment method collection\nto streamline later [off-session payments](https://docs.stripe.com/payments/setup-intents).\nIf you use the SetupIntent with a [Customer](https://api.stripe.com#setup_intent_object-customer),\nit automatically attaches the resulting payment method to that Customer after successful setup.\nWe recommend using SetupIntents or [setup_future_usage](https://api.stripe.com#payment_intent_object-setup_future_usage) on\nPaymentIntents to save payment methods to prevent saving invalid or unoptimized payment methods.\n\nBy using SetupIntents, you can reduce friction for your customers, even as regulations change over time.\n\nRelated guide: [Setup Intents API](https://docs.stripe.com/payments/setup-intents)","properties":{"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"}],"description":"ID of the Connect application that created the SetupIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"}]}},"attach_to_self":{"description":"If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.\n\nIt can only be used for this Stripe Account’s own money movement flows like InboundTransfer and OutboundTransfers. It cannot be set to true when setting up a PaymentMethod for a Customer, and defaults to false when attaching a PaymentMethod to a Customer.","type":"boolean"},"automatic_payment_methods":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_automatic_payment_methods_setup_intent"}],"description":"Settings for dynamic payment methods compatible with this Setup Intent","nullable":true},"cancellation_reason":{"description":"Reason for cancellation of this SetupIntent, one of `abandoned`, `requested_by_customer`, or `duplicate`.","enum":["abandoned","duplicate","requested_by_customer"],"nullable":true,"type":"string"},"client_secret":{"description":"The client secret of this SetupIntent. Used for client-side retrieval using a publishable key.\n\nThe client secret can be used to complete payment setup from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the Customer this SetupIntent belongs to, if one exists.\n\nIf present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"ID of the Account this SetupIntent belongs to, if one exists.\n\nIf present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"excluded_payment_method_types":{"description":"Payment method types that are excluded from this SetupIntent.","items":{"enum":["acss_debit","affirm","afterpay_clearpay","alipay","alma","amazon_pay","au_becs_debit","bacs_debit","bancontact","billie","blik","boleto","card","cashapp","crypto","customer_balance","eps","fpx","giropay","grabpay","ideal","kakao_pay","klarna","konbini","kr_card","mb_way","mobilepay","multibanco","naver_pay","nz_bank_account","oxxo","p24","pay_by_bank","payco","paynow","paypal","payto","pix","promptpay","revolut_pay","samsung_pay","satispay","sepa_debit","sofort","swish","twint","us_bank_account","wechat_pay","zip"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"flow_directions":{"description":"Indicates the directions of money movement for which this payment method is intended to be used.\n\nInclude `inbound` if you intend to use the payment method as the origin to pull funds from. Include `outbound` if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes.","items":{"enum":["inbound","outbound"],"type":"string"},"nullable":true,"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"last_setup_error":{"anyOf":[{"$ref":"#/components/schemas/api_errors"}],"description":"The error encountered in the previous SetupIntent confirmation.","nullable":true},"latest_attempt":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_attempt"}],"description":"The most recent SetupAttempt for this SetupIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_attempt"}]}},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the multi use Mandate generated by the SetupIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"next_action":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_next_action"}],"description":"If present, this property tells you what actions you need to take in order for your customer to continue payment setup.","nullable":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["setup_intent"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) for which the setup is intended.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the payment method used with this SetupIntent. If the payment method is `card_present` and isn't a digital wallet, then the [generated_card](https://docs.stripe.com/api/setup_attempts/object#setup_attempt_object-payment_method_details-card_present-generated_card) associated with the `latest_attempt` is attached to the Customer instead.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"payment_method_configuration_details":{"anyOf":[{"$ref":"#/components/schemas/payment_method_config_biz_payment_method_configuration_details"}],"description":"Information about the [payment method configuration](https://docs.stripe.com/api/payment_method_configurations) used for this Setup Intent.","nullable":true},"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options"}],"description":"Payment method-specific configuration for this SetupIntent.","nullable":true},"payment_method_types":{"description":"The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. A list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).","items":{"maxLength":5000,"type":"string"},"type":"array"},"single_use_mandate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/mandate"}],"description":"ID of the single_use Mandate generated by the SetupIntent.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/mandate"}]}},"status":{"description":"[Status](https://docs.stripe.com/payments/intents#intent-statuses) of this SetupIntent, one of `requires_payment_method`, `requires_confirmation`, `requires_action`, `processing`, `canceled`, or `succeeded`.","enum":["canceled","processing","requires_action","requires_confirmation","requires_payment_method","succeeded"],"type":"string"},"usage":{"description":"Indicates how the payment method is intended to be used in the future.\n\nUse `on_session` if you intend to only reuse the payment method when the customer is in your checkout flow. Use `off_session` if your customer may or may not be in your checkout flow. If not provided, this value defaults to `off_session`.","maxLength":5000,"type":"string"}},"required":["created","id","livemode","object","payment_method_types","status","usage"],"title":"SetupIntent","type":"object","x-expandableFields":["application","automatic_payment_methods","customer","last_setup_error","latest_attempt","mandate","next_action","on_behalf_of","payment_method","payment_method_configuration_details","payment_method_options","single_use_mandate"],"x-resourceId":"setup_intent"},"setup_intent_next_action":{"description":"","properties":{"cashapp_handle_redirect_or_display_qr_code":{"$ref":"#/components/schemas/payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code"},"redirect_to_url":{"$ref":"#/components/schemas/setup_intent_next_action_redirect_to_url"},"type":{"description":"Type of the next action to perform. Refer to the other child attributes under `next_action` for available values. Examples include: `redirect_to_url`, `use_stripe_sdk`, `alipay_handle_redirect`, `oxxo_display_details`, or `verify_with_microdeposits`.","maxLength":5000,"type":"string"},"use_stripe_sdk":{"description":"When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.","type":"object"},"verify_with_microdeposits":{"$ref":"#/components/schemas/setup_intent_next_action_verify_with_microdeposits"}},"required":["type"],"title":"SetupIntentNextAction","type":"object","x-expandableFields":["cashapp_handle_redirect_or_display_qr_code","redirect_to_url","verify_with_microdeposits"]},"setup_intent_next_action_redirect_to_url":{"description":"","properties":{"return_url":{"description":"If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.","maxLength":5000,"nullable":true,"type":"string"},"url":{"description":"The URL you must redirect your customer to in order to authenticate.","maxLength":5000,"nullable":true,"type":"string"}},"title":"SetupIntentNextActionRedirectToUrl","type":"object","x-expandableFields":[]},"setup_intent_next_action_verify_with_microdeposits":{"description":"","properties":{"arrival_date":{"description":"The timestamp when the microdeposits are expected to land.","format":"unix-time","type":"integer"},"hosted_verification_url":{"description":"The URL for the hosted verification page, which allows customers to verify their bank account.","maxLength":5000,"type":"string"},"microdeposit_type":{"description":"The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.","enum":["amounts","descriptor_code"],"nullable":true,"type":"string"}},"required":["arrival_date","hosted_verification_url"],"title":"SetupIntentNextActionVerifyWithMicrodeposits","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options":{"description":"","properties":{"acss_debit":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_acss_debit"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"amazon_pay":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_amazon_pay"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"bacs_debit":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_bacs_debit"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"card":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_card"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"card_present":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_card_present"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"klarna":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_klarna"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"link":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_link"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"paypal":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_paypal"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"payto":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_payto"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"sepa_debit":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_sepa_debit"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]},"us_bank_account":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_us_bank_account"},{"$ref":"#/components/schemas/setup_intent_type_specific_payment_method_options_client"}]}},"title":"SetupIntentPaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","amazon_pay","bacs_debit","card","card_present","klarna","link","paypal","payto","sepa_debit","us_bank_account"]},"setup_intent_payment_method_options_acss_debit":{"description":"","properties":{"currency":{"description":"Currency supported by the bank account","enum":["cad","usd"],"nullable":true,"type":"string"},"mandate_options":{"$ref":"#/components/schemas/setup_intent_payment_method_options_mandate_options_acss_debit"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"setup_intent_payment_method_options_acss_debit","type":"object","x-expandableFields":["mandate_options"]},"setup_intent_payment_method_options_amazon_pay":{"description":"","title":"setup_intent_payment_method_options_amazon_pay","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_bacs_debit":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/setup_intent_payment_method_options_mandate_options_bacs_debit"}},"title":"setup_intent_payment_method_options_bacs_debit","type":"object","x-expandableFields":["mandate_options"]},"setup_intent_payment_method_options_card":{"description":"","properties":{"mandate_options":{"anyOf":[{"$ref":"#/components/schemas/setup_intent_payment_method_options_card_mandate_options"}],"description":"Configuration options for setting up an eMandate for cards issued in India.","nullable":true},"network":{"description":"Selected network to process this SetupIntent on. Depends on the available networks of the card attached to the setup intent. Can be only set confirm-time.","enum":["amex","cartes_bancaires","diners","discover","eftpos_au","girocard","interac","jcb","link","mastercard","unionpay","unknown","visa"],"nullable":true,"type":"string"},"request_three_d_secure":{"description":"We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://docs.stripe.com/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.","enum":["any","automatic","challenge"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"setup_intent_payment_method_options_card","type":"object","x-expandableFields":["mandate_options"]},"setup_intent_payment_method_options_card_mandate_options":{"description":"","properties":{"amount":{"description":"Amount to be charged for future payments.","type":"integer"},"amount_type":{"description":"One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param.","enum":["fixed","maximum"],"type":"string"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"A description of the mandate or subscription that is meant to be displayed to the customer.","maxLength":200,"nullable":true,"type":"string"},"end_date":{"description":"End date of the mandate or subscription. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.","format":"unix-time","nullable":true,"type":"integer"},"interval":{"description":"Specifies payment frequency. One of `day`, `week`, `month`, `year`, or `sporadic`.","enum":["day","month","sporadic","week","year"],"type":"string"},"interval_count":{"description":"The number of intervals between payments. For example, `interval=month` and `interval_count=3` indicates one payment every three months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). This parameter is optional when `interval=sporadic`.","nullable":true,"type":"integer"},"reference":{"description":"Unique identifier for the mandate or subscription.","maxLength":80,"type":"string"},"start_date":{"description":"Start date of the mandate or subscription. Start date should not be lesser than yesterday.","format":"unix-time","type":"integer"},"supported_types":{"description":"Specifies the type of mandates supported. Possible values are `india`.","items":{"enum":["india"],"type":"string"},"nullable":true,"type":"array"}},"required":["amount","amount_type","currency","interval","reference","start_date"],"title":"setup_intent_payment_method_options_card_mandate_options","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_card_present":{"description":"","title":"setup_intent_payment_method_options_card_present","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_klarna":{"description":"","properties":{"currency":{"description":"The currency of the setup intent. Three letter ISO currency code.","format":"currency","nullable":true,"type":"string"},"preferred_locale":{"description":"Preferred locale of the Klarna checkout page that the customer is redirected to.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_intent_payment_method_options_klarna","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_link":{"description":"","title":"setup_intent_payment_method_options_link","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_mandate_options_acss_debit":{"description":"","properties":{"custom_mandate_url":{"description":"A URL for custom mandate text","maxLength":5000,"type":"string"},"default_for":{"description":"List of Stripe products where this mandate can be selected automatically.","items":{"enum":["invoice","subscription"],"type":"string"},"type":"array"},"interval_description":{"description":"Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"Payment schedule for the mandate.","enum":["combined","interval","sporadic"],"nullable":true,"type":"string"},"transaction_type":{"description":"Transaction type of the mandate.","enum":["business","personal"],"nullable":true,"type":"string"}},"title":"setup_intent_payment_method_options_mandate_options_acss_debit","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_mandate_options_bacs_debit":{"description":"","properties":{"reference_prefix":{"description":"Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'.","maxLength":5000,"type":"string"}},"title":"setup_intent_payment_method_options_mandate_options_bacs_debit","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_mandate_options_payto":{"description":"","properties":{"amount":{"description":"Amount that will be collected. It is required when `amount_type` is `fixed`.","nullable":true,"type":"integer"},"amount_type":{"description":"The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively. Defaults to `maximum`.","enum":["fixed","maximum"],"nullable":true,"type":"string"},"end_date":{"description":"Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.","maxLength":5000,"nullable":true,"type":"string"},"payment_schedule":{"description":"The periodicity at which payments will be collected. Defaults to `adhoc`.","enum":["adhoc","annual","daily","fortnightly","monthly","quarterly","semi_annual","weekly"],"nullable":true,"type":"string"},"payments_per_period":{"description":"The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.","nullable":true,"type":"integer"},"purpose":{"description":"The purpose for which payments are made. Has a default value based on your merchant category code.","enum":["dependant_support","government","loan","mortgage","other","pension","personal","retail","salary","tax","utility"],"nullable":true,"type":"string"},"start_date":{"description":"Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_intent_payment_method_options_mandate_options_payto","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_mandate_options_sepa_debit":{"description":"","properties":{"reference_prefix":{"description":"Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.","maxLength":5000,"type":"string"}},"title":"setup_intent_payment_method_options_mandate_options_sepa_debit","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_paypal":{"description":"","properties":{"billing_agreement_id":{"description":"The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.","maxLength":5000,"nullable":true,"type":"string"}},"title":"setup_intent_payment_method_options_paypal","type":"object","x-expandableFields":[]},"setup_intent_payment_method_options_payto":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/setup_intent_payment_method_options_mandate_options_payto"}},"title":"setup_intent_payment_method_options_payto","type":"object","x-expandableFields":["mandate_options"]},"setup_intent_payment_method_options_sepa_debit":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/setup_intent_payment_method_options_mandate_options_sepa_debit"}},"title":"setup_intent_payment_method_options_sepa_debit","type":"object","x-expandableFields":["mandate_options"]},"setup_intent_payment_method_options_us_bank_account":{"description":"","properties":{"financial_connections":{"$ref":"#/components/schemas/linked_account_options_common"},"mandate_options":{"$ref":"#/components/schemas/payment_method_options_us_bank_account_mandate_options"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"setup_intent_payment_method_options_us_bank_account","type":"object","x-expandableFields":["financial_connections","mandate_options"]},"setup_intent_type_specific_payment_method_options_client":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/setup_intent_payment_method_options_mandate_options_payto"},"verification_method":{"description":"Bank account verification method.","enum":["automatic","instant","microdeposits"],"type":"string","x-stripeBypassValidation":true}},"title":"SetupIntentTypeSpecificPaymentMethodOptionsClient","type":"object","x-expandableFields":["mandate_options"]},"shipping":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"},"carrier":{"description":"The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Recipient name.","maxLength":5000,"type":"string"},"phone":{"description":"Recipient phone (including extension).","maxLength":5000,"nullable":true,"type":"string"},"tracking_number":{"description":"The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.","maxLength":5000,"nullable":true,"type":"string"}},"title":"Shipping","type":"object","x-expandableFields":["address"]},"shipping_rate":{"description":"Shipping rates describe the price of shipping presented to your customers and\napplied to a purchase. For more information, see [Charge for shipping](https://docs.stripe.com/payments/during-payment/charge-shipping).","properties":{"active":{"description":"Whether the shipping rate can be used for new purchases. Defaults to `true`.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"delivery_estimate":{"anyOf":[{"$ref":"#/components/schemas/shipping_rate_delivery_estimate"}],"description":"The estimated range for how long shipping will take, meant to be displayable to the customer. This will appear on CheckoutSessions.","nullable":true},"display_name":{"description":"The name of the shipping rate, meant to be displayable to the customer. This will appear on CheckoutSessions.","maxLength":5000,"nullable":true,"type":"string"},"fixed_amount":{"$ref":"#/components/schemas/shipping_rate_fixed_amount"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["shipping_rate"],"type":"string"},"tax_behavior":{"description":"Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`.","enum":["exclusive","inclusive","unspecified"],"nullable":true,"type":"string"},"tax_code":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_code"}],"description":"A [tax code](https://docs.stripe.com/tax/tax-categories) ID. The Shipping tax code is `txcd_92010001`.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_code"}]}},"type":{"description":"The type of calculation to use on the shipping rate.","enum":["fixed_amount"],"type":"string"}},"required":["active","created","id","livemode","metadata","object","type"],"title":"ShippingRate","type":"object","x-expandableFields":["delivery_estimate","fixed_amount","tax_code"],"x-resourceId":"shipping_rate"},"shipping_rate_currency_option":{"description":"","properties":{"amount":{"description":"A non-negative integer in cents representing how much to charge.","type":"integer"},"tax_behavior":{"description":"Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`.","enum":["exclusive","inclusive","unspecified"],"type":"string"}},"required":["amount","tax_behavior"],"title":"ShippingRateCurrencyOption","type":"object","x-expandableFields":[]},"shipping_rate_delivery_estimate":{"description":"","properties":{"maximum":{"anyOf":[{"$ref":"#/components/schemas/shipping_rate_delivery_estimate_bound"}],"description":"The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.","nullable":true},"minimum":{"anyOf":[{"$ref":"#/components/schemas/shipping_rate_delivery_estimate_bound"}],"description":"The lower bound of the estimated range. If empty, represents no lower bound.","nullable":true}},"title":"ShippingRateDeliveryEstimate","type":"object","x-expandableFields":["maximum","minimum"]},"shipping_rate_delivery_estimate_bound":{"description":"","properties":{"unit":{"description":"A unit of time.","enum":["business_day","day","hour","month","week"],"type":"string"},"value":{"description":"Must be greater than 0.","type":"integer"}},"required":["unit","value"],"title":"ShippingRateDeliveryEstimateBound","type":"object","x-expandableFields":[]},"shipping_rate_fixed_amount":{"description":"","properties":{"amount":{"description":"A non-negative integer in cents representing how much to charge.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"currency_options":{"additionalProperties":{"$ref":"#/components/schemas/shipping_rate_currency_option"},"description":"Shipping rates defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).","type":"object"}},"required":["amount","currency"],"title":"ShippingRateFixedAmount","type":"object","x-expandableFields":["currency_options"]},"sigma.sigma_api_query":{"description":"A saved query object represents a query that can be executed for a run.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"name":{"description":"The name of the query.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["sigma.sigma_api_query"],"type":"string"},"sql":{"description":"The sql statement for the query.","maxLength":5000,"type":"string"}},"required":["created","id","livemode","name","object","sql"],"title":"SigmaSigmaResourcesSigmaAPIQuery","type":"object","x-expandableFields":[],"x-resourceId":"sigma.sigma_api_query"},"sigma_scheduled_query_run_error":{"description":"","properties":{"message":{"description":"Information about the run failure.","maxLength":5000,"type":"string"}},"required":["message"],"title":"SigmaScheduledQueryRunError","type":"object","x-expandableFields":[]},"source":{"description":"`Source` objects allow you to accept a variety of payment methods. They\nrepresent a customer's payment instrument, and can be used with the Stripe API\njust like a `Card` object: once chargeable, they can be charged, or can be\nattached to customers.\n\nStripe doesn't recommend using the deprecated [Sources API](https://docs.stripe.com/api/sources).\nWe recommend that you adopt the [PaymentMethods API](https://docs.stripe.com/api/payment_methods).\nThis newer API provides access to our latest features and payment method types.\n\nRelated guides: [Sources API](https://docs.stripe.com/sources) and [Sources & Customers](https://docs.stripe.com/sources/customers).","properties":{"ach_credit_transfer":{"$ref":"#/components/schemas/source_type_ach_credit_transfer"},"ach_debit":{"$ref":"#/components/schemas/source_type_ach_debit"},"acss_debit":{"$ref":"#/components/schemas/source_type_acss_debit"},"alipay":{"$ref":"#/components/schemas/source_type_alipay"},"allow_redisplay":{"description":"This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.","enum":["always","limited","unspecified"],"nullable":true,"type":"string"},"amount":{"description":"A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources.","nullable":true,"type":"integer"},"au_becs_debit":{"$ref":"#/components/schemas/source_type_au_becs_debit"},"bancontact":{"$ref":"#/components/schemas/source_type_bancontact"},"card":{"$ref":"#/components/schemas/source_type_card"},"card_present":{"$ref":"#/components/schemas/source_type_card_present"},"client_secret":{"description":"The client secret of the source. Used for client-side retrieval using a publishable key.","maxLength":5000,"type":"string"},"code_verification":{"$ref":"#/components/schemas/source_code_verification_flow"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) associated with the source. This is the currency for which the source will be chargeable once ready. Required for `single_use` sources.","format":"currency","nullable":true,"type":"string"},"customer":{"description":"The ID of the customer to which this source is attached. This will not be present when the source has not been attached to a customer.","maxLength":5000,"type":"string"},"eps":{"$ref":"#/components/schemas/source_type_eps"},"flow":{"description":"The authentication `flow` of the source. `flow` is one of `redirect`, `receiver`, `code_verification`, `none`.","maxLength":5000,"type":"string"},"giropay":{"$ref":"#/components/schemas/source_type_giropay"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"ideal":{"$ref":"#/components/schemas/source_type_ideal"},"klarna":{"$ref":"#/components/schemas/source_type_klarna"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"multibanco":{"$ref":"#/components/schemas/source_type_multibanco"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["source"],"type":"string"},"owner":{"anyOf":[{"$ref":"#/components/schemas/source_owner"}],"description":"Information about the owner of the payment instrument that may be used or required by particular source types.","nullable":true},"p24":{"$ref":"#/components/schemas/source_type_p24"},"receiver":{"$ref":"#/components/schemas/source_receiver_flow"},"redirect":{"$ref":"#/components/schemas/source_redirect_flow"},"sepa_debit":{"$ref":"#/components/schemas/source_type_sepa_debit"},"sofort":{"$ref":"#/components/schemas/source_type_sofort"},"source_order":{"$ref":"#/components/schemas/source_order"},"statement_descriptor":{"description":"Extra information about a source. This will appear on your customer's statement every time you charge the source.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the source, one of `canceled`, `chargeable`, `consumed`, `failed`, or `pending`. Only `chargeable` sources can be used to create a charge.","maxLength":5000,"type":"string"},"three_d_secure":{"$ref":"#/components/schemas/source_type_three_d_secure"},"type":{"description":"The `type` of the source. The `type` is a payment method, one of `ach_credit_transfer`, `ach_debit`, `alipay`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `multibanco`, `klarna`, `p24`, `sepa_debit`, `sofort`, `three_d_secure`, or `wechat`. An additional hash is included on the source with a name matching this value. It contains additional information specific to the [payment method](https://docs.stripe.com/sources) used.","enum":["ach_credit_transfer","ach_debit","acss_debit","alipay","au_becs_debit","bancontact","card","card_present","eps","giropay","ideal","klarna","multibanco","p24","sepa_debit","sofort","three_d_secure","wechat"],"type":"string","x-stripeBypassValidation":true},"usage":{"description":"Either `reusable` or `single_use`. Whether this source should be reusable or not. Some source types may or may not be reusable by construction, while others may leave the option at creation. If an incompatible value is passed, an error will be returned.","maxLength":5000,"nullable":true,"type":"string"},"wechat":{"$ref":"#/components/schemas/source_type_wechat"}},"required":["client_secret","created","flow","id","livemode","object","status","type"],"title":"Source","type":"object","x-expandableFields":["code_verification","owner","receiver","redirect","source_order"],"x-resourceId":"source"},"source_code_verification_flow":{"description":"","properties":{"attempts_remaining":{"description":"The number of attempts remaining to authenticate the source object with a verification code.","type":"integer"},"status":{"description":"The status of the code verification, either `pending` (awaiting verification, `attempts_remaining` should be greater than 0), `succeeded` (successful verification) or `failed` (failed verification, cannot be verified anymore as `attempts_remaining` should be 0).","maxLength":5000,"type":"string"}},"required":["attempts_remaining","status"],"title":"SourceCodeVerificationFlow","type":"object","x-expandableFields":[]},"source_mandate_notification":{"description":"Source mandate notifications should be created when a notification related to\na source mandate must be sent to the payer. They will trigger a webhook or\ndeliver an email to the customer.","properties":{"acss_debit":{"$ref":"#/components/schemas/source_mandate_notification_acss_debit_data"},"amount":{"description":"A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the amount associated with the mandate notification. The amount is expressed in the currency of the underlying source. Required if the notification type is `debit_initiated`.","nullable":true,"type":"integer"},"bacs_debit":{"$ref":"#/components/schemas/source_mandate_notification_bacs_debit_data"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["source_mandate_notification"],"type":"string"},"reason":{"description":"The reason of the mandate notification. Valid reasons are `mandate_confirmed` or `debit_initiated`.","maxLength":5000,"type":"string"},"sepa_debit":{"$ref":"#/components/schemas/source_mandate_notification_sepa_debit_data"},"source":{"$ref":"#/components/schemas/source"},"status":{"description":"The status of the mandate notification. Valid statuses are `pending` or `submitted`.","maxLength":5000,"type":"string"},"type":{"description":"The type of source this mandate notification is attached to. Should be the source type identifier code for the payment method, such as `three_d_secure`.","maxLength":5000,"type":"string"}},"required":["created","id","livemode","object","reason","source","status","type"],"title":"SourceMandateNotification","type":"object","x-expandableFields":["acss_debit","bacs_debit","sepa_debit","source"],"x-resourceId":"source_mandate_notification"},"source_mandate_notification_acss_debit_data":{"description":"","properties":{"statement_descriptor":{"description":"The statement descriptor associate with the debit.","maxLength":5000,"type":"string"}},"title":"SourceMandateNotificationAcssDebitData","type":"object","x-expandableFields":[]},"source_mandate_notification_bacs_debit_data":{"description":"","properties":{"last4":{"description":"Last 4 digits of the account number associated with the debit.","maxLength":5000,"type":"string"}},"title":"SourceMandateNotificationBacsDebitData","type":"object","x-expandableFields":[]},"source_mandate_notification_sepa_debit_data":{"description":"","properties":{"creditor_identifier":{"description":"SEPA creditor ID.","maxLength":5000,"type":"string"},"last4":{"description":"Last 4 digits of the account number associated with the debit.","maxLength":5000,"type":"string"},"mandate_reference":{"description":"Mandate reference associated with the debit.","maxLength":5000,"type":"string"}},"title":"SourceMandateNotificationSepaDebitData","type":"object","x-expandableFields":[]},"source_order":{"description":"","properties":{"amount":{"description":"A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the order.","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"email":{"description":"The email address of the customer placing the order.","maxLength":5000,"type":"string"},"items":{"description":"List of items constituting the order.","items":{"$ref":"#/components/schemas/source_order_item"},"nullable":true,"type":"array"},"shipping":{"$ref":"#/components/schemas/shipping"}},"required":["amount","currency"],"title":"SourceOrder","type":"object","x-expandableFields":["items","shipping"]},"source_order_item":{"description":"","properties":{"amount":{"description":"The amount (price) for this order item.","nullable":true,"type":"integer"},"currency":{"description":"This currency of this order item. Required when `amount` is present.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"Human-readable description for this order item.","maxLength":5000,"nullable":true,"type":"string"},"parent":{"description":"The ID of the associated object for this line item. Expandable if not null (e.g., expandable to a SKU).","maxLength":5000,"nullable":true,"type":"string"},"quantity":{"description":"The quantity of this order item. When type is `sku`, this is the number of instances of the SKU to be ordered.","type":"integer"},"type":{"description":"The type of this order item. Must be `sku`, `tax`, or `shipping`.","maxLength":5000,"nullable":true,"type":"string"}},"title":"SourceOrderItem","type":"object","x-expandableFields":[]},"source_owner":{"description":"","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Owner's address.","nullable":true},"email":{"description":"Owner's email address.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Owner's full name.","maxLength":5000,"nullable":true,"type":"string"},"phone":{"description":"Owner's phone number (including extension).","maxLength":5000,"nullable":true,"type":"string"},"verified_address":{"anyOf":[{"$ref":"#/components/schemas/address"}],"description":"Verified owner's address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.","nullable":true},"verified_email":{"description":"Verified owner's email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Verified owner's full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"},"verified_phone":{"description":"Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.","maxLength":5000,"nullable":true,"type":"string"}},"title":"SourceOwner","type":"object","x-expandableFields":["address","verified_address"]},"source_receiver_flow":{"description":"","properties":{"address":{"description":"The address of the receiver source. This is the value that should be communicated to the customer to send their funds to.","maxLength":5000,"nullable":true,"type":"string"},"amount_charged":{"description":"The total amount that was moved to your balance. This is almost always equal to the amount charged. In rare cases when customers deposit excess funds and we are unable to refund those, those funds get moved to your balance and show up in amount_charged as well. The amount charged is expressed in the source's currency.","type":"integer"},"amount_received":{"description":"The total amount received by the receiver source. `amount_received = amount_returned + amount_charged` should be true for consumed sources unless customers deposit excess funds. The amount received is expressed in the source's currency.","type":"integer"},"amount_returned":{"description":"The total amount that was returned to the customer. The amount returned is expressed in the source's currency.","type":"integer"},"refund_attributes_method":{"description":"Type of refund attribute method, one of `email`, `manual`, or `none`.","maxLength":5000,"type":"string"},"refund_attributes_status":{"description":"Type of refund attribute status, one of `missing`, `requested`, or `available`.","maxLength":5000,"type":"string"}},"required":["amount_charged","amount_received","amount_returned","refund_attributes_method","refund_attributes_status"],"title":"SourceReceiverFlow","type":"object","x-expandableFields":[]},"source_redirect_flow":{"description":"","properties":{"failure_reason":{"description":"The failure reason for the redirect, either `user_abort` (the customer aborted or dropped out of the redirect flow), `declined` (the authentication failed or the transaction was declined), or `processing_error` (the redirect failed due to a technical error). Present only if the redirect status is `failed`.","maxLength":5000,"nullable":true,"type":"string"},"return_url":{"description":"The URL you provide to redirect the customer to after they authenticated their payment.","maxLength":5000,"type":"string"},"status":{"description":"The status of the redirect, either `pending` (ready to be used by your customer to authenticate the transaction), `succeeded` (successful authentication, cannot be reused) or `not_required` (redirect should not be used) or `failed` (failed authentication, cannot be reused).","maxLength":5000,"type":"string"},"url":{"description":"The URL provided to you to redirect a customer to as part of a `redirect` authentication flow.","maxLength":2048,"type":"string"}},"required":["return_url","status","url"],"title":"SourceRedirectFlow","type":"object","x-expandableFields":[]},"source_transaction":{"description":"Some payment methods have no required amount that a customer must send.\nCustomers can be instructed to send any amount, and it can be made up of\nmultiple transactions. As such, sources can have multiple associated\ntransactions.","properties":{"ach_credit_transfer":{"$ref":"#/components/schemas/source_transaction_ach_credit_transfer_data"},"amount":{"description":"A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the amount your customer has pushed to the receiver.","type":"integer"},"chf_credit_transfer":{"$ref":"#/components/schemas/source_transaction_chf_credit_transfer_data"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"gbp_credit_transfer":{"$ref":"#/components/schemas/source_transaction_gbp_credit_transfer_data"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["source_transaction"],"type":"string"},"paper_check":{"$ref":"#/components/schemas/source_transaction_paper_check_data"},"sepa_credit_transfer":{"$ref":"#/components/schemas/source_transaction_sepa_credit_transfer_data"},"source":{"description":"The ID of the source this transaction is attached to.","maxLength":5000,"type":"string"},"status":{"description":"The status of the transaction, one of `succeeded`, `pending`, or `failed`.","maxLength":5000,"type":"string"},"type":{"description":"The type of source this transaction is attached to.","enum":["ach_credit_transfer","ach_debit","alipay","bancontact","card","card_present","eps","giropay","ideal","klarna","multibanco","p24","sepa_debit","sofort","three_d_secure","wechat"],"type":"string"}},"required":["amount","created","currency","id","livemode","object","source","status","type"],"title":"SourceTransaction","type":"object","x-expandableFields":["ach_credit_transfer","chf_credit_transfer","gbp_credit_transfer","paper_check","sepa_credit_transfer"],"x-resourceId":"source_transaction"},"source_transaction_ach_credit_transfer_data":{"description":"","properties":{"customer_data":{"description":"Customer data associated with the transfer.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Bank account fingerprint associated with the transfer.","maxLength":5000,"type":"string"},"last4":{"description":"Last 4 digits of the account number associated with the transfer.","maxLength":5000,"type":"string"},"routing_number":{"description":"Routing number associated with the transfer.","maxLength":5000,"type":"string"}},"title":"SourceTransactionAchCreditTransferData","type":"object","x-expandableFields":[]},"source_transaction_chf_credit_transfer_data":{"description":"","properties":{"reference":{"description":"Reference associated with the transfer.","maxLength":5000,"type":"string"},"sender_address_country":{"description":"Sender's country address.","maxLength":5000,"type":"string"},"sender_address_line1":{"description":"Sender's line 1 address.","maxLength":5000,"type":"string"},"sender_iban":{"description":"Sender's bank account IBAN.","maxLength":5000,"type":"string"},"sender_name":{"description":"Sender's name.","maxLength":5000,"type":"string"}},"title":"SourceTransactionChfCreditTransferData","type":"object","x-expandableFields":[]},"source_transaction_gbp_credit_transfer_data":{"description":"","properties":{"fingerprint":{"description":"Bank account fingerprint associated with the Stripe owned bank account receiving the transfer.","maxLength":5000,"type":"string"},"funding_method":{"description":"The credit transfer rails the sender used to push this transfer. The possible rails are: Faster Payments, BACS, CHAPS, and wire transfers. Currently only Faster Payments is supported.","maxLength":5000,"type":"string"},"last4":{"description":"Last 4 digits of sender account number associated with the transfer.","maxLength":5000,"type":"string"},"reference":{"description":"Sender entered arbitrary information about the transfer.","maxLength":5000,"type":"string"},"sender_account_number":{"description":"Sender account number associated with the transfer.","maxLength":5000,"type":"string"},"sender_name":{"description":"Sender name associated with the transfer.","maxLength":5000,"type":"string"},"sender_sort_code":{"description":"Sender sort code associated with the transfer.","maxLength":5000,"type":"string"}},"title":"SourceTransactionGbpCreditTransferData","type":"object","x-expandableFields":[]},"source_transaction_paper_check_data":{"description":"","properties":{"available_at":{"description":"Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.","maxLength":5000,"type":"string"},"invoices":{"description":"Comma-separated list of invoice IDs associated with the paper check.","maxLength":5000,"type":"string"}},"title":"SourceTransactionPaperCheckData","type":"object","x-expandableFields":[]},"source_transaction_sepa_credit_transfer_data":{"description":"","properties":{"reference":{"description":"Reference associated with the transfer.","maxLength":5000,"type":"string"},"sender_iban":{"description":"Sender's bank account IBAN.","maxLength":5000,"type":"string"},"sender_name":{"description":"Sender's name.","maxLength":5000,"type":"string"}},"title":"SourceTransactionSepaCreditTransferData","type":"object","x-expandableFields":[]},"source_type_ach_credit_transfer":{"properties":{"account_number":{"nullable":true,"type":"string"},"bank_name":{"nullable":true,"type":"string"},"fingerprint":{"nullable":true,"type":"string"},"refund_account_holder_name":{"nullable":true,"type":"string"},"refund_account_holder_type":{"nullable":true,"type":"string"},"refund_routing_number":{"nullable":true,"type":"string"},"routing_number":{"nullable":true,"type":"string"},"swift_code":{"nullable":true,"type":"string"}},"type":"object"},"source_type_ach_debit":{"properties":{"bank_name":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"fingerprint":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"routing_number":{"nullable":true,"type":"string"},"type":{"nullable":true,"type":"string"}},"type":"object"},"source_type_acss_debit":{"properties":{"bank_address_city":{"nullable":true,"type":"string"},"bank_address_line_1":{"nullable":true,"type":"string"},"bank_address_line_2":{"nullable":true,"type":"string"},"bank_address_postal_code":{"nullable":true,"type":"string"},"bank_name":{"nullable":true,"type":"string"},"category":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"fingerprint":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"routing_number":{"nullable":true,"type":"string"}},"type":"object"},"source_type_alipay":{"properties":{"data_string":{"nullable":true,"type":"string"},"native_url":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"},"source_type_au_becs_debit":{"properties":{"bsb_number":{"nullable":true,"type":"string"},"fingerprint":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"}},"type":"object"},"source_type_bancontact":{"properties":{"bank_code":{"nullable":true,"type":"string"},"bank_name":{"nullable":true,"type":"string"},"bic":{"nullable":true,"type":"string"},"iban_last4":{"nullable":true,"type":"string"},"preferred_language":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"},"source_type_card":{"properties":{"address_line1_check":{"nullable":true,"type":"string"},"address_zip_check":{"nullable":true,"type":"string"},"brand":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"cvc_check":{"nullable":true,"type":"string"},"dynamic_last4":{"nullable":true,"type":"string"},"exp_month":{"nullable":true,"type":"integer"},"exp_year":{"nullable":true,"type":"integer"},"fingerprint":{"type":"string"},"funding":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"name":{"nullable":true,"type":"string"},"three_d_secure":{"type":"string"},"tokenization_method":{"nullable":true,"type":"string"}},"type":"object"},"source_type_card_present":{"properties":{"application_cryptogram":{"type":"string"},"application_preferred_name":{"type":"string"},"authorization_code":{"nullable":true,"type":"string"},"authorization_response_code":{"type":"string"},"brand":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"cvm_type":{"type":"string"},"data_type":{"nullable":true,"type":"string"},"dedicated_file_name":{"type":"string"},"emv_auth_data":{"type":"string"},"evidence_customer_signature":{"nullable":true,"type":"string"},"evidence_transaction_certificate":{"nullable":true,"type":"string"},"exp_month":{"nullable":true,"type":"integer"},"exp_year":{"nullable":true,"type":"integer"},"fingerprint":{"type":"string"},"funding":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"pos_device_id":{"nullable":true,"type":"string"},"pos_entry_mode":{"type":"string"},"read_method":{"nullable":true,"type":"string"},"reader":{"nullable":true,"type":"string"},"terminal_verification_results":{"type":"string"},"transaction_status_information":{"type":"string"}},"type":"object"},"source_type_eps":{"properties":{"reference":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"},"source_type_giropay":{"properties":{"bank_code":{"nullable":true,"type":"string"},"bank_name":{"nullable":true,"type":"string"},"bic":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"},"source_type_ideal":{"properties":{"bank":{"nullable":true,"type":"string"},"bic":{"nullable":true,"type":"string"},"iban_last4":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"},"source_type_klarna":{"properties":{"background_image_url":{"type":"string"},"client_token":{"nullable":true,"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"locale":{"type":"string"},"logo_url":{"type":"string"},"page_title":{"type":"string"},"pay_later_asset_urls_descriptive":{"type":"string"},"pay_later_asset_urls_standard":{"type":"string"},"pay_later_name":{"type":"string"},"pay_later_redirect_url":{"type":"string"},"pay_now_asset_urls_descriptive":{"type":"string"},"pay_now_asset_urls_standard":{"type":"string"},"pay_now_name":{"type":"string"},"pay_now_redirect_url":{"type":"string"},"pay_over_time_asset_urls_descriptive":{"type":"string"},"pay_over_time_asset_urls_standard":{"type":"string"},"pay_over_time_name":{"type":"string"},"pay_over_time_redirect_url":{"type":"string"},"payment_method_categories":{"type":"string"},"purchase_country":{"type":"string"},"purchase_type":{"type":"string"},"redirect_url":{"type":"string"},"shipping_delay":{"type":"integer"},"shipping_first_name":{"type":"string"},"shipping_last_name":{"type":"string"}},"type":"object"},"source_type_multibanco":{"properties":{"entity":{"nullable":true,"type":"string"},"reference":{"nullable":true,"type":"string"},"refund_account_holder_address_city":{"nullable":true,"type":"string"},"refund_account_holder_address_country":{"nullable":true,"type":"string"},"refund_account_holder_address_line1":{"nullable":true,"type":"string"},"refund_account_holder_address_line2":{"nullable":true,"type":"string"},"refund_account_holder_address_postal_code":{"nullable":true,"type":"string"},"refund_account_holder_address_state":{"nullable":true,"type":"string"},"refund_account_holder_name":{"nullable":true,"type":"string"},"refund_iban":{"nullable":true,"type":"string"}},"type":"object"},"source_type_p24":{"properties":{"reference":{"nullable":true,"type":"string"}},"type":"object"},"source_type_sepa_debit":{"properties":{"bank_code":{"nullable":true,"type":"string"},"branch_code":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"fingerprint":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"mandate_reference":{"nullable":true,"type":"string"},"mandate_url":{"nullable":true,"type":"string"}},"type":"object"},"source_type_sofort":{"properties":{"bank_code":{"nullable":true,"type":"string"},"bank_name":{"nullable":true,"type":"string"},"bic":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"iban_last4":{"nullable":true,"type":"string"},"preferred_language":{"nullable":true,"type":"string"},"statement_descriptor":{"nullable":true,"type":"string"}},"type":"object"},"source_type_three_d_secure":{"properties":{"address_line1_check":{"nullable":true,"type":"string"},"address_zip_check":{"nullable":true,"type":"string"},"authenticated":{"nullable":true,"type":"boolean"},"brand":{"nullable":true,"type":"string"},"card":{"nullable":true,"type":"string"},"country":{"nullable":true,"type":"string"},"customer":{"nullable":true,"type":"string"},"cvc_check":{"nullable":true,"type":"string"},"dynamic_last4":{"nullable":true,"type":"string"},"exp_month":{"nullable":true,"type":"integer"},"exp_year":{"nullable":true,"type":"integer"},"fingerprint":{"type":"string"},"funding":{"nullable":true,"type":"string"},"last4":{"nullable":true,"type":"string"},"name":{"nullable":true,"type":"string"},"three_d_secure":{"type":"string"},"tokenization_method":{"nullable":true,"type":"string"}},"type":"object"},"source_type_wechat":{"properties":{"prepay_id":{"type":"string"},"qr_code_url":{"nullable":true,"type":"string"},"statement_descriptor":{"type":"string"}},"type":"object"},"subscription":{"description":"Subscriptions allow you to charge a customer on a recurring basis.\n\nRelated guide: [Creating subscriptions](https://docs.stripe.com/billing/subscriptions/creating)","properties":{"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}],"description":"ID of the Connect Application that created the subscription.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}]}},"application_fee_percent":{"description":"A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account.","nullable":true,"type":"number"},"automatic_tax":{"$ref":"#/components/schemas/subscription_automatic_tax"},"billing_cycle_anchor":{"description":"The reference point that aligns future [billing cycle](https://docs.stripe.com/subscriptions/billing-cycle) dates. It sets the day of week for `week` intervals, the day of month for `month` and `year` intervals, and the month of year for `year` intervals. The timestamp is in UTC format.","format":"unix-time","type":"integer"},"billing_cycle_anchor_config":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_billing_cycle_anchor_config"}],"description":"The fixed values used to calculate the `billing_cycle_anchor`.","nullable":true},"billing_mode":{"$ref":"#/components/schemas/subscriptions_resource_billing_mode"},"billing_thresholds":{"anyOf":[{"$ref":"#/components/schemas/subscription_billing_thresholds"}],"description":"Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period","nullable":true},"cancel_at":{"description":"A date in the future at which the subscription will automatically get canceled","format":"unix-time","nullable":true,"type":"integer"},"cancel_at_period_end":{"description":"Whether this subscription will (if `status=active`) or did (if `status=canceled`) cancel at the end of the current billing period.","type":"boolean"},"canceled_at":{"description":"If the subscription has been canceled, the date of that cancellation. If the subscription was canceled with `cancel_at_period_end`, `canceled_at` will reflect the time of the most recent update request, not the end of the subscription period when the subscription is automatically moved to a canceled state.","format":"unix-time","nullable":true,"type":"integer"},"cancellation_details":{"anyOf":[{"$ref":"#/components/schemas/cancellation_details"}],"description":"Details about why this subscription was cancelled","nullable":true},"collection_method":{"description":"Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`.","enum":["charge_automatically","send_invoice"],"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the customer who owns the subscription.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"ID of the account representing the customer who owns the subscription.","maxLength":5000,"nullable":true,"type":"string"},"days_until_due":{"description":"Number of days a customer has to pay invoices generated by this subscription. This value will be `null` for subscriptions where `collection_method=charge_automatically`.","nullable":true,"type":"integer"},"default_payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. This takes precedence over `default_source`. If neither are set, invoices will use the customer's [invoice_settings.default_payment_method](https://docs.stripe.com/api/customers/object#customer_object-invoice_settings-default_payment_method) or [default_source](https://docs.stripe.com/api/customers/object#customer_object-default_source).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"default_source":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}],"description":"ID of the default payment source for the subscription. It must belong to the customer associated with the subscription and be in a chargeable state. If `default_payment_method` is also set, `default_payment_method` will take precedence. If neither are set, invoices will use the customer's [invoice_settings.default_payment_method](https://docs.stripe.com/api/customers/object#customer_object-invoice_settings-default_payment_method) or [default_source](https://docs.stripe.com/api/customers/object#customer_object-default_source).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/bank_account"},{"$ref":"#/components/schemas/card"},{"$ref":"#/components/schemas/source"}]},"x-stripeBypassValidation":true},"default_tax_rates":{"description":"The tax rates that will apply to any subscription item that does not have `tax_rates` set. Invoices created will have their `default_tax_rates` populated from the subscription.","items":{"$ref":"#/components/schemas/tax_rate"},"nullable":true,"type":"array"},"description":{"description":"The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.","maxLength":500,"nullable":true,"type":"string"},"discounts":{"description":"The discounts applied to the subscription. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"}]}},"type":"array"},"ended_at":{"description":"If the subscription has ended, the date the subscription ended.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"invoice_settings":{"$ref":"#/components/schemas/subscriptions_resource_subscription_invoice_settings"},"items":{"description":"List of subscription items, each with an attached price.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/subscription_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"SubscriptionItemList","type":"object","x-expandableFields":["data"]},"latest_invoice":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/invoice"}],"description":"The most recent invoice this subscription has generated over its lifecycle (for example, when it cycles or is updated).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/invoice"}]}},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"next_pending_invoice_item_invoice":{"description":"Specifies the approximate timestamp on which any pending invoice items will be billed according to the schedule provided at `pending_invoice_item_interval`.","format":"unix-time","nullable":true,"type":"integer"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["subscription"],"type":"string"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) the charge was made on behalf of for charges associated with this subscription. See the [Connect documentation](https://docs.stripe.com/connect/subscriptions#on-behalf-of) for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"pause_collection":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_pause_collection"}],"description":"If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment).","nullable":true},"payment_settings":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_payment_settings"}],"description":"Payment settings passed on to invoices created by the subscription.","nullable":true},"pending_invoice_item_interval":{"anyOf":[{"$ref":"#/components/schemas/subscription_pending_invoice_item_interval"}],"description":"Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling [Create an invoice](https://docs.stripe.com/api#create_invoice) for the given subscription at the specified interval.","nullable":true},"pending_setup_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_intent"}],"description":"You can use this [SetupIntent](https://docs.stripe.com/api/setup_intents) to collect user authentication when creating a subscription without immediate payment or updating a subscription's payment method, allowing you to optimize for off-session payments. Learn more in the [SCA Migration Guide](https://docs.stripe.com/billing/migration/strong-customer-authentication#scenario-2).","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_intent"}]}},"pending_update":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_pending_update"}],"description":"If specified, [pending updates](https://docs.stripe.com/billing/subscriptions/pending-updates) that will be applied to the subscription once the `latest_invoice` has been paid.","nullable":true},"schedule":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription_schedule"}],"description":"The schedule attached to the subscription","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription_schedule"}]}},"start_date":{"description":"Date when the subscription was first created. The date might differ from the `created` date due to backdating.","format":"unix-time","type":"integer"},"status":{"description":"Possible values are `incomplete`, `incomplete_expired`, `trialing`, `active`, `past_due`, `canceled`, `unpaid`, or `paused`. \n\nFor `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this status can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` status. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal status, the open invoice will be voided and no further invoices will be generated. \n\nA subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over. \n\nA subscription can only enter a `paused` status [when a trial ends without a payment method](https://docs.stripe.com/billing/subscriptions/trials#create-free-trials-without-payment). A `paused` subscription doesn't generate invoices and can be resumed after your customer adds their payment method. The `paused` status is different from [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment), which still generates invoices and leaves the subscription's status unchanged. \n\nIf subscription `collection_method=charge_automatically`, it becomes `past_due` when payment is required but cannot be paid (due to failed payment or awaiting additional user actions). Once Stripe has exhausted all payment retry attempts, the subscription will become `canceled` or `unpaid` (depending on your subscriptions settings). \n\nIf subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.","enum":["active","canceled","incomplete","incomplete_expired","past_due","paused","trialing","unpaid"],"type":"string"},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this subscription belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/subscription_transfer_data"}],"description":"The account (if any) the subscription's payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the subscription's invoices.","nullable":true},"trial_end":{"description":"If the subscription has a trial, the end of that trial.","format":"unix-time","nullable":true,"type":"integer"},"trial_settings":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_trials_resource_trial_settings"}],"description":"Settings related to subscription trials.","nullable":true},"trial_start":{"description":"If the subscription has a trial, the beginning of that trial.","format":"unix-time","nullable":true,"type":"integer"}},"required":["automatic_tax","billing_cycle_anchor","billing_mode","cancel_at_period_end","collection_method","created","currency","customer","discounts","id","invoice_settings","items","livemode","metadata","object","start_date","status"],"title":"Subscription","type":"object","x-expandableFields":["application","automatic_tax","billing_cycle_anchor_config","billing_mode","billing_thresholds","cancellation_details","customer","default_payment_method","default_source","default_tax_rates","discounts","invoice_settings","items","latest_invoice","on_behalf_of","pause_collection","payment_settings","pending_invoice_item_interval","pending_setup_intent","pending_update","schedule","test_clock","transfer_data","trial_settings"],"x-resourceId":"subscription"},"subscription_automatic_tax":{"description":"","properties":{"disabled_reason":{"description":"If Stripe disabled automatic tax, this enum describes why.","enum":["requires_location_inputs"],"nullable":true,"type":"string"},"enabled":{"description":"Whether Stripe automatically computes tax on this subscription.","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true}},"required":["enabled"],"title":"SubscriptionAutomaticTax","type":"object","x-expandableFields":["liability"]},"subscription_billing_thresholds":{"description":"","properties":{"amount_gte":{"description":"Monetary threshold that triggers the subscription to create an invoice","nullable":true,"type":"integer"},"reset_billing_cycle_anchor":{"description":"Indicates if the `billing_cycle_anchor` should be reset when a threshold is reached. If true, `billing_cycle_anchor` will be updated to the date/time the threshold was last reached; otherwise, the value will remain unchanged. This value may not be `true` if the subscription contains items with plans that have `aggregate_usage=last_ever`.","nullable":true,"type":"boolean"}},"title":"SubscriptionBillingThresholds","type":"object","x-expandableFields":[]},"subscription_item":{"description":"Subscription items allow you to create customer subscriptions with more than\none plan, making it easy to represent complex billing relationships.","properties":{"billing_thresholds":{"anyOf":[{"$ref":"#/components/schemas/subscription_item_billing_thresholds"}],"description":"Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period","nullable":true},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","type":"integer"},"current_period_end":{"description":"The end time of this subscription item's current billing period.","format":"unix-time","type":"integer"},"current_period_start":{"description":"The start time of this subscription item's current billing period.","format":"unix-time","type":"integer"},"discounts":{"description":"The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"}]}},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["subscription_item"],"type":"string"},"price":{"$ref":"#/components/schemas/price"},"quantity":{"description":"The [quantity](https://docs.stripe.com/subscriptions/quantities) of the plan to which the customer should be subscribed.","type":"integer"},"subscription":{"description":"The `subscription` this `subscription_item` belongs to.","maxLength":5000,"type":"string"},"tax_rates":{"description":"The tax rates which apply to this `subscription_item`. When set, the `default_tax_rates` on the subscription do not apply to this `subscription_item`.","items":{"$ref":"#/components/schemas/tax_rate"},"nullable":true,"type":"array"}},"required":["created","current_period_end","current_period_start","discounts","id","metadata","object","price","subscription"],"title":"SubscriptionItem","type":"object","x-expandableFields":["billing_thresholds","discounts","price","tax_rates"],"x-resourceId":"subscription_item"},"subscription_item_billing_thresholds":{"description":"","properties":{"usage_gte":{"description":"Usage threshold that triggers the subscription to create an invoice","nullable":true,"type":"integer"}},"title":"SubscriptionItemBillingThresholds","type":"object","x-expandableFields":[]},"subscription_payment_method_options_card":{"description":"","properties":{"mandate_options":{"$ref":"#/components/schemas/invoice_mandate_options_card"},"network":{"description":"Selected network to process this Subscription on. Depends on the available networks of the card attached to the Subscription. Can be only set confirm-time.","enum":["amex","cartes_bancaires","diners","discover","eftpos_au","girocard","interac","jcb","link","mastercard","unionpay","unknown","visa"],"nullable":true,"type":"string"},"request_three_d_secure":{"description":"We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://docs.stripe.com/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on [manually requesting 3D Secure](https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.","enum":["any","automatic","challenge"],"nullable":true,"type":"string"}},"title":"subscription_payment_method_options_card","type":"object","x-expandableFields":["mandate_options"]},"subscription_pending_invoice_item_interval":{"description":"","properties":{"interval":{"description":"Specifies invoicing frequency. Either `day`, `week`, `month` or `year`.","enum":["day","month","week","year"],"type":"string"},"interval_count":{"description":"The number of intervals between invoices. For example, `interval=month` and `interval_count=3` bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).","type":"integer"}},"required":["interval","interval_count"],"title":"SubscriptionPendingInvoiceItemInterval","type":"object","x-expandableFields":[]},"subscription_schedule":{"description":"A subscription schedule allows you to create and manage the lifecycle of a subscription by predefining expected changes.\n\nRelated guide: [Subscription schedules](https://docs.stripe.com/billing/subscriptions/subscription-schedules)","properties":{"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}],"description":"ID of the Connect Application that created the schedule.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"},{"$ref":"#/components/schemas/deleted_application"}]}},"billing_mode":{"$ref":"#/components/schemas/subscriptions_resource_billing_mode"},"canceled_at":{"description":"Time at which the subscription schedule was canceled. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"completed_at":{"description":"Time at which the subscription schedule was completed. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"current_phase":{"anyOf":[{"$ref":"#/components/schemas/subscription_schedule_current_phase"}],"description":"Object representing the start and end dates for the current phase of the subscription schedule, if it is `active`.","nullable":true},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}],"description":"ID of the customer who owns the subscription schedule.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"},{"$ref":"#/components/schemas/deleted_customer"}]}},"customer_account":{"description":"ID of the account who owns the subscription schedule.","maxLength":5000,"nullable":true,"type":"string"},"default_settings":{"$ref":"#/components/schemas/subscription_schedules_resource_default_settings"},"end_behavior":{"description":"Behavior of the subscription schedule and underlying subscription when it ends. Possible values are `release` or `cancel` with the default being `release`. `release` will end the subscription schedule and keep the underlying subscription running. `cancel` will end the subscription schedule and cancel the underlying subscription.","enum":["cancel","none","release","renew"],"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["subscription_schedule"],"type":"string"},"phases":{"description":"Configuration for the subscription schedule's phases.","items":{"$ref":"#/components/schemas/subscription_schedule_phase_configuration"},"type":"array"},"released_at":{"description":"Time at which the subscription schedule was released. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"released_subscription":{"description":"ID of the subscription once managed by the subscription schedule (if it is released).","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The present status of the subscription schedule. Possible values are `not_started`, `active`, `completed`, `released`, and `canceled`. You can read more about the different states in our [behavior guide](https://docs.stripe.com/billing/subscriptions/subscription-schedules).","enum":["active","canceled","completed","not_started","released"],"type":"string"},"subscription":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/subscription"}],"description":"ID of the subscription managed by the subscription schedule.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/subscription"}]}},"test_clock":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/test_helpers.test_clock"}],"description":"ID of the test clock this subscription schedule belongs to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/test_helpers.test_clock"}]}}},"required":["billing_mode","created","customer","default_settings","end_behavior","id","livemode","object","phases","status"],"title":"SubscriptionSchedule","type":"object","x-expandableFields":["application","billing_mode","current_phase","customer","default_settings","phases","subscription","test_clock"],"x-resourceId":"subscription_schedule"},"subscription_schedule_add_invoice_item":{"description":"An Add Invoice Item describes the prices and quantities that will be added as pending invoice items when entering a phase.","properties":{"discounts":{"description":"The stackable discounts that will be applied to the item.","items":{"$ref":"#/components/schemas/discounts_resource_stackable_discount"},"type":"array"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"period":{"$ref":"#/components/schemas/subscription_schedule_add_invoice_item_period"},"price":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/price"},{"$ref":"#/components/schemas/deleted_price"}],"description":"ID of the price used to generate the invoice item.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/price"},{"$ref":"#/components/schemas/deleted_price"}]}},"quantity":{"description":"The quantity of the invoice item.","nullable":true,"type":"integer"},"tax_rates":{"description":"The tax rates which apply to the item. When set, the `default_tax_rates` do not apply to this item.","items":{"$ref":"#/components/schemas/tax_rate"},"nullable":true,"type":"array"}},"required":["discounts","period","price"],"title":"SubscriptionScheduleAddInvoiceItem","type":"object","x-expandableFields":["discounts","period","price","tax_rates"]},"subscription_schedule_add_invoice_item_period":{"description":"","properties":{"end":{"$ref":"#/components/schemas/subscription_schedules_resource_invoice_item_period_resource_period_end"},"start":{"$ref":"#/components/schemas/subscription_schedules_resource_invoice_item_period_resource_period_start"}},"required":["end","start"],"title":"SubscriptionScheduleAddInvoiceItemPeriod","type":"object","x-expandableFields":["end","start"]},"subscription_schedule_configuration_item":{"description":"A phase item describes the price and quantity of a phase.","properties":{"billing_thresholds":{"anyOf":[{"$ref":"#/components/schemas/subscription_item_billing_thresholds"}],"description":"Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period","nullable":true},"discounts":{"description":"The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.","items":{"$ref":"#/components/schemas/discounts_resource_stackable_discount"},"type":"array"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an item. Metadata on this item will update the underlying subscription item's `metadata` when the phase is entered.","nullable":true,"type":"object"},"price":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/price"},{"$ref":"#/components/schemas/deleted_price"}],"description":"ID of the price to which the customer should be subscribed.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/price"},{"$ref":"#/components/schemas/deleted_price"}]}},"quantity":{"description":"Quantity of the plan to which the customer should be subscribed.","type":"integer"},"tax_rates":{"description":"The tax rates which apply to this `phase_item`. When set, the `default_tax_rates` on the phase do not apply to this `phase_item`.","items":{"$ref":"#/components/schemas/tax_rate"},"nullable":true,"type":"array"}},"required":["discounts","price"],"title":"SubscriptionScheduleConfigurationItem","type":"object","x-expandableFields":["billing_thresholds","discounts","price","tax_rates"]},"subscription_schedule_current_phase":{"description":"","properties":{"end_date":{"description":"The end of this phase of the subscription schedule.","format":"unix-time","type":"integer"},"start_date":{"description":"The start of this phase of the subscription schedule.","format":"unix-time","type":"integer"}},"required":["end_date","start_date"],"title":"SubscriptionScheduleCurrentPhase","type":"object","x-expandableFields":[]},"subscription_schedule_phase_configuration":{"description":"A phase describes the plans, coupon, and trialing status of a subscription for a predefined time period.","properties":{"add_invoice_items":{"description":"A list of prices and quantities that will generate invoice items appended to the next invoice for this phase.","items":{"$ref":"#/components/schemas/subscription_schedule_add_invoice_item"},"type":"array"},"application_fee_percent":{"description":"A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account during this phase of the schedule.","nullable":true,"type":"number"},"automatic_tax":{"$ref":"#/components/schemas/schedules_phase_automatic_tax"},"billing_cycle_anchor":{"description":"Possible values are `phase_start` or `automatic`. If `phase_start` then billing cycle anchor of the subscription is set to the start of the phase when entering the phase. If `automatic` then the billing cycle anchor is automatically modified as needed when entering the phase. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).","enum":["automatic","phase_start"],"nullable":true,"type":"string"},"billing_thresholds":{"anyOf":[{"$ref":"#/components/schemas/subscription_billing_thresholds"}],"description":"Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period","nullable":true},"collection_method":{"description":"Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`.","enum":["charge_automatically","send_invoice"],"nullable":true,"type":"string"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"default_payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"default_tax_rates":{"description":"The default tax rates to apply to the subscription during this phase of the subscription schedule.","items":{"$ref":"#/components/schemas/tax_rate"},"nullable":true,"type":"array"},"description":{"description":"Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.","maxLength":5000,"nullable":true,"type":"string"},"discounts":{"description":"The stackable discounts that will be applied to the subscription on this phase. Subscription item discounts are applied before subscription discounts.","items":{"$ref":"#/components/schemas/discounts_resource_stackable_discount"},"type":"array"},"end_date":{"description":"The end of this phase of the subscription schedule.","format":"unix-time","type":"integer"},"invoice_settings":{"anyOf":[{"$ref":"#/components/schemas/invoice_setting_subscription_schedule_phase_setting"}],"description":"The invoice settings applicable during this phase.","nullable":true},"items":{"description":"Subscription items to configure the subscription to during this phase of the subscription schedule.","items":{"$ref":"#/components/schemas/subscription_schedule_configuration_item"},"type":"array"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to a phase. Metadata on a schedule's phase will update the underlying subscription's `metadata` when the phase is entered. Updating the underlying subscription's `metadata` directly will not affect the current phase's `metadata`.","nullable":true,"type":"object"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) the charge was made on behalf of for charges associated with the schedule's subscription. See the Connect documentation for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"proration_behavior":{"description":"When transitioning phases, controls how prorations are handled (if any). Possible values are `create_prorations`, `none`, and `always_invoice`.","enum":["always_invoice","create_prorations","none"],"type":"string"},"start_date":{"description":"The start of this phase of the subscription schedule.","format":"unix-time","type":"integer"},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/subscription_transfer_data"}],"description":"The account (if any) the associated subscription's payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the subscription's invoices.","nullable":true},"trial_end":{"description":"When the trial ends within the phase.","format":"unix-time","nullable":true,"type":"integer"}},"required":["add_invoice_items","currency","discounts","end_date","items","proration_behavior","start_date"],"title":"SubscriptionSchedulePhaseConfiguration","type":"object","x-expandableFields":["add_invoice_items","automatic_tax","billing_thresholds","default_payment_method","default_tax_rates","discounts","invoice_settings","items","on_behalf_of","transfer_data"]},"subscription_schedules_resource_default_settings":{"description":"","properties":{"application_fee_percent":{"description":"A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account during this phase of the schedule.","nullable":true,"type":"number"},"automatic_tax":{"$ref":"#/components/schemas/subscription_schedules_resource_default_settings_automatic_tax"},"billing_cycle_anchor":{"description":"Possible values are `phase_start` or `automatic`. If `phase_start` then billing cycle anchor of the subscription is set to the start of the phase when entering the phase. If `automatic` then the billing cycle anchor is automatically modified as needed when entering the phase. For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).","enum":["automatic","phase_start"],"type":"string"},"billing_thresholds":{"anyOf":[{"$ref":"#/components/schemas/subscription_billing_thresholds"}],"description":"Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period","nullable":true},"collection_method":{"description":"Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`.","enum":["charge_automatically","send_invoice"],"nullable":true,"type":"string"},"default_payment_method":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_method"}],"description":"ID of the default payment method for the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_method"}]}},"description":{"description":"Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.","maxLength":5000,"nullable":true,"type":"string"},"invoice_settings":{"$ref":"#/components/schemas/invoice_setting_subscription_schedule_setting"},"on_behalf_of":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) the charge was made on behalf of for charges associated with the schedule's subscription. See the Connect documentation for details.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"transfer_data":{"anyOf":[{"$ref":"#/components/schemas/subscription_transfer_data"}],"description":"The account (if any) the associated subscription's payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the subscription's invoices.","nullable":true}},"required":["billing_cycle_anchor","invoice_settings"],"title":"SubscriptionSchedulesResourceDefaultSettings","type":"object","x-expandableFields":["automatic_tax","billing_thresholds","default_payment_method","invoice_settings","on_behalf_of","transfer_data"]},"subscription_schedules_resource_default_settings_automatic_tax":{"description":"","properties":{"disabled_reason":{"description":"If Stripe disabled automatic tax, this enum describes why.","enum":["requires_location_inputs"],"nullable":true,"type":"string"},"enabled":{"description":"Whether Stripe automatically computes tax on invoices created during this phase.","type":"boolean"},"liability":{"anyOf":[{"$ref":"#/components/schemas/connect_account_reference"}],"description":"The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.","nullable":true}},"required":["enabled"],"title":"SubscriptionSchedulesResourceDefaultSettingsAutomaticTax","type":"object","x-expandableFields":["liability"]},"subscription_schedules_resource_invoice_item_period_resource_period_end":{"description":"","properties":{"timestamp":{"description":"A precise Unix timestamp for the end of the invoice item period. Must be greater than or equal to `period.start`.","format":"unix-time","type":"integer"},"type":{"description":"Select how to calculate the end of the invoice item period.","enum":["min_item_period_end","phase_end","timestamp"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"SubscriptionSchedulesResourceInvoiceItemPeriodResourcePeriodEnd","type":"object","x-expandableFields":[]},"subscription_schedules_resource_invoice_item_period_resource_period_start":{"description":"","properties":{"timestamp":{"description":"A precise Unix timestamp for the start of the invoice item period. Must be less than or equal to `period.end`.","format":"unix-time","type":"integer"},"type":{"description":"Select how to calculate the start of the invoice item period.","enum":["max_item_period_start","phase_start","timestamp"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"SubscriptionSchedulesResourceInvoiceItemPeriodResourcePeriodStart","type":"object","x-expandableFields":[]},"subscription_transfer_data":{"description":"","properties":{"amount_percent":{"description":"A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.","nullable":true,"type":"number"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account where funds from the payment will be transferred to upon payment success.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}}},"required":["destination"],"title":"SubscriptionTransferData","type":"object","x-expandableFields":["destination"]},"subscriptions_resource_billing_cycle_anchor_config":{"description":"","properties":{"day_of_month":{"description":"The day of the month of the billing_cycle_anchor.","type":"integer"},"hour":{"description":"The hour of the day of the billing_cycle_anchor.","nullable":true,"type":"integer"},"minute":{"description":"The minute of the hour of the billing_cycle_anchor.","nullable":true,"type":"integer"},"month":{"description":"The month to start full cycle billing periods.","nullable":true,"type":"integer"},"second":{"description":"The second of the minute of the billing_cycle_anchor.","nullable":true,"type":"integer"}},"required":["day_of_month"],"title":"SubscriptionsResourceBillingCycleAnchorConfig","type":"object","x-expandableFields":[]},"subscriptions_resource_billing_mode":{"description":"The billing mode of the subscription.","properties":{"flexible":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_billing_mode_flexible"}],"description":"Configure behavior for flexible billing mode","nullable":true},"type":{"description":"Controls how prorations and invoices for subscriptions are calculated and orchestrated.","enum":["classic","flexible"],"type":"string"},"updated_at":{"description":"Details on when the current billing_mode was adopted.","format":"unix-time","type":"integer"}},"required":["type"],"title":"SubscriptionsResourceBillingMode","type":"object","x-expandableFields":["flexible"]},"subscriptions_resource_billing_mode_flexible":{"description":"","properties":{"proration_discounts":{"description":"Controls how invoices and invoice items display proration amounts and discount amounts.","enum":["included","itemized"],"type":"string"}},"title":"SubscriptionsResourceBillingModeFlexible","type":"object","x-expandableFields":[]},"subscriptions_resource_pause_collection":{"description":"The Pause Collection settings determine how we will pause collection for this subscription and for how long the subscription\nshould be paused.","properties":{"behavior":{"description":"The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.","enum":["keep_as_draft","mark_uncollectible","void"],"type":"string"},"resumes_at":{"description":"The time after which the subscription will resume collecting payments.","format":"unix-time","nullable":true,"type":"integer"}},"required":["behavior"],"title":"SubscriptionsResourcePauseCollection","type":"object","x-expandableFields":[]},"subscriptions_resource_payment_method_options":{"description":"","properties":{"acss_debit":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_acss_debit"}],"description":"This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to invoices created by the subscription.","nullable":true},"bancontact":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_bancontact"}],"description":"This sub-hash contains details about the Bancontact payment method options to pass to invoices created by the subscription.","nullable":true},"card":{"anyOf":[{"$ref":"#/components/schemas/subscription_payment_method_options_card"}],"description":"This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.","nullable":true},"customer_balance":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_customer_balance"}],"description":"This sub-hash contains details about the Bank transfer payment method options to pass to invoices created by the subscription.","nullable":true},"konbini":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_konbini"}],"description":"This sub-hash contains details about the Konbini payment method options to pass to invoices created by the subscription.","nullable":true},"payto":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_payto"}],"description":"This sub-hash contains details about the PayTo payment method options to pass to invoices created by the subscription.","nullable":true},"sepa_debit":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_sepa_debit"}],"description":"This sub-hash contains details about the SEPA Direct Debit payment method options to pass to invoices created by the subscription.","nullable":true},"us_bank_account":{"anyOf":[{"$ref":"#/components/schemas/invoice_payment_method_options_us_bank_account"}],"description":"This sub-hash contains details about the ACH direct debit payment method options to pass to invoices created by the subscription.","nullable":true}},"title":"SubscriptionsResourcePaymentMethodOptions","type":"object","x-expandableFields":["acss_debit","bancontact","card","customer_balance","konbini","payto","sepa_debit","us_bank_account"]},"subscriptions_resource_payment_settings":{"description":"","properties":{"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_payment_method_options"}],"description":"Payment-method-specific configuration to provide to invoices created by the subscription.","nullable":true},"payment_method_types":{"description":"The list of payment method types to provide to every invoice created by the subscription. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice).","items":{"enum":["ach_credit_transfer","ach_debit","acss_debit","affirm","amazon_pay","au_becs_debit","bacs_debit","bancontact","boleto","card","cashapp","crypto","custom","customer_balance","eps","fpx","giropay","grabpay","ideal","jp_credit_transfer","kakao_pay","klarna","konbini","kr_card","link","multibanco","naver_pay","nz_bank_account","p24","payco","paynow","paypal","payto","promptpay","revolut_pay","sepa_credit_transfer","sepa_debit","sofort","swish","us_bank_account","wechat_pay"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"},"save_default_payment_method":{"description":"Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off`.","enum":["off","on_subscription"],"nullable":true,"type":"string"}},"title":"SubscriptionsResourcePaymentSettings","type":"object","x-expandableFields":["payment_method_options"]},"subscriptions_resource_pending_update":{"description":"Pending Updates store the changes pending from a previous update that will be applied\nto the Subscription upon successful payment.","properties":{"billing_cycle_anchor":{"description":"If the update is applied, determines the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format.","format":"unix-time","nullable":true,"type":"integer"},"expires_at":{"description":"The point after which the changes reflected by this update will be discarded and no longer applied.","format":"unix-time","type":"integer"},"subscription_items":{"description":"List of subscription items, each with an attached plan, that will be set if the update is applied.","items":{"$ref":"#/components/schemas/subscription_item"},"nullable":true,"type":"array"},"trial_end":{"description":"Unix timestamp representing the end of the trial period the customer will get before being charged for the first time, if the update is applied.","format":"unix-time","nullable":true,"type":"integer"},"trial_from_plan":{"description":"Indicates if a plan's `trial_period_days` should be applied to the subscription. Setting `trial_end` per subscription is preferred, and this defaults to `false`. Setting this flag to `true` together with `trial_end` is not allowed. See [Using trial periods on subscriptions](https://docs.stripe.com/billing/subscriptions/trials) to learn more.","nullable":true,"type":"boolean"}},"required":["expires_at"],"title":"SubscriptionsResourcePendingUpdate","type":"object","x-expandableFields":["subscription_items"]},"subscriptions_resource_subscription_invoice_settings":{"description":"","properties":{"account_tax_ids":{"description":"The account tax IDs associated with the subscription. Will be set on invoices generated by the subscription.","items":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}],"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_id"},{"$ref":"#/components/schemas/deleted_tax_id"}]}},"nullable":true,"type":"array"},"issuer":{"$ref":"#/components/schemas/connect_account_reference"}},"required":["issuer"],"title":"SubscriptionsResourceSubscriptionInvoiceSettings","type":"object","x-expandableFields":["account_tax_ids","issuer"]},"subscriptions_trials_resource_end_behavior":{"description":"Defines how a subscription behaves when a free trial ends.","properties":{"missing_payment_method":{"description":"Indicates how the subscription should change when the trial ends if the user did not provide a payment method.","enum":["cancel","create_invoice","pause"],"type":"string"}},"required":["missing_payment_method"],"title":"SubscriptionsTrialsResourceEndBehavior","type":"object","x-expandableFields":[]},"subscriptions_trials_resource_trial_settings":{"description":"Configures how this subscription behaves during the trial period.","properties":{"end_behavior":{"$ref":"#/components/schemas/subscriptions_trials_resource_end_behavior"}},"required":["end_behavior"],"title":"SubscriptionsTrialsResourceTrialSettings","type":"object","x-expandableFields":["end_behavior"]},"tax.association":{"description":"A Tax Association exposes the Tax Transactions that Stripe attempted to create on your behalf based on the PaymentIntent input","properties":{"calculation":{"description":"The [Tax Calculation](https://docs.stripe.com/api/tax/calculations/object) that was included in PaymentIntent.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.association"],"type":"string"},"payment_intent":{"description":"The [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) that this Tax Association is tracking.","maxLength":5000,"type":"string"},"tax_transaction_attempts":{"description":"Information about the tax transactions linked to this payment intent","items":{"$ref":"#/components/schemas/tax_product_resource_tax_association_transaction_attempts"},"nullable":true,"type":"array"}},"required":["calculation","id","object","payment_intent"],"title":"TaxProductResourceTaxAssociation","type":"object","x-expandableFields":["tax_transaction_attempts"],"x-resourceId":"tax.association"},"tax.calculation":{"description":"A Tax Calculation allows you to calculate the tax to collect from your customer.\n\nRelated guide: [Calculate tax in your custom payment flow](https://docs.stripe.com/tax/custom)","properties":{"amount_total":{"description":"Total amount after taxes in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"customer":{"description":"The ID of an existing [Customer](https://docs.stripe.com/api/customers/object) used for the resource.","maxLength":5000,"nullable":true,"type":"string"},"customer_details":{"$ref":"#/components/schemas/tax_product_resource_customer_details"},"expires_at":{"description":"Timestamp of date at which the tax calculation will expire.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the calculation.","maxLength":5000,"nullable":true,"type":"string"},"line_items":{"description":"The list of items the customer is purchasing.","nullable":true,"properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/tax.calculation_line_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"pattern":"^/v1/tax/calculations/[^/]+/line_items","type":"string"}},"required":["data","has_more","object","url"],"title":"TaxProductResourceTaxCalculationLineItemList","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.calculation"],"type":"string"},"ship_from_details":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_ship_from_details"}],"description":"The details of the ship from location, such as the address.","nullable":true},"shipping_cost":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_tax_calculation_shipping_cost"}],"description":"The shipping cost details for the calculation.","nullable":true},"tax_amount_exclusive":{"description":"The amount of tax to be collected on top of the line item prices.","type":"integer"},"tax_amount_inclusive":{"description":"The amount of tax already included in the line item prices.","type":"integer"},"tax_breakdown":{"description":"Breakdown of individual tax amounts that add up to the total.","items":{"$ref":"#/components/schemas/tax_product_resource_tax_breakdown"},"type":"array"},"tax_date":{"description":"Timestamp of date at which the tax rules and rates in effect applies for the calculation.","format":"unix-time","type":"integer"}},"required":["amount_total","currency","customer_details","livemode","object","tax_amount_exclusive","tax_amount_inclusive","tax_breakdown","tax_date"],"title":"TaxProductResourceTaxCalculation","type":"object","x-expandableFields":["customer_details","line_items","ship_from_details","shipping_cost","tax_breakdown"],"x-resourceId":"tax.calculation"},"tax.calculation_line_item":{"description":"","properties":{"amount":{"description":"The line item amount in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.","type":"integer"},"amount_tax":{"description":"The amount of tax calculated for this line item, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.calculation_line_item"],"type":"string"},"product":{"description":"The ID of an existing [Product](https://docs.stripe.com/api/products/object).","maxLength":5000,"nullable":true,"type":"string"},"quantity":{"description":"The number of units of the item being purchased. For reversals, this is the quantity reversed.","type":"integer"},"reference":{"description":"A custom identifier for this line item.","maxLength":5000,"type":"string"},"tax_behavior":{"description":"Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.","enum":["exclusive","inclusive"],"type":"string"},"tax_breakdown":{"description":"Detailed account of taxes relevant to this line item.","items":{"$ref":"#/components/schemas/tax_product_resource_line_item_tax_breakdown"},"nullable":true,"type":"array"},"tax_code":{"description":"The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for this resource.","maxLength":5000,"type":"string"}},"required":["amount","amount_tax","id","livemode","object","quantity","reference","tax_behavior","tax_code"],"title":"TaxProductResourceTaxCalculationLineItem","type":"object","x-expandableFields":["tax_breakdown"],"x-resourceId":"tax.calculation_line_item"},"tax.registration":{"description":"A Tax `Registration` lets us know that your business is registered to collect tax on payments within a region, enabling you to [automatically collect tax](https://docs.stripe.com/tax).\n\nStripe doesn't register on your behalf with the relevant authorities when you create a Tax `Registration` object. For more information on how to register to collect tax, see [our guide](https://docs.stripe.com/tax/registering).\n\nRelated guide: [Using the Registrations API](https://docs.stripe.com/tax/registrations-api)","properties":{"active_from":{"description":"Time at which the registration becomes active. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"type":"string"},"country_options":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"expires_at":{"description":"If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.registration"],"type":"string"},"status":{"description":"The status of the registration. This field is present for convenience and can be deduced from `active_from` and `expires_at`.","enum":["active","expired","scheduled"],"type":"string"}},"required":["active_from","country","country_options","created","id","livemode","object","status"],"title":"TaxProductRegistrationsResourceTaxRegistration","type":"object","x-expandableFields":["country_options"],"x-resourceId":"tax.registration"},"tax.settings":{"description":"You can use Tax `Settings` to manage configurations used by Stripe Tax calculations.\n\nRelated guide: [Using the Settings API](https://docs.stripe.com/tax/settings-api)","properties":{"defaults":{"$ref":"#/components/schemas/tax_product_resource_tax_settings_defaults"},"head_office":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_tax_settings_head_office"}],"description":"The place where your business is located.","nullable":true},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.settings"],"type":"string"},"status":{"description":"The status of the Tax `Settings`.","enum":["active","pending"],"type":"string"},"status_details":{"$ref":"#/components/schemas/tax_product_resource_tax_settings_status_details"}},"required":["defaults","livemode","object","status","status_details"],"title":"TaxProductResourceTaxSettings","type":"object","x-expandableFields":["defaults","head_office","status_details"],"x-resourceId":"tax.settings"},"tax.transaction":{"description":"A Tax Transaction records the tax collected from or refunded to your customer.\n\nRelated guide: [Calculate tax in your custom payment flow](https://docs.stripe.com/tax/custom#tax-transaction)","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"customer":{"description":"The ID of an existing [Customer](https://docs.stripe.com/api/customers/object) used for the resource.","maxLength":5000,"nullable":true,"type":"string"},"customer_details":{"$ref":"#/components/schemas/tax_product_resource_customer_details"},"id":{"description":"Unique identifier for the transaction.","maxLength":5000,"type":"string"},"line_items":{"description":"The tax collected or refunded, by line item.","nullable":true,"properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/tax.transaction_line_item"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"pattern":"^/v1/tax/transactions/[^/]+/line_items","type":"string"}},"required":["data","has_more","object","url"],"title":"TaxProductResourceTaxTransactionLineItemList","type":"object","x-expandableFields":["data"]},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.transaction"],"type":"string"},"posted_at":{"description":"The Unix timestamp representing when the tax liability is assumed or reduced.","format":"unix-time","type":"integer"},"reference":{"description":"A custom unique identifier, such as 'myOrder_123'.","maxLength":5000,"type":"string"},"reversal":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_tax_transaction_resource_reversal"}],"description":"If `type=reversal`, contains information about what was reversed.","nullable":true},"ship_from_details":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_ship_from_details"}],"description":"The details of the ship from location, such as the address.","nullable":true},"shipping_cost":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_tax_transaction_shipping_cost"}],"description":"The shipping cost details for the transaction.","nullable":true},"tax_date":{"description":"Timestamp of date at which the tax rules and rates in effect applies for the calculation.","format":"unix-time","type":"integer"},"type":{"description":"If `reversal`, this transaction reverses an earlier transaction.","enum":["reversal","transaction"],"type":"string"}},"required":["created","currency","customer_details","id","livemode","object","posted_at","reference","tax_date","type"],"title":"TaxProductResourceTaxTransaction","type":"object","x-expandableFields":["customer_details","line_items","reversal","ship_from_details","shipping_cost"],"x-resourceId":"tax.transaction"},"tax.transaction_line_item":{"description":"","properties":{"amount":{"description":"The line item amount in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.","type":"integer"},"amount_tax":{"description":"The amount of tax calculated for this line item, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax.transaction_line_item"],"type":"string"},"product":{"description":"The ID of an existing [Product](https://docs.stripe.com/api/products/object).","maxLength":5000,"nullable":true,"type":"string"},"quantity":{"description":"The number of units of the item being purchased. For reversals, this is the quantity reversed.","type":"integer"},"reference":{"description":"A custom identifier for this line item in the transaction.","maxLength":5000,"type":"string"},"reversal":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_tax_transaction_line_item_resource_reversal"}],"description":"If `type=reversal`, contains information about what was reversed.","nullable":true},"tax_behavior":{"description":"Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.","enum":["exclusive","inclusive"],"type":"string"},"tax_code":{"description":"The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for this resource.","maxLength":5000,"type":"string"},"type":{"description":"If `reversal`, this line item reverses an earlier transaction.","enum":["reversal","transaction"],"type":"string"}},"required":["amount","amount_tax","id","livemode","object","quantity","reference","tax_behavior","tax_code","type"],"title":"TaxProductResourceTaxTransactionLineItem","type":"object","x-expandableFields":["reversal"],"x-resourceId":"tax.transaction_line_item"},"tax_code":{"description":"[Tax codes](https://stripe.com/docs/tax/tax-categories) classify goods and services for tax purposes.","properties":{"description":{"description":"A detailed description of which types of products the tax code represents.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"name":{"description":"A short name for the tax code.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax_code"],"type":"string"}},"required":["description","id","name","object"],"title":"TaxProductResourceTaxCode","type":"object","x-expandableFields":[],"x-resourceId":"tax_code"},"tax_deducted_at_source":{"description":"","properties":{"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax_deducted_at_source"],"type":"string"},"period_end":{"description":"The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.","format":"unix-time","type":"integer"},"period_start":{"description":"The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period.","format":"unix-time","type":"integer"},"tax_deduction_account_number":{"description":"The TAN that was supplied to Stripe when TDS was assessed","maxLength":5000,"type":"string"}},"required":["id","object","period_end","period_start","tax_deduction_account_number"],"title":"TaxDeductedAtSource","type":"object","x-expandableFields":[]},"tax_i_ds_owner":{"description":"","properties":{"account":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account being referenced when `type` is `account`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"application":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/application"}],"description":"The Connect Application being referenced when `type` is `application`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/application"}]}},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"The customer being referenced when `type` is `customer`.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"description":"The Account representing the customer being referenced when `type` is `customer`.","maxLength":5000,"nullable":true,"type":"string"},"type":{"description":"Type of owner referenced.","enum":["account","application","customer","self"],"type":"string"}},"required":["type"],"title":"TaxIDsOwner","type":"object","x-expandableFields":["account","application","customer"]},"tax_id":{"description":"You can add one or multiple tax IDs to a [customer](https://docs.stripe.com/api/customers) or account.\nCustomer and account tax IDs get displayed on related invoices and credit notes.\n\nRelated guides: [Customer tax identification numbers](https://docs.stripe.com/billing/taxes/tax-ids), [Account tax IDs](https://docs.stripe.com/invoicing/connect#account-tax-ids)","properties":{"country":{"description":"Two-letter ISO code representing the country of the tax ID.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"ID of the customer.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"customer_account":{"description":"ID of the Account representing the customer.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax_id"],"type":"string"},"owner":{"anyOf":[{"$ref":"#/components/schemas/tax_i_ds_owner"}],"description":"The account or customer the tax ID belongs to.","nullable":true},"type":{"description":"Type of the tax ID, one of `ad_nrt`, `ae_trn`, `al_tin`, `am_tin`, `ao_tin`, `ar_cuit`, `au_abn`, `au_arn`, `aw_tin`, `az_tin`, `ba_tin`, `bb_tin`, `bd_bin`, `bf_ifu`, `bg_uic`, `bh_vat`, `bj_ifu`, `bo_tin`, `br_cnpj`, `br_cpf`, `bs_tin`, `by_tin`, `ca_bn`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `ca_qst`, `cd_nif`, `ch_uid`, `ch_vat`, `cl_tin`, `cm_niu`, `cn_tin`, `co_nit`, `cr_tin`, `cv_nif`, `de_stn`, `do_rcn`, `ec_ruc`, `eg_tin`, `es_cif`, `et_tin`, `eu_oss_vat`, `eu_vat`, `gb_vat`, `ge_vat`, `gn_nif`, `hk_br`, `hr_oib`, `hu_tin`, `id_npwp`, `il_vat`, `in_gst`, `is_vat`, `jp_cn`, `jp_rn`, `jp_trn`, `ke_pin`, `kg_tin`, `kh_tin`, `kr_brn`, `kz_bin`, `la_tin`, `li_uid`, `li_vat`, `ma_vat`, `md_vat`, `me_pib`, `mk_vat`, `mr_nif`, `mx_rfc`, `my_frp`, `my_itn`, `my_sst`, `ng_tin`, `no_vat`, `no_voec`, `np_pan`, `nz_gst`, `om_vat`, `pe_ruc`, `ph_tin`, `pl_nip`, `ro_tin`, `rs_pib`, `ru_inn`, `ru_kpp`, `sa_vat`, `sg_gst`, `sg_uen`, `si_tin`, `sn_ninea`, `sr_fin`, `sv_nit`, `th_vat`, `tj_tin`, `tr_tin`, `tw_vat`, `tz_vat`, `ua_vat`, `ug_tin`, `us_ein`, `uy_ruc`, `uz_tin`, `uz_vat`, `ve_rif`, `vn_tin`, `za_vat`, `zm_tin`, or `zw_tin`. Note that some legacy tax IDs have type `unknown`","enum":["ad_nrt","ae_trn","al_tin","am_tin","ao_tin","ar_cuit","au_abn","au_arn","aw_tin","az_tin","ba_tin","bb_tin","bd_bin","bf_ifu","bg_uic","bh_vat","bj_ifu","bo_tin","br_cnpj","br_cpf","bs_tin","by_tin","ca_bn","ca_gst_hst","ca_pst_bc","ca_pst_mb","ca_pst_sk","ca_qst","cd_nif","ch_uid","ch_vat","cl_tin","cm_niu","cn_tin","co_nit","cr_tin","cv_nif","de_stn","do_rcn","ec_ruc","eg_tin","es_cif","et_tin","eu_oss_vat","eu_vat","gb_vat","ge_vat","gn_nif","hk_br","hr_oib","hu_tin","id_npwp","il_vat","in_gst","is_vat","jp_cn","jp_rn","jp_trn","ke_pin","kg_tin","kh_tin","kr_brn","kz_bin","la_tin","li_uid","li_vat","ma_vat","md_vat","me_pib","mk_vat","mr_nif","mx_rfc","my_frp","my_itn","my_sst","ng_tin","no_vat","no_voec","np_pan","nz_gst","om_vat","pe_ruc","ph_tin","pl_nip","ro_tin","rs_pib","ru_inn","ru_kpp","sa_vat","sg_gst","sg_uen","si_tin","sn_ninea","sr_fin","sv_nit","th_vat","tj_tin","tr_tin","tw_vat","tz_vat","ua_vat","ug_tin","unknown","us_ein","uy_ruc","uz_tin","uz_vat","ve_rif","vn_tin","za_vat","zm_tin","zw_tin"],"type":"string"},"value":{"description":"Value of the tax ID.","maxLength":5000,"type":"string"},"verification":{"anyOf":[{"$ref":"#/components/schemas/tax_id_verification"}],"description":"Tax ID verification information.","nullable":true}},"required":["created","id","livemode","object","type","value"],"title":"tax_id","type":"object","x-expandableFields":["customer","owner","verification"],"x-resourceId":"tax_id"},"tax_id_verification":{"description":"","properties":{"status":{"description":"Verification status, one of `pending`, `verified`, `unverified`, or `unavailable`.","enum":["pending","unavailable","unverified","verified"],"type":"string"},"verified_address":{"description":"Verified address.","maxLength":5000,"nullable":true,"type":"string"},"verified_name":{"description":"Verified name.","maxLength":5000,"nullable":true,"type":"string"}},"required":["status"],"title":"tax_id_verification","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options":{"description":"","properties":{"ae":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"al":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"am":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ao":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"at":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"au":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"aw":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"az":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ba":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"bb":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"bd":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"be":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"bf":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"bg":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"bh":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"bj":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"bs":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"by":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ca":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_canada"},"cd":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"ch":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"cl":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"cm":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"co":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"cr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"cv":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"cy":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"cz":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"de":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"dk":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"ec":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ee":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"eg":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"es":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"et":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"fi":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"fr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"gb":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"ge":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"gn":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"gr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"hr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"hu":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"id":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ie":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"in":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"is":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"it":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"jp":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"ke":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"kg":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"kh":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"kr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"kz":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"la":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"lt":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"lu":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"lv":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"ma":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"md":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"me":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"mk":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"mr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"mt":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"mx":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"my":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ng":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"nl":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"no":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"np":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"nz":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"om":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"pe":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ph":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"pl":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"pt":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"ro":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"rs":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"ru":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"sa":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"se":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"sg":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_inbound_goods"},"si":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"sk":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_europe"},"sn":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"sr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"th":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_thailand"},"tj":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"tr":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"tw":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"tz":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ua":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"ug":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"us":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_united_states"},"uy":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"uz":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"vn":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"za":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"},"zm":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_simplified"},"zw":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default"}},"title":"TaxProductRegistrationsResourceCountryOptions","type":"object","x-expandableFields":["ae","al","am","ao","at","au","aw","az","ba","bb","bd","be","bf","bg","bh","bj","bs","by","ca","cd","ch","cl","cm","co","cr","cv","cy","cz","de","dk","ec","ee","eg","es","et","fi","fr","gb","ge","gn","gr","hr","hu","id","ie","in","is","it","jp","ke","kg","kh","kr","kz","la","lt","lu","lv","ma","md","me","mk","mr","mt","mx","my","ng","nl","no","np","nz","om","pe","ph","pl","pt","ro","rs","ru","sa","se","sg","si","sk","sn","sr","th","tj","tr","tw","tz","ua","ug","us","uy","uz","vn","za","zm","zw"]},"tax_product_registrations_resource_country_options_ca_province_standard":{"description":"","properties":{"province":{"description":"Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"type":"string"}},"required":["province"],"title":"TaxProductRegistrationsResourceCountryOptionsCaProvinceStandard","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_canada":{"description":"","properties":{"province_standard":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_ca_province_standard"},"type":{"description":"Type of registration in Canada.","enum":["province_standard","simplified","standard"],"type":"string"}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsCanada","type":"object","x-expandableFields":["province_standard"]},"tax_product_registrations_resource_country_options_default":{"description":"","properties":{"type":{"description":"Type of registration in `country`.","enum":["standard"],"type":"string"}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsDefault","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_default_inbound_goods":{"description":"","properties":{"standard":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_default_standard"},"type":{"description":"Type of registration in `country`.","enum":["standard"],"type":"string"}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsDefaultInboundGoods","type":"object","x-expandableFields":["standard"]},"tax_product_registrations_resource_country_options_default_standard":{"description":"","properties":{"place_of_supply_scheme":{"description":"Place of supply scheme used in an Default standard registration.","enum":["inbound_goods","standard"],"type":"string"}},"required":["place_of_supply_scheme"],"title":"TaxProductRegistrationsResourceCountryOptionsDefaultStandard","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_eu_standard":{"description":"","properties":{"place_of_supply_scheme":{"description":"Place of supply scheme used in an EU standard registration.","enum":["inbound_goods","small_seller","standard"],"type":"string"}},"required":["place_of_supply_scheme"],"title":"TaxProductRegistrationsResourceCountryOptionsEuStandard","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_europe":{"description":"","properties":{"standard":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_eu_standard"},"type":{"description":"Type of registration in an EU country.","enum":["ioss","oss_non_union","oss_union","standard"],"type":"string"}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsEurope","type":"object","x-expandableFields":["standard"]},"tax_product_registrations_resource_country_options_simplified":{"description":"","properties":{"type":{"description":"Type of registration in `country`.","enum":["simplified"],"type":"string"}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsSimplified","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_thailand":{"description":"","properties":{"type":{"description":"Type of registration in `country`.","enum":["simplified"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsThailand","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_united_states":{"description":"","properties":{"local_amusement_tax":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_us_local_amusement_tax"},"local_lease_tax":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_us_local_lease_tax"},"state":{"description":"Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"type":"string"},"state_sales_tax":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_us_state_sales_tax"},"type":{"description":"Type of registration in the US.","enum":["local_amusement_tax","local_lease_tax","state_communications_tax","state_retail_delivery_fee","state_sales_tax"],"type":"string","x-stripeBypassValidation":true}},"required":["state","type"],"title":"TaxProductRegistrationsResourceCountryOptionsUnitedStates","type":"object","x-expandableFields":["local_amusement_tax","local_lease_tax","state_sales_tax"]},"tax_product_registrations_resource_country_options_us_local_amusement_tax":{"description":"","properties":{"jurisdiction":{"description":"A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.","maxLength":5000,"type":"string"}},"required":["jurisdiction"],"title":"TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_us_local_lease_tax":{"description":"","properties":{"jurisdiction":{"description":"A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.","maxLength":5000,"type":"string"}},"required":["jurisdiction"],"title":"TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax","type":"object","x-expandableFields":[]},"tax_product_registrations_resource_country_options_us_state_sales_tax":{"description":"","properties":{"elections":{"description":"Elections for the state sales tax registration.","items":{"$ref":"#/components/schemas/tax_product_registrations_resource_country_options_us_state_sales_tax_election"},"type":"array"}},"title":"TaxProductRegistrationsResourceCountryOptionsUsStateSalesTax","type":"object","x-expandableFields":["elections"]},"tax_product_registrations_resource_country_options_us_state_sales_tax_election":{"description":"","properties":{"jurisdiction":{"description":"A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.","maxLength":5000,"type":"string"},"type":{"description":"The type of the election for the state sales tax registration.","enum":["local_use_tax","simplified_sellers_use_tax","single_local_use_tax"],"type":"string"}},"required":["type"],"title":"TaxProductRegistrationsResourceCountryOptionsUsStateSalesTaxElection","type":"object","x-expandableFields":[]},"tax_product_resource_customer_details":{"description":"","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_postal_address"}],"description":"The customer's postal address (for example, home or business location).","nullable":true},"address_source":{"description":"The type of customer address provided.","enum":["billing","shipping"],"nullable":true,"type":"string"},"ip_address":{"description":"The customer's IP address (IPv4 or IPv6).","maxLength":5000,"nullable":true,"type":"string"},"tax_ids":{"description":"The customer's tax IDs (for example, EU VAT numbers).","items":{"$ref":"#/components/schemas/tax_product_resource_customer_details_resource_tax_id"},"type":"array"},"taxability_override":{"description":"The taxability override used for taxation.","enum":["customer_exempt","none","reverse_charge"],"type":"string"}},"required":["tax_ids","taxability_override"],"title":"TaxProductResourceCustomerDetails","type":"object","x-expandableFields":["address","tax_ids"]},"tax_product_resource_customer_details_resource_tax_id":{"description":"","properties":{"type":{"description":"The type of the tax ID, one of `ad_nrt`, `ar_cuit`, `eu_vat`, `bo_tin`, `br_cnpj`, `br_cpf`, `cn_tin`, `co_nit`, `cr_tin`, `do_rcn`, `ec_ruc`, `eu_oss_vat`, `hr_oib`, `pe_ruc`, `ro_tin`, `rs_pib`, `sv_nit`, `uy_ruc`, `ve_rif`, `vn_tin`, `gb_vat`, `nz_gst`, `au_abn`, `au_arn`, `in_gst`, `no_vat`, `no_voec`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ru_kpp`, `ca_bn`, `hk_br`, `es_cif`, `pl_nip`, `tw_vat`, `th_vat`, `jp_cn`, `jp_rn`, `jp_trn`, `li_uid`, `li_vat`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `my_sst`, `sg_gst`, `ae_trn`, `cl_tin`, `sa_vat`, `id_npwp`, `my_frp`, `il_vat`, `ge_vat`, `ua_vat`, `is_vat`, `bg_uic`, `hu_tin`, `si_tin`, `ke_pin`, `tr_tin`, `eg_tin`, `ph_tin`, `al_tin`, `bh_vat`, `kz_bin`, `ng_tin`, `om_vat`, `de_stn`, `ch_uid`, `tz_vat`, `uz_vat`, `uz_tin`, `md_vat`, `ma_vat`, `by_tin`, `ao_tin`, `bs_tin`, `bb_tin`, `cd_nif`, `mr_nif`, `me_pib`, `zw_tin`, `ba_tin`, `gn_nif`, `mk_vat`, `sr_fin`, `sn_ninea`, `am_tin`, `np_pan`, `tj_tin`, `ug_tin`, `zm_tin`, `kh_tin`, `aw_tin`, `az_tin`, `bd_bin`, `bj_ifu`, `et_tin`, `kg_tin`, `la_tin`, `cm_niu`, `cv_nif`, `bf_ifu`, or `unknown`","enum":["ad_nrt","ae_trn","al_tin","am_tin","ao_tin","ar_cuit","au_abn","au_arn","aw_tin","az_tin","ba_tin","bb_tin","bd_bin","bf_ifu","bg_uic","bh_vat","bj_ifu","bo_tin","br_cnpj","br_cpf","bs_tin","by_tin","ca_bn","ca_gst_hst","ca_pst_bc","ca_pst_mb","ca_pst_sk","ca_qst","cd_nif","ch_uid","ch_vat","cl_tin","cm_niu","cn_tin","co_nit","cr_tin","cv_nif","de_stn","do_rcn","ec_ruc","eg_tin","es_cif","et_tin","eu_oss_vat","eu_vat","gb_vat","ge_vat","gn_nif","hk_br","hr_oib","hu_tin","id_npwp","il_vat","in_gst","is_vat","jp_cn","jp_rn","jp_trn","ke_pin","kg_tin","kh_tin","kr_brn","kz_bin","la_tin","li_uid","li_vat","ma_vat","md_vat","me_pib","mk_vat","mr_nif","mx_rfc","my_frp","my_itn","my_sst","ng_tin","no_vat","no_voec","np_pan","nz_gst","om_vat","pe_ruc","ph_tin","pl_nip","ro_tin","rs_pib","ru_inn","ru_kpp","sa_vat","sg_gst","sg_uen","si_tin","sn_ninea","sr_fin","sv_nit","th_vat","tj_tin","tr_tin","tw_vat","tz_vat","ua_vat","ug_tin","unknown","us_ein","uy_ruc","uz_tin","uz_vat","ve_rif","vn_tin","za_vat","zm_tin","zw_tin"],"type":"string"},"value":{"description":"The value of the tax ID.","maxLength":5000,"type":"string"}},"required":["type","value"],"title":"TaxProductResourceCustomerDetailsResourceTaxId","type":"object","x-expandableFields":[]},"tax_product_resource_jurisdiction":{"description":"","properties":{"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"type":"string"},"display_name":{"description":"A human-readable name for the jurisdiction imposing the tax.","maxLength":5000,"type":"string"},"level":{"description":"Indicates the level of the jurisdiction imposing the tax.","enum":["city","country","county","district","state"],"type":"string"},"state":{"description":"[ISO 3166-2 subdivision code](https://en.wikipedia.org/wiki/ISO_3166-2), without country prefix. For example, \"NY\" for New York, United States.","maxLength":5000,"nullable":true,"type":"string"}},"required":["country","display_name","level"],"title":"TaxProductResourceJurisdiction","type":"object","x-expandableFields":[]},"tax_product_resource_line_item_tax_breakdown":{"description":"","properties":{"amount":{"description":"The amount of tax, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"jurisdiction":{"$ref":"#/components/schemas/tax_product_resource_jurisdiction"},"sourcing":{"description":"Indicates whether the jurisdiction was determined by the origin (merchant's address) or destination (customer's address).","enum":["destination","origin"],"type":"string","x-stripeBypassValidation":true},"tax_rate_details":{"anyOf":[{"$ref":"#/components/schemas/tax_product_resource_line_item_tax_rate_details"}],"description":"Details regarding the rate for this tax. This field will be `null` when the tax is not imposed, for example if the product is exempt from tax.","nullable":true},"taxability_reason":{"description":"The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.","enum":["customer_exempt","not_collecting","not_subject_to_tax","not_supported","portion_product_exempt","portion_reduced_rated","portion_standard_rated","product_exempt","product_exempt_holiday","proportionally_rated","reduced_rated","reverse_charge","standard_rated","taxable_basis_reduced","zero_rated"],"type":"string"},"taxable_amount":{"description":"The amount on which tax is calculated, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"}},"required":["amount","jurisdiction","sourcing","taxability_reason","taxable_amount"],"title":"TaxProductResourceLineItemTaxBreakdown","type":"object","x-expandableFields":["jurisdiction","tax_rate_details"]},"tax_product_resource_line_item_tax_rate_details":{"description":"","properties":{"display_name":{"description":"A localized display name for tax type, intended to be human-readable. For example, \"Local Sales and Use Tax\", \"Value-added tax (VAT)\", or \"Umsatzsteuer (USt.)\".","maxLength":5000,"type":"string"},"percentage_decimal":{"description":"The tax rate percentage as a string. For example, 8.5% is represented as \"8.5\".","maxLength":5000,"type":"string"},"tax_type":{"description":"The tax type, such as `vat` or `sales_tax`.","enum":["amusement_tax","communications_tax","gst","hst","igst","jct","lease_tax","pst","qst","retail_delivery_fee","rst","sales_tax","service_tax","vat"],"type":"string","x-stripeBypassValidation":true}},"required":["display_name","percentage_decimal","tax_type"],"title":"TaxProductResourceLineItemTaxRateDetails","type":"object","x-expandableFields":[]},"tax_product_resource_postal_address":{"description":"","properties":{"city":{"description":"City, district, suburb, town, or village.","maxLength":5000,"nullable":true,"type":"string"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"type":"string"},"line1":{"description":"Address line 1, such as the street, PO Box, or company name.","maxLength":5000,"nullable":true,"type":"string"},"line2":{"description":"Address line 2, such as the apartment, suite, unit, or building.","maxLength":5000,"nullable":true,"type":"string"},"postal_code":{"description":"ZIP or postal code.","maxLength":5000,"nullable":true,"type":"string"},"state":{"description":"State/province as an [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code, without country prefix, such as \"NY\" or \"TX\".","maxLength":5000,"nullable":true,"type":"string"}},"required":["country"],"title":"TaxProductResourcePostalAddress","type":"object","x-expandableFields":[]},"tax_product_resource_ship_from_details":{"description":"","properties":{"address":{"$ref":"#/components/schemas/tax_product_resource_postal_address"}},"required":["address"],"title":"TaxProductResourceShipFromDetails","type":"object","x-expandableFields":["address"]},"tax_product_resource_tax_association_transaction_attempts":{"description":"","properties":{"committed":{"$ref":"#/components/schemas/tax_product_resource_tax_association_transaction_attempts_resource_committed"},"errored":{"$ref":"#/components/schemas/tax_product_resource_tax_association_transaction_attempts_resource_errored"},"source":{"description":"The source of the tax transaction attempt. This is either a refund or a payment intent.","maxLength":5000,"type":"string"},"status":{"description":"The status of the transaction attempt. This can be `errored` or `committed`.","maxLength":5000,"type":"string"}},"required":["source","status"],"title":"TaxProductResourceTaxAssociationTransactionAttempts","type":"object","x-expandableFields":["committed","errored"]},"tax_product_resource_tax_association_transaction_attempts_resource_committed":{"description":"","properties":{"transaction":{"description":"The [Tax Transaction](https://docs.stripe.com/api/tax/transaction/object)","maxLength":5000,"type":"string"}},"required":["transaction"],"title":"TaxProductResourceTaxAssociationTransactionAttemptsResourceCommitted","type":"object","x-expandableFields":[]},"tax_product_resource_tax_association_transaction_attempts_resource_errored":{"description":"","properties":{"reason":{"description":"Details on why we couldn't commit the tax transaction.","enum":["another_payment_associated_with_calculation","calculation_expired","currency_mismatch","original_transaction_voided","unique_reference_violation"],"type":"string"}},"required":["reason"],"title":"TaxProductResourceTaxAssociationTransactionAttemptsResourceErrored","type":"object","x-expandableFields":[]},"tax_product_resource_tax_breakdown":{"description":"","properties":{"amount":{"description":"The amount of tax, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"inclusive":{"description":"Specifies whether the tax amount is included in the line item amount.","type":"boolean"},"tax_rate_details":{"$ref":"#/components/schemas/tax_product_resource_tax_rate_details"},"taxability_reason":{"description":"The reasoning behind this tax, for example, if the product is tax exempt. We might extend the possible values for this field to support new tax rules.","enum":["customer_exempt","not_collecting","not_subject_to_tax","not_supported","portion_product_exempt","portion_reduced_rated","portion_standard_rated","product_exempt","product_exempt_holiday","proportionally_rated","reduced_rated","reverse_charge","standard_rated","taxable_basis_reduced","zero_rated"],"type":"string"},"taxable_amount":{"description":"The amount on which tax is calculated, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"}},"required":["amount","inclusive","tax_rate_details","taxability_reason","taxable_amount"],"title":"TaxProductResourceTaxBreakdown","type":"object","x-expandableFields":["tax_rate_details"]},"tax_product_resource_tax_calculation_shipping_cost":{"description":"","properties":{"amount":{"description":"The shipping amount in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.","type":"integer"},"amount_tax":{"description":"The amount of tax calculated for shipping, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"shipping_rate":{"description":"The ID of an existing [ShippingRate](https://docs.stripe.com/api/shipping_rates/object).","maxLength":5000,"type":"string"},"tax_behavior":{"description":"Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.","enum":["exclusive","inclusive"],"type":"string"},"tax_breakdown":{"description":"Detailed account of taxes relevant to shipping cost.","items":{"$ref":"#/components/schemas/tax_product_resource_line_item_tax_breakdown"},"type":"array"},"tax_code":{"description":"The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for shipping.","maxLength":5000,"type":"string"}},"required":["amount","amount_tax","tax_behavior","tax_code"],"title":"TaxProductResourceTaxCalculationShippingCost","type":"object","x-expandableFields":["tax_breakdown"]},"tax_product_resource_tax_rate_details":{"description":"","properties":{"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"flat_amount":{"anyOf":[{"$ref":"#/components/schemas/tax_rate_flat_amount"}],"description":"The amount of the tax rate when the `rate_type` is `flat_amount`. Tax rates with `rate_type` `percentage` can vary based on the transaction, resulting in this field being `null`. This field exposes the amount and currency of the flat tax rate.","nullable":true},"percentage_decimal":{"description":"The tax rate percentage as a string. For example, 8.5% is represented as `\"8.5\"`.","maxLength":5000,"type":"string"},"rate_type":{"description":"Indicates the type of tax rate applied to the taxable amount. This value can be `null` when no tax applies to the location. This field is only present for TaxRates created by Stripe Tax.","enum":["flat_amount","percentage"],"nullable":true,"type":"string"},"state":{"description":"State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).","maxLength":5000,"nullable":true,"type":"string"},"tax_type":{"description":"The tax type, such as `vat` or `sales_tax`.","enum":["amusement_tax","communications_tax","gst","hst","igst","jct","lease_tax","pst","qst","retail_delivery_fee","rst","sales_tax","service_tax","vat"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"required":["percentage_decimal"],"title":"TaxProductResourceTaxRateDetails","type":"object","x-expandableFields":["flat_amount"]},"tax_product_resource_tax_settings_defaults":{"description":"","properties":{"provider":{"description":"The tax calculation provider this account uses. Defaults to `stripe` when not using a [third-party provider](/tax/third-party-apps).","enum":["anrok","avalara","sphere","stripe"],"type":"string"},"tax_behavior":{"description":"Default [tax behavior](https://stripe.com/docs/tax/products-prices-tax-categories-tax-behavior#tax-behavior) used to specify whether the price is considered inclusive of taxes or exclusive of taxes. If the item's price has a tax behavior set, it will take precedence over the default tax behavior.","enum":["exclusive","inclusive","inferred_by_currency"],"nullable":true,"type":"string"},"tax_code":{"description":"Default [tax code](https://stripe.com/docs/tax/tax-categories) used to classify your products and prices.","maxLength":5000,"nullable":true,"type":"string"}},"required":["provider"],"title":"TaxProductResourceTaxSettingsDefaults","type":"object","x-expandableFields":[]},"tax_product_resource_tax_settings_head_office":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"}},"required":["address"],"title":"TaxProductResourceTaxSettingsHeadOffice","type":"object","x-expandableFields":["address"]},"tax_product_resource_tax_settings_status_details":{"description":"","properties":{"active":{"$ref":"#/components/schemas/tax_product_resource_tax_settings_status_details_resource_active"},"pending":{"$ref":"#/components/schemas/tax_product_resource_tax_settings_status_details_resource_pending"}},"title":"TaxProductResourceTaxSettingsStatusDetails","type":"object","x-expandableFields":["active","pending"]},"tax_product_resource_tax_settings_status_details_resource_active":{"description":"","title":"TaxProductResourceTaxSettingsStatusDetailsResourceActive","type":"object","x-expandableFields":[]},"tax_product_resource_tax_settings_status_details_resource_pending":{"description":"","properties":{"missing_fields":{"description":"The list of missing fields that are required to perform calculations. It includes the entry `head_office` when the status is `pending`. It is recommended to set the optional values even if they aren't listed as required for calculating taxes. Calculations can fail if missing fields aren't explicitly provided on every call.","items":{"maxLength":5000,"type":"string"},"nullable":true,"type":"array"}},"title":"TaxProductResourceTaxSettingsStatusDetailsResourcePending","type":"object","x-expandableFields":[]},"tax_product_resource_tax_transaction_line_item_resource_reversal":{"description":"","properties":{"original_line_item":{"description":"The `id` of the line item to reverse in the original transaction.","maxLength":5000,"type":"string"}},"required":["original_line_item"],"title":"TaxProductResourceTaxTransactionLineItemResourceReversal","type":"object","x-expandableFields":[]},"tax_product_resource_tax_transaction_resource_reversal":{"description":"","properties":{"original_transaction":{"description":"The `id` of the reversed `Transaction` object.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TaxProductResourceTaxTransactionResourceReversal","type":"object","x-expandableFields":[]},"tax_product_resource_tax_transaction_shipping_cost":{"description":"","properties":{"amount":{"description":"The shipping amount in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal). If `tax_behavior=inclusive`, then this amount includes taxes. Otherwise, taxes were calculated on top of this amount.","type":"integer"},"amount_tax":{"description":"The amount of tax calculated for shipping, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"shipping_rate":{"description":"The ID of an existing [ShippingRate](https://docs.stripe.com/api/shipping_rates/object).","maxLength":5000,"type":"string"},"tax_behavior":{"description":"Specifies whether the `amount` includes taxes. If `tax_behavior=inclusive`, then the amount includes taxes.","enum":["exclusive","inclusive"],"type":"string"},"tax_code":{"description":"The [tax code](https://docs.stripe.com/tax/tax-categories) ID used for shipping.","maxLength":5000,"type":"string"}},"required":["amount","amount_tax","tax_behavior","tax_code"],"title":"TaxProductResourceTaxTransactionShippingCost","type":"object","x-expandableFields":[]},"tax_rate":{"description":"Tax rates can be applied to [invoices](/invoicing/taxes/tax-rates), [subscriptions](/billing/taxes/tax-rates) and [Checkout Sessions](/payments/checkout/use-manual-tax-rates) to collect tax.\n\nRelated guide: [Tax rates](/billing/taxes/tax-rates)","properties":{"active":{"description":"Defaults to `true`. When set to `false`, this tax rate cannot be used with new applications or Checkout Sessions, but will still work for subscriptions and invoices that already have it set.","type":"boolean"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"description":{"description":"An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers.","maxLength":5000,"nullable":true,"type":"string"},"display_name":{"description":"The display name of the tax rates as it will appear to your customer on their receipt email, PDF, and the hosted invoice page.","maxLength":5000,"type":"string"},"effective_percentage":{"description":"Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true,\nthis percentage reflects the rate actually used to calculate tax based on the product's taxability\nand whether the user is registered to collect taxes in the corresponding jurisdiction.","nullable":true,"type":"number"},"flat_amount":{"anyOf":[{"$ref":"#/components/schemas/tax_rate_flat_amount"}],"description":"The amount of the tax rate when the `rate_type` is `flat_amount`. Tax rates with `rate_type` `percentage` can vary based on the transaction, resulting in this field being `null`. This field exposes the amount and currency of the flat tax rate.","nullable":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"inclusive":{"description":"This specifies if the tax rate is inclusive or exclusive.","type":"boolean"},"jurisdiction":{"description":"The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.","maxLength":5000,"nullable":true,"type":"string"},"jurisdiction_level":{"description":"The level of the jurisdiction that imposes this tax rate. Will be `null` for manually defined tax rates.","enum":["city","country","county","district","multiple","state"],"nullable":true,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["tax_rate"],"type":"string"},"percentage":{"description":"Tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage includes the statutory tax rate of non-taxable jurisdictions.","type":"number"},"rate_type":{"description":"Indicates the type of tax rate applied to the taxable amount. This value can be `null` when no tax applies to the location. This field is only present for TaxRates created by Stripe Tax.","enum":["flat_amount","percentage"],"nullable":true,"type":"string"},"state":{"description":"[ISO 3166-2 subdivision code](https://en.wikipedia.org/wiki/ISO_3166-2), without country prefix. For example, \"NY\" for New York, United States.","maxLength":5000,"nullable":true,"type":"string"},"tax_type":{"description":"The high-level tax type, such as `vat` or `sales_tax`.","enum":["amusement_tax","communications_tax","gst","hst","igst","jct","lease_tax","pst","qst","retail_delivery_fee","rst","sales_tax","service_tax","vat"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"required":["active","created","display_name","id","inclusive","livemode","object","percentage"],"title":"TaxRate","type":"object","x-expandableFields":["flat_amount"],"x-resourceId":"tax_rate"},"tax_rate_flat_amount":{"description":"The amount of the tax rate when the `rate_type`` is `flat_amount`. Tax rates with `rate_type` `percentage` can vary based on the transaction, resulting in this field being `null`. This field exposes the amount and currency of the flat tax rate.","properties":{"amount":{"description":"Amount of the tax when the `rate_type` is `flat_amount`. This positive integer represents how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).","type":"integer"},"currency":{"description":"Three-letter ISO currency code, in lowercase.","maxLength":5000,"type":"string"}},"required":["amount","currency"],"title":"TaxRateFlatAmount","type":"object","x-expandableFields":[]},"terminal.configuration":{"description":"A Configurations object represents how features should be configured for terminal readers.\nFor information about how to use it, see the [Terminal configurations documentation](https://docs.stripe.com/terminal/fleet/configurations-overview).","properties":{"bbpos_wisepad3":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"},"bbpos_wisepos_e":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"is_account_default":{"description":"Whether this Configuration is the default for your account","nullable":true,"type":"boolean"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"name":{"description":"String indicating the name of the Configuration object, set by the user","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.configuration"],"type":"string"},"offline":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_offline_config"},"reboot_window":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_reboot_window"},"stripe_s700":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"},"tipping":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_tipping"},"verifone_p400":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"},"wifi":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_wifi_config"}},"required":["id","livemode","object"],"title":"TerminalConfigurationConfiguration","type":"object","x-expandableFields":["bbpos_wisepad3","bbpos_wisepos_e","offline","reboot_window","stripe_s700","tipping","verifone_p400","wifi"],"x-resourceId":"terminal.configuration"},"terminal.connection_token":{"description":"A Connection Token is used by the Stripe Terminal SDK to connect to a reader.\n\nRelated guide: [Fleet management](https://docs.stripe.com/terminal/fleet/locations)","properties":{"location":{"description":"The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see [the docs on scoping connection tokens](https://docs.stripe.com/terminal/fleet/locations-and-zones?dashboard-or-api=api#connection-tokens).","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.connection_token"],"type":"string"},"secret":{"description":"Your application should pass this token to the Stripe Terminal SDK.","maxLength":5000,"type":"string"}},"required":["object","secret"],"title":"TerminalConnectionToken","type":"object","x-expandableFields":[],"x-resourceId":"terminal.connection_token"},"terminal.location":{"description":"A Location represents a grouping of readers.\n\nRelated guide: [Fleet management](https://docs.stripe.com/terminal/fleet/locations)","properties":{"address":{"$ref":"#/components/schemas/address"},"address_kana":{"$ref":"#/components/schemas/legal_entity_japan_address"},"address_kanji":{"$ref":"#/components/schemas/legal_entity_japan_address"},"configuration_overrides":{"description":"The ID of a configuration that will be used to customize all readers in this location.","maxLength":5000,"type":"string"},"display_name":{"description":"The display name of the location.","maxLength":5000,"type":"string"},"display_name_kana":{"description":"The Kana variation of the display name of the location.","maxLength":5000,"type":"string"},"display_name_kanji":{"description":"The Kanji variation of the display name of the location.","maxLength":5000,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.location"],"type":"string"},"phone":{"description":"The phone number of the location.","maxLength":5000,"type":"string"}},"required":["address","display_name","id","livemode","metadata","object"],"title":"TerminalLocationLocation","type":"object","x-expandableFields":["address","address_kana","address_kanji"],"x-resourceId":"terminal.location"},"terminal.onboarding_link":{"description":"Returns redirect links used for onboarding onto Tap to Pay on iPhone.","properties":{"link_options":{"$ref":"#/components/schemas/terminal_onboarding_link_link_options"},"link_type":{"description":"The type of link being generated.","enum":["apple_terms_and_conditions"],"type":"string"},"object":{"enum":["terminal.onboarding_link"],"type":"string"},"on_behalf_of":{"description":"Stripe account ID to generate the link for.","maxLength":5000,"nullable":true,"type":"string"},"redirect_url":{"description":"The link passed back to the user for their onboarding.","maxLength":5000,"type":"string"}},"required":["link_options","link_type","object","redirect_url"],"title":"TerminalOnboardingLinkOnboardingLink","type":"object","x-expandableFields":["link_options"],"x-resourceId":"terminal.onboarding_link"},"terminal.reader":{"description":"A Reader represents a physical device for accepting payment details.\n\nRelated guide: [Connecting to a reader](https://docs.stripe.com/terminal/payments/connect-reader)","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/terminal_reader_reader_resource_reader_action"}],"description":"The most recent action performed by the reader.","nullable":true},"device_sw_version":{"description":"The current software version of the reader.","maxLength":5000,"nullable":true,"type":"string"},"device_type":{"description":"Device type of the reader.","enum":["bbpos_chipper2x","bbpos_wisepad3","bbpos_wisepos_e","mobile_phone_reader","simulated_stripe_s700","simulated_wisepos_e","stripe_m2","stripe_s700","verifone_P400"],"type":"string","x-stripeBypassValidation":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"ip_address":{"description":"The local IP address of the reader.","maxLength":5000,"nullable":true,"type":"string"},"label":{"description":"Custom label given to the reader for easier identification.","maxLength":5000,"type":"string"},"last_seen_at":{"description":"The last time this reader reported to Stripe backend. Timestamp is measured in milliseconds since the Unix epoch. Unlike most other Stripe timestamp fields which use seconds, this field uses milliseconds.","format":"unix-time","nullable":true,"type":"integer"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"location":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/terminal.location"}],"description":"The location identifier of the reader.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/terminal.location"}]}},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["terminal.reader"],"type":"string"},"serial_number":{"description":"Serial number of the reader.","maxLength":5000,"type":"string"},"status":{"description":"The networking status of the reader. We do not recommend using this field in flows that may block taking payments.","enum":["offline","online"],"nullable":true,"type":"string"}},"required":["device_type","id","label","livemode","metadata","object","serial_number"],"title":"TerminalReaderReader","type":"object","x-expandableFields":["action","location"],"x-resourceId":"terminal.reader"},"terminal_configuration_configuration_resource_currency_specific_config":{"description":"","properties":{"fixed_amounts":{"description":"Fixed amounts displayed when collecting a tip","items":{"type":"integer"},"nullable":true,"type":"array"},"percentages":{"description":"Percentages displayed when collecting a tip","items":{"type":"integer"},"nullable":true,"type":"array"},"smart_tip_threshold":{"description":"Below this amount, fixed amounts will be displayed; above it, percentages will be displayed","type":"integer"}},"title":"TerminalConfigurationConfigurationResourceCurrencySpecificConfig","type":"object","x-expandableFields":[]},"terminal_configuration_configuration_resource_device_type_specific_config":{"description":"","properties":{"splashscreen":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"A File ID representing an image to display on the reader","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}}},"title":"TerminalConfigurationConfigurationResourceDeviceTypeSpecificConfig","type":"object","x-expandableFields":["splashscreen"]},"terminal_configuration_configuration_resource_enterprise_peap_wifi":{"description":"","properties":{"ca_certificate_file":{"description":"A File ID representing a PEM file containing the server certificate","maxLength":5000,"type":"string"},"password":{"description":"Password for connecting to the WiFi network","maxLength":5000,"type":"string"},"ssid":{"description":"Name of the WiFi network","maxLength":5000,"type":"string"},"username":{"description":"Username for connecting to the WiFi network","maxLength":5000,"type":"string"}},"required":["password","ssid","username"],"title":"TerminalConfigurationConfigurationResourceEnterprisePEAPWifi","type":"object","x-expandableFields":[]},"terminal_configuration_configuration_resource_enterprise_tls_wifi":{"description":"","properties":{"ca_certificate_file":{"description":"A File ID representing a PEM file containing the server certificate","maxLength":5000,"type":"string"},"client_certificate_file":{"description":"A File ID representing a PEM file containing the client certificate","maxLength":5000,"type":"string"},"private_key_file":{"description":"A File ID representing a PEM file containing the client RSA private key","maxLength":5000,"type":"string"},"private_key_file_password":{"description":"Password for the private key file","maxLength":5000,"type":"string"},"ssid":{"description":"Name of the WiFi network","maxLength":5000,"type":"string"}},"required":["client_certificate_file","private_key_file","ssid"],"title":"TerminalConfigurationConfigurationResourceEnterpriseTLSWifi","type":"object","x-expandableFields":[]},"terminal_configuration_configuration_resource_offline_config":{"description":"","properties":{"enabled":{"description":"Determines whether to allow transactions to be collected while reader is offline. Defaults to false.","nullable":true,"type":"boolean"}},"title":"TerminalConfigurationConfigurationResourceOfflineConfig","type":"object","x-expandableFields":[]},"terminal_configuration_configuration_resource_personal_psk_wifi":{"description":"","properties":{"password":{"description":"Password for connecting to the WiFi network","maxLength":5000,"type":"string"},"ssid":{"description":"Name of the WiFi network","maxLength":5000,"type":"string"}},"required":["password","ssid"],"title":"TerminalConfigurationConfigurationResourcePersonalPSKWifi","type":"object","x-expandableFields":[]},"terminal_configuration_configuration_resource_reboot_window":{"description":"","properties":{"end_hour":{"description":"Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.","type":"integer"},"start_hour":{"description":"Integer between 0 to 23 that represents the start hour of the reboot time window.","type":"integer"}},"required":["end_hour","start_hour"],"title":"TerminalConfigurationConfigurationResourceRebootWindow","type":"object","x-expandableFields":[]},"terminal_configuration_configuration_resource_tipping":{"description":"","properties":{"aed":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"aud":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"cad":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"chf":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"czk":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"dkk":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"eur":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"gbp":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"gip":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"hkd":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"huf":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"jpy":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"mxn":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"myr":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"nok":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"nzd":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"pln":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"ron":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"sek":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"sgd":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"},"usd":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config"}},"title":"TerminalConfigurationConfigurationResourceTipping","type":"object","x-expandableFields":["aed","aud","cad","chf","czk","dkk","eur","gbp","gip","hkd","huf","jpy","mxn","myr","nok","nzd","pln","ron","sek","sgd","usd"]},"terminal_configuration_configuration_resource_wifi_config":{"description":"","properties":{"enterprise_eap_peap":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_enterprise_peap_wifi"},"enterprise_eap_tls":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_enterprise_tls_wifi"},"personal_psk":{"$ref":"#/components/schemas/terminal_configuration_configuration_resource_personal_psk_wifi"},"type":{"description":"Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.","enum":["enterprise_eap_peap","enterprise_eap_tls","personal_psk"],"type":"string"}},"required":["type"],"title":"TerminalConfigurationConfigurationResourceWifiConfig","type":"object","x-expandableFields":["enterprise_eap_peap","enterprise_eap_tls","personal_psk"]},"terminal_onboarding_link_apple_terms_and_conditions":{"description":"Options associated with the Apple Terms and Conditions link type.","properties":{"allow_relinking":{"description":"Whether the link should also support users relinking their Apple account.","nullable":true,"type":"boolean"},"merchant_display_name":{"description":"The business name of the merchant accepting Apple's Terms and Conditions.","maxLength":5000,"type":"string"}},"required":["merchant_display_name"],"title":"TerminalOnboardingLinkAppleTermsAndConditions","type":"object","x-expandableFields":[]},"terminal_onboarding_link_link_options":{"description":"Link type options associated with the current onboarding link object.","properties":{"apple_terms_and_conditions":{"anyOf":[{"$ref":"#/components/schemas/terminal_onboarding_link_apple_terms_and_conditions"}],"description":"The options associated with the Apple Terms and Conditions link type.","nullable":true}},"title":"TerminalOnboardingLinkLinkOptions","type":"object","x-expandableFields":["apple_terms_and_conditions"]},"terminal_reader_reader_resource_cart":{"description":"Represents a cart to be displayed on the reader","properties":{"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"line_items":{"description":"List of line items in the cart.","items":{"$ref":"#/components/schemas/terminal_reader_reader_resource_line_item"},"type":"array"},"tax":{"description":"Tax amount for the entire cart. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","nullable":true,"type":"integer"},"total":{"description":"Total amount for the entire cart, including tax. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"}},"required":["currency","line_items","total"],"title":"TerminalReaderReaderResourceCart","type":"object","x-expandableFields":["line_items"]},"terminal_reader_reader_resource_choice":{"description":"Choice to be selected on a Reader","properties":{"id":{"description":"The identifier for the selected choice. Maximum 50 characters.","maxLength":5000,"nullable":true,"type":"string"},"style":{"description":"The button style for the choice. Can be `primary` or `secondary`.","enum":["primary","secondary"],"nullable":true,"type":"string"},"text":{"description":"The text to be selected. Maximum 30 characters.","maxLength":5000,"type":"string"}},"required":["text"],"title":"TerminalReaderReaderResourceChoice","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_collect_config":{"description":"Represents a per-transaction override of a reader configuration","properties":{"enable_customer_cancellation":{"description":"Enable customer-initiated cancellation when processing this payment.","type":"boolean"},"skip_tipping":{"description":"Override showing a tipping selection screen on this transaction.","type":"boolean"},"tipping":{"$ref":"#/components/schemas/terminal_reader_reader_resource_tipping_config"}},"title":"TerminalReaderReaderResourceCollectConfig","type":"object","x-expandableFields":["tipping"]},"terminal_reader_reader_resource_collect_inputs_action":{"description":"Represents a reader action to collect customer inputs","properties":{"inputs":{"description":"List of inputs to be collected.","items":{"$ref":"#/components/schemas/terminal_reader_reader_resource_input"},"type":"array"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"}},"required":["inputs"],"title":"TerminalReaderReaderResourceCollectInputsAction","type":"object","x-expandableFields":["inputs"]},"terminal_reader_reader_resource_collect_payment_method_action":{"description":"Represents a reader action to collect a payment method","properties":{"collect_config":{"$ref":"#/components/schemas/terminal_reader_reader_resource_collect_config"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"Most recent PaymentIntent processed by the reader.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"payment_method":{"$ref":"#/components/schemas/payment_method"}},"required":["payment_intent"],"title":"TerminalReaderReaderResourceCollectPaymentMethodAction","type":"object","x-expandableFields":["collect_config","payment_intent","payment_method"]},"terminal_reader_reader_resource_confirm_config":{"description":"Represents a per-transaction override of a reader configuration","properties":{"return_url":{"description":"If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion.","maxLength":5000,"type":"string"}},"title":"TerminalReaderReaderResourceConfirmConfig","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_confirm_payment_intent_action":{"description":"Represents a reader action to confirm a payment","properties":{"confirm_config":{"$ref":"#/components/schemas/terminal_reader_reader_resource_confirm_config"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"Most recent PaymentIntent processed by the reader.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}}},"required":["payment_intent"],"title":"TerminalReaderReaderResourceConfirmPaymentIntentAction","type":"object","x-expandableFields":["confirm_config","payment_intent"]},"terminal_reader_reader_resource_custom_text":{"description":"Represents custom text to be displayed when collecting the input using a reader","properties":{"description":{"description":"Customize the default description for this input","maxLength":5000,"nullable":true,"type":"string"},"skip_button":{"description":"Customize the default label for this input's skip button","maxLength":5000,"nullable":true,"type":"string"},"submit_button":{"description":"Customize the default label for this input's submit button","maxLength":5000,"nullable":true,"type":"string"},"title":{"description":"Customize the default title for this input","maxLength":5000,"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourceCustomText","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_email":{"description":"Information about a email being collected using a reader","properties":{"value":{"description":"The collected email address","maxLength":5000,"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourceEmail","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_input":{"description":"Represents an input to be collected using the reader","properties":{"custom_text":{"anyOf":[{"$ref":"#/components/schemas/terminal_reader_reader_resource_custom_text"}],"description":"Default text of input being collected.","nullable":true},"email":{"$ref":"#/components/schemas/terminal_reader_reader_resource_email"},"numeric":{"$ref":"#/components/schemas/terminal_reader_reader_resource_numeric"},"phone":{"$ref":"#/components/schemas/terminal_reader_reader_resource_phone"},"required":{"description":"Indicate that this input is required, disabling the skip button.","nullable":true,"type":"boolean"},"selection":{"$ref":"#/components/schemas/terminal_reader_reader_resource_selection"},"signature":{"$ref":"#/components/schemas/terminal_reader_reader_resource_signature"},"skipped":{"description":"Indicate that this input was skipped by the user.","type":"boolean"},"text":{"$ref":"#/components/schemas/terminal_reader_reader_resource_text"},"toggles":{"description":"List of toggles being collected. Values are present if collection is complete.","items":{"$ref":"#/components/schemas/terminal_reader_reader_resource_toggle"},"nullable":true,"type":"array"},"type":{"description":"Type of input being collected.","enum":["email","numeric","phone","selection","signature","text"],"type":"string"}},"required":["type"],"title":"TerminalReaderReaderResourceInput","type":"object","x-expandableFields":["custom_text","email","numeric","phone","selection","signature","text","toggles"]},"terminal_reader_reader_resource_line_item":{"description":"Represents a line item to be displayed on the reader","properties":{"amount":{"description":"The amount of the line item. A positive integer in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal).","type":"integer"},"description":{"description":"Description of the line item.","maxLength":5000,"type":"string"},"quantity":{"description":"The quantity of the line item.","type":"integer"}},"required":["amount","description","quantity"],"title":"TerminalReaderReaderResourceLineItem","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_numeric":{"description":"Information about a number being collected using a reader","properties":{"value":{"description":"The collected number","maxLength":5000,"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourceNumeric","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_phone":{"description":"Information about a phone number being collected using a reader","properties":{"value":{"description":"The collected phone number","maxLength":5000,"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourcePhone","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_process_config":{"description":"Represents a per-transaction override of a reader configuration","properties":{"enable_customer_cancellation":{"description":"Enable customer-initiated cancellation when processing this payment.","type":"boolean"},"return_url":{"description":"If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion.","maxLength":5000,"type":"string"},"skip_tipping":{"description":"Override showing a tipping selection screen on this transaction.","type":"boolean"},"tipping":{"$ref":"#/components/schemas/terminal_reader_reader_resource_tipping_config"}},"title":"TerminalReaderReaderResourceProcessConfig","type":"object","x-expandableFields":["tipping"]},"terminal_reader_reader_resource_process_payment_intent_action":{"description":"Represents a reader action to process a payment intent","properties":{"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"Most recent PaymentIntent processed by the reader.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"process_config":{"$ref":"#/components/schemas/terminal_reader_reader_resource_process_config"}},"required":["payment_intent"],"title":"TerminalReaderReaderResourceProcessPaymentIntentAction","type":"object","x-expandableFields":["payment_intent","process_config"]},"terminal_reader_reader_resource_process_setup_config":{"description":"Represents a per-setup override of a reader configuration","properties":{"enable_customer_cancellation":{"description":"Enable customer-initiated cancellation when processing this SetupIntent.","type":"boolean"}},"title":"TerminalReaderReaderResourceProcessSetupConfig","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_process_setup_intent_action":{"description":"Represents a reader action to process a setup intent","properties":{"generated_card":{"description":"ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.","maxLength":5000,"type":"string"},"process_config":{"$ref":"#/components/schemas/terminal_reader_reader_resource_process_setup_config"},"setup_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/setup_intent"}],"description":"Most recent SetupIntent processed by the reader.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/setup_intent"}]}}},"required":["setup_intent"],"title":"TerminalReaderReaderResourceProcessSetupIntentAction","type":"object","x-expandableFields":["process_config","setup_intent"]},"terminal_reader_reader_resource_reader_action":{"description":"Represents an action performed by the reader","properties":{"collect_inputs":{"$ref":"#/components/schemas/terminal_reader_reader_resource_collect_inputs_action"},"collect_payment_method":{"$ref":"#/components/schemas/terminal_reader_reader_resource_collect_payment_method_action"},"confirm_payment_intent":{"$ref":"#/components/schemas/terminal_reader_reader_resource_confirm_payment_intent_action"},"failure_code":{"description":"Failure code, only set if status is `failed`.","maxLength":5000,"nullable":true,"type":"string"},"failure_message":{"description":"Detailed failure message, only set if status is `failed`.","maxLength":5000,"nullable":true,"type":"string"},"process_payment_intent":{"$ref":"#/components/schemas/terminal_reader_reader_resource_process_payment_intent_action"},"process_setup_intent":{"$ref":"#/components/schemas/terminal_reader_reader_resource_process_setup_intent_action"},"refund_payment":{"$ref":"#/components/schemas/terminal_reader_reader_resource_refund_payment_action"},"set_reader_display":{"$ref":"#/components/schemas/terminal_reader_reader_resource_set_reader_display_action"},"status":{"description":"Status of the action performed by the reader.","enum":["failed","in_progress","succeeded"],"type":"string"},"type":{"description":"Type of action performed by the reader.","enum":["collect_inputs","collect_payment_method","confirm_payment_intent","process_payment_intent","process_setup_intent","refund_payment","set_reader_display"],"type":"string","x-stripeBypassValidation":true}},"required":["status","type"],"title":"TerminalReaderReaderResourceReaderAction","type":"object","x-expandableFields":["collect_inputs","collect_payment_method","confirm_payment_intent","process_payment_intent","process_setup_intent","refund_payment","set_reader_display"]},"terminal_reader_reader_resource_refund_payment_action":{"description":"Represents a reader action to refund a payment","properties":{"amount":{"description":"The amount being refunded.","type":"integer"},"charge":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"Charge that is being refunded.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"payment_intent":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/payment_intent"}],"description":"Payment intent that is being refunded.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/payment_intent"}]}},"reason":{"description":"The reason for the refund.","enum":["duplicate","fraudulent","requested_by_customer"],"type":"string"},"refund":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/refund"}],"description":"Unique identifier for the refund object.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/refund"}]}},"refund_application_fee":{"description":"Boolean indicating whether the application fee should be refunded when refunding this charge. If a full charge refund is given, the full application fee will be refunded. Otherwise, the application fee will be refunded in an amount proportional to the amount of the charge refunded. An application fee can be refunded only by the application that created the charge.","type":"boolean"},"refund_payment_config":{"$ref":"#/components/schemas/terminal_reader_reader_resource_refund_payment_config"},"reverse_transfer":{"description":"Boolean indicating whether the transfer should be reversed when refunding this charge. The transfer will be reversed proportionally to the amount being refunded (either the entire or partial amount). A transfer can be reversed only by the application that created the charge.","type":"boolean"}},"title":"TerminalReaderReaderResourceRefundPaymentAction","type":"object","x-expandableFields":["charge","payment_intent","refund","refund_payment_config"]},"terminal_reader_reader_resource_refund_payment_config":{"description":"Represents a per-transaction override of a reader configuration","properties":{"enable_customer_cancellation":{"description":"Enable customer-initiated cancellation when refunding this payment.","type":"boolean"}},"title":"TerminalReaderReaderResourceRefundPaymentConfig","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_selection":{"description":"Information about a selection being collected using a reader","properties":{"choices":{"description":"List of possible choices to be selected","items":{"$ref":"#/components/schemas/terminal_reader_reader_resource_choice"},"type":"array"},"id":{"description":"The id of the selected choice","maxLength":5000,"nullable":true,"type":"string"},"text":{"description":"The text of the selected choice","maxLength":5000,"nullable":true,"type":"string"}},"required":["choices"],"title":"TerminalReaderReaderResourceSelection","type":"object","x-expandableFields":["choices"]},"terminal_reader_reader_resource_set_reader_display_action":{"description":"Represents a reader action to set the reader display","properties":{"cart":{"anyOf":[{"$ref":"#/components/schemas/terminal_reader_reader_resource_cart"}],"description":"Cart object to be displayed by the reader, including line items, amounts, and currency.","nullable":true},"type":{"description":"Type of information to be displayed by the reader. Only `cart` is currently supported.","enum":["cart"],"type":"string"}},"required":["type"],"title":"TerminalReaderReaderResourceSetReaderDisplayAction","type":"object","x-expandableFields":["cart"]},"terminal_reader_reader_resource_signature":{"description":"Information about a signature being collected using a reader","properties":{"value":{"description":"The File ID of a collected signature image","maxLength":5000,"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourceSignature","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_text":{"description":"Information about text being collected using a reader","properties":{"value":{"description":"The collected text value","maxLength":5000,"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourceText","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_tipping_config":{"description":"Represents a per-transaction tipping configuration","properties":{"amount_eligible":{"description":"Amount used to calculate tip suggestions on tipping selection screen for this transaction. Must be a positive integer in the smallest currency unit (e.g., 100 cents to represent $1.00 or 100 to represent ¥100, a zero-decimal currency).","type":"integer"}},"title":"TerminalReaderReaderResourceTippingConfig","type":"object","x-expandableFields":[]},"terminal_reader_reader_resource_toggle":{"description":"Information about an input's toggle","properties":{"default_value":{"description":"The toggle's default value. Can be `enabled` or `disabled`.","enum":["disabled","enabled"],"nullable":true,"type":"string"},"description":{"description":"The toggle's description text. Maximum 50 characters.","maxLength":5000,"nullable":true,"type":"string"},"title":{"description":"The toggle's title text. Maximum 50 characters.","maxLength":5000,"nullable":true,"type":"string"},"value":{"description":"The toggle's collected value. Can be `enabled` or `disabled`.","enum":["disabled","enabled"],"nullable":true,"type":"string"}},"title":"TerminalReaderReaderResourceToggle","type":"object","x-expandableFields":[]},"test_helpers.test_clock":{"description":"A test clock enables deterministic control over objects in testmode. With a test clock, you can create\nobjects at a frozen time in the past or future, and advance to a specific future time to observe webhooks and state changes. After the clock advances,\nyou can either validate the current state of your scenario (and test your assumptions), change the current state of your scenario (and test more complex scenarios), or keep advancing forward in time.","properties":{"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"deletes_after":{"description":"Time at which this clock is scheduled to auto delete.","format":"unix-time","type":"integer"},"frozen_time":{"description":"Time at which all objects belonging to this clock are frozen.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"name":{"description":"The custom name supplied at creation.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["test_helpers.test_clock"],"type":"string"},"status":{"description":"The status of the Test Clock.","enum":["advancing","internal_failure","ready"],"type":"string"},"status_details":{"$ref":"#/components/schemas/billing_clocks_resource_status_details_status_details"}},"required":["created","deletes_after","frozen_time","id","livemode","object","status","status_details"],"title":"TestClock","type":"object","x-expandableFields":["status_details"],"x-resourceId":"test_helpers.test_clock"},"three_d_secure_details":{"description":"","properties":{"authentication_flow":{"description":"For authenticated transactions: how the customer was authenticated by\nthe issuing bank.","enum":["challenge","frictionless"],"nullable":true,"type":"string"},"electronic_commerce_indicator":{"description":"The Electronic Commerce Indicator (ECI). A protocol-level field\nindicating what degree of authentication was performed.","enum":["01","02","05","06","07"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"result":{"description":"Indicates the outcome of 3D Secure authentication.","enum":["attempt_acknowledged","authenticated","exempted","failed","not_supported","processing_error"],"nullable":true,"type":"string"},"result_reason":{"description":"Additional information about why 3D Secure succeeded or failed based\non the `result`.","enum":["abandoned","bypassed","canceled","card_not_enrolled","network_not_supported","protocol_error","rejected"],"nullable":true,"type":"string"},"transaction_id":{"description":"The 3D Secure 1 XID or 3D Secure 2 Directory Server Transaction ID\n(dsTransId) for this payment.","maxLength":5000,"nullable":true,"type":"string"},"version":{"description":"The version of 3D Secure that was used.","enum":["1.0.2","2.1.0","2.2.0","2.3.0","2.3.1"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"three_d_secure_details","type":"object","x-expandableFields":[]},"three_d_secure_details_charge":{"description":"","properties":{"authentication_flow":{"description":"For authenticated transactions: how the customer was authenticated by\nthe issuing bank.","enum":["challenge","frictionless"],"nullable":true,"type":"string"},"electronic_commerce_indicator":{"description":"The Electronic Commerce Indicator (ECI). A protocol-level field\nindicating what degree of authentication was performed.","enum":["01","02","05","06","07"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"exemption_indicator":{"description":"The exemption requested via 3DS and accepted by the issuer at authentication time.","enum":["low_risk","none"],"nullable":true,"type":"string"},"exemption_indicator_applied":{"description":"Whether Stripe requested the value of `exemption_indicator` in the transaction. This will depend on\nthe outcome of Stripe's internal risk assessment.","type":"boolean"},"result":{"description":"Indicates the outcome of 3D Secure authentication.","enum":["attempt_acknowledged","authenticated","exempted","failed","not_supported","processing_error"],"nullable":true,"type":"string"},"result_reason":{"description":"Additional information about why 3D Secure succeeded or failed based\non the `result`.","enum":["abandoned","bypassed","canceled","card_not_enrolled","network_not_supported","protocol_error","rejected"],"nullable":true,"type":"string"},"transaction_id":{"description":"The 3D Secure 1 XID or 3D Secure 2 Directory Server Transaction ID\n(dsTransId) for this payment.","maxLength":5000,"nullable":true,"type":"string"},"version":{"description":"The version of 3D Secure that was used.","enum":["1.0.2","2.1.0","2.2.0","2.3.0","2.3.1"],"nullable":true,"type":"string","x-stripeBypassValidation":true}},"title":"three_d_secure_details_charge","type":"object","x-expandableFields":[]},"three_d_secure_usage":{"description":"","properties":{"supported":{"description":"Whether 3D Secure is supported on this card.","type":"boolean"}},"required":["supported"],"title":"three_d_secure_usage","type":"object","x-expandableFields":[]},"thresholds_resource_usage_alert_filter":{"description":"","properties":{"customer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/customer"}],"description":"Limit the scope of the alert to this customer ID","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/customer"}]}},"type":{"enum":["customer"],"type":"string"}},"required":["type"],"title":"ThresholdsResourceUsageAlertFilter","type":"object","x-expandableFields":["customer"]},"thresholds_resource_usage_threshold_config":{"description":"The usage threshold alert configuration enables setting up alerts for when a certain usage threshold on a specific meter is crossed.","properties":{"filters":{"description":"The filters allow limiting the scope of this usage alert. You can only specify up to one filter at this time.","items":{"$ref":"#/components/schemas/thresholds_resource_usage_alert_filter"},"nullable":true,"type":"array"},"gte":{"description":"The value at which this alert will trigger.","type":"integer"},"meter":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/billing.meter"}],"description":"The [Billing Meter](/api/billing/meter) ID whose usage is monitored.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/billing.meter"}]}},"recurrence":{"description":"Defines how the alert will behave.","enum":["one_time"],"type":"string","x-stripeBypassValidation":true}},"required":["gte","meter","recurrence"],"title":"ThresholdsResourceUsageThresholdConfig","type":"object","x-expandableFields":["filters","meter"]},"token":{"description":"Tokenization is the process Stripe uses to collect sensitive card or bank\naccount details, or personally identifiable information (PII), directly from\nyour customers in a secure manner. A token representing this information is\nreturned to your server to use. Use our\n[recommended payments integrations](https://docs.stripe.com/payments) to perform this process\non the client-side. This guarantees that no sensitive card data touches your server,\nand allows your integration to operate in a PCI-compliant way.\n\nIf you can't use client-side tokenization, you can also create tokens using\nthe API with either your publishable or secret API key. If\nyour integration uses this method, you're responsible for any PCI compliance\nthat it might require, and you must keep your secret API key safe. Unlike with\nclient-side tokenization, your customer's information isn't sent directly to\nStripe, so we can't determine how it's handled or stored.\n\nYou can't store or use tokens more than once. To store card or bank account\ninformation for later use, create [Customer](https://docs.stripe.com/api#customers)\nobjects or [External accounts](/api#external_accounts).\n[Radar](https://docs.stripe.com/radar), our integrated solution for automatic fraud protection,\nperforms best with integrations that use client-side tokenization.","properties":{"bank_account":{"$ref":"#/components/schemas/bank_account"},"card":{"$ref":"#/components/schemas/card"},"client_ip":{"description":"IP address of the client that generates the token.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["token"],"type":"string"},"type":{"description":"Type of the token: `account`, `bank_account`, `card`, or `pii`.","maxLength":5000,"type":"string"},"used":{"description":"Determines if you have already used this token (you can only use tokens once).","type":"boolean"}},"required":["created","id","livemode","object","type","used"],"title":"Token","type":"object","x-expandableFields":["bank_account","card"],"x-resourceId":"token"},"token_card_networks":{"description":"","properties":{"preferred":{"description":"The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.","maxLength":5000,"nullable":true,"type":"string"}},"title":"token_card_networks","type":"object","x-expandableFields":[]},"topup":{"description":"To top up your Stripe balance, you create a top-up object. You can retrieve\nindividual top-ups, as well as list all top-ups. Top-ups are identified by a\nunique, random ID.\n\nRelated guide: [Topping up your platform account](https://docs.stripe.com/connect/top-ups)","properties":{"amount":{"description":"Amount transferred.","type":"integer"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"ID of the balance transaction that describes the impact of this top-up on your account balance. May not be specified depending on status of top-up.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","maxLength":5000,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"expected_availability_date":{"description":"Date the funds are expected to arrive in your Stripe account for payouts. This factors in delays like weekends or bank holidays. May not be specified depending on status of top-up.","nullable":true,"type":"integer"},"failure_code":{"description":"Error code explaining reason for top-up failure if available (see [the errors section](https://docs.stripe.com/api#errors) for a list of codes).","maxLength":5000,"nullable":true,"type":"string"},"failure_message":{"description":"Message to user further explaining reason for top-up failure if available.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["topup"],"type":"string"},"source":{"anyOf":[{"$ref":"#/components/schemas/source"}],"description":"The source field is deprecated. It might not always be present in the API response.","nullable":true},"statement_descriptor":{"description":"Extra information about a top-up. This will appear on your source's bank statement. It must contain at least one letter.","maxLength":5000,"nullable":true,"type":"string"},"status":{"description":"The status of the top-up is either `canceled`, `failed`, `pending`, `reversed`, or `succeeded`.","enum":["canceled","failed","pending","reversed","succeeded"],"type":"string"},"transfer_group":{"description":"A string that identifies this top-up as part of a group.","maxLength":5000,"nullable":true,"type":"string"}},"required":["amount","created","currency","id","livemode","metadata","object","status"],"title":"Topup","type":"object","x-expandableFields":["balance_transaction","source"],"x-resourceId":"topup"},"transfer":{"description":"A `Transfer` object is created when you move funds between Stripe accounts as\npart of Connect.\n\nBefore April 6, 2017, transfers also represented movement of funds from a\nStripe account to a card or bank account. This behavior has since been split\nout into a [Payout](https://api.stripe.com#payout_object) object, with corresponding payout endpoints. For more\ninformation, read about the\n[transfer/payout split](https://docs.stripe.com/transfer-payout-split).\n\nRelated guide: [Creating separate charges and transfers](https://docs.stripe.com/connect/separate-charges-and-transfers)","properties":{"amount":{"description":"Amount in cents (or local equivalent) to be transferred.","type":"integer"},"amount_reversed":{"description":"Amount in cents (or local equivalent) reversed (can be less than the amount attribute on the transfer if a partial reversal was issued).","type":"integer"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"Balance transaction that describes the impact of this transfer on your account balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"created":{"description":"Time that this record of the transfer was first created.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"ID of the Stripe account the transfer was sent to.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}},"destination_payment":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"If the destination is a Stripe account, this will be the ID of the payment that the destination account received for the transfer.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["transfer"],"type":"string"},"reversals":{"description":"A list of reversals that have been applied to the transfer.","properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/transfer_reversal"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"type":"string"}},"required":["data","has_more","object","url"],"title":"TransferReversalList","type":"object","x-expandableFields":["data"]},"reversed":{"description":"Whether the transfer has been fully reversed. If the transfer is only partially reversed, this attribute will still be false.","type":"boolean"},"source_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/charge"}],"description":"ID of the charge that was used to fund the transfer. If null, the transfer was funded from the available balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/charge"}]}},"source_type":{"description":"The source balance this transfer came from. One of `card`, `fpx`, or `bank_account`.","maxLength":5000,"type":"string"},"transfer_group":{"description":"A string that identifies this transaction as part of a group. See the [Connect documentation](https://docs.stripe.com/connect/separate-charges-and-transfers#transfer-options) for details.","maxLength":5000,"nullable":true,"type":"string"}},"required":["amount","amount_reversed","created","currency","id","livemode","metadata","object","reversals","reversed"],"title":"Transfer","type":"object","x-expandableFields":["balance_transaction","destination","destination_payment","reversals","source_transaction"],"x-resourceId":"transfer"},"transfer_data":{"description":"","properties":{"amount":{"description":"The amount transferred to the destination account. This transfer will occur automatically after the payment succeeds. If no amount is specified, by default the entire payment amount is transferred to the destination account.\n The amount must be less than or equal to the [amount](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-amount), and must be a positive integer\n representing how much to transfer in the smallest currency unit (e.g., 100 cents to charge $1.00).","type":"integer"},"destination":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/account"}],"description":"The account (if any) that the payment is attributed to for tax reporting, and where funds from the payment are transferred to after payment success.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/account"}]}}},"required":["destination"],"title":"transfer_data","type":"object","x-expandableFields":["destination"]},"transfer_reversal":{"description":"[Stripe Connect](https://docs.stripe.com/connect) platforms can reverse transfers made to a\nconnected account, either entirely or partially, and can also specify whether\nto refund any related application fees. Transfer reversals add to the\nplatform's balance and subtract from the destination account's balance.\n\nReversing a transfer that was made for a [destination\ncharge](/docs/connect/destination-charges) is allowed only up to the amount of\nthe charge. It is possible to reverse a\n[transfer_group](https://docs.stripe.com/connect/separate-charges-and-transfers#transfer-options)\ntransfer only if the destination account has enough balance to cover the\nreversal.\n\nRelated guide: [Reverse transfers](https://docs.stripe.com/connect/separate-charges-and-transfers#reverse-transfers)","properties":{"amount":{"description":"Amount, in cents (or local equivalent).","type":"integer"},"balance_transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/balance_transaction"}],"description":"Balance transaction that describes the impact on your account balance.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/balance_transaction"}]}},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"destination_payment_refund":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/refund"}],"description":"Linked payment refund for the transfer reversal.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/refund"}]}},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["transfer_reversal"],"type":"string"},"source_refund":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/refund"}],"description":"ID of the refund responsible for the transfer reversal.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/refund"}]}},"transfer":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/transfer"}],"description":"ID of the transfer that was reversed.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/transfer"}]}}},"required":["amount","created","currency","id","object","transfer"],"title":"TransferReversal","type":"object","x-expandableFields":["balance_transaction","destination_payment_refund","source_refund","transfer"],"x-resourceId":"transfer_reversal"},"transfer_schedule":{"description":"","properties":{"delay_days":{"description":"The number of days charges for the account will be held before being paid out.","type":"integer"},"interval":{"description":"How frequently funds will be paid out. One of `manual` (payouts only created via API call), `daily`, `weekly`, or `monthly`.","maxLength":5000,"type":"string"},"monthly_anchor":{"description":"The day of the month funds will be paid out. Only shown if `interval` is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.","type":"integer"},"monthly_payout_days":{"description":"The days of the month funds will be paid out. Only shown if `interval` is monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months.","items":{"type":"integer"},"type":"array"},"weekly_anchor":{"description":"The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if `interval` is weekly.","maxLength":5000,"type":"string"},"weekly_payout_days":{"description":"The days of the week when available funds are paid out, specified as an array, for example, [`monday`, `tuesday`]. Only shown if `interval` is weekly.","items":{"enum":["friday","monday","thursday","tuesday","wednesday"],"type":"string","x-stripeBypassValidation":true},"type":"array"}},"required":["delay_days","interval"],"title":"TransferSchedule","type":"object","x-expandableFields":[]},"transform_quantity":{"description":"","properties":{"divide_by":{"description":"Divide usage by this number.","type":"integer"},"round":{"description":"After division, either round the result `up` or `down`.","enum":["down","up"],"type":"string"}},"required":["divide_by","round"],"title":"TransformQuantity","type":"object","x-expandableFields":[]},"transform_usage":{"description":"","properties":{"divide_by":{"description":"Divide usage by this number.","type":"integer"},"round":{"description":"After division, either round the result `up` or `down`.","enum":["down","up"],"type":"string"}},"required":["divide_by","round"],"title":"TransformUsage","type":"object","x-expandableFields":[]},"treasury.credit_reversal":{"description":"You can reverse some [ReceivedCredits](https://api.stripe.com#received_credits) depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal.","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"financial_account":{"description":"The FinancialAccount to reverse funds from.","maxLength":5000,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"network":{"description":"The rails used to reverse the funds.","enum":["ach","stripe"],"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.credit_reversal"],"type":"string"},"received_credit":{"description":"The ReceivedCredit being reversed.","maxLength":5000,"type":"string"},"status":{"description":"Status of the CreditReversal","enum":["canceled","posted","processing"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/treasury_received_credits_resource_status_transitions"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","created","currency","financial_account","id","livemode","metadata","network","object","received_credit","status","status_transitions"],"title":"TreasuryReceivedCreditsResourceCreditReversal","type":"object","x-expandableFields":["status_transitions","transaction"],"x-resourceId":"treasury.credit_reversal"},"treasury.debit_reversal":{"description":"You can reverse some [ReceivedDebits](https://api.stripe.com#received_debits) depending on their network and source flow. Reversing a ReceivedDebit leads to the creation of a new object known as a DebitReversal.","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"financial_account":{"description":"The FinancialAccount to reverse funds from.","maxLength":5000,"nullable":true,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"linked_flows":{"anyOf":[{"$ref":"#/components/schemas/treasury_received_debits_resource_debit_reversal_linked_flows"}],"description":"Other flows linked to a DebitReversal.","nullable":true},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"network":{"description":"The rails used to reverse the funds.","enum":["ach","card"],"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.debit_reversal"],"type":"string"},"received_debit":{"description":"The ReceivedDebit being reversed.","maxLength":5000,"type":"string"},"status":{"description":"Status of the DebitReversal","enum":["failed","processing","succeeded"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/treasury_received_debits_resource_status_transitions"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","created","currency","id","livemode","metadata","network","object","received_debit","status","status_transitions"],"title":"TreasuryReceivedDebitsResourceDebitReversal","type":"object","x-expandableFields":["linked_flows","status_transitions","transaction"],"x-resourceId":"treasury.debit_reversal"},"treasury.financial_account":{"description":"Stripe Treasury provides users with a container for money called a FinancialAccount that is separate from their Payments balance.\nFinancialAccounts serve as the source and destination of Treasury’s money movement APIs.","properties":{"active_features":{"description":"The array of paths to active Features in the Features hash.","items":{"enum":["card_issuing","deposit_insurance","financial_addresses.aba","financial_addresses.aba.forwarding","inbound_transfers.ach","intra_stripe_flows","outbound_payments.ach","outbound_payments.us_domestic_wire","outbound_transfers.ach","outbound_transfers.us_domestic_wire","remote_deposit_capture"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"balance":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_balance"},"country":{"description":"Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).","maxLength":5000,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"features":{"$ref":"#/components/schemas/treasury.financial_account_features"},"financial_addresses":{"description":"The set of credentials that resolve to a FinancialAccount.","items":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_financial_address"},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"is_default":{"type":"boolean"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","nullable":true,"type":"object"},"nickname":{"description":"The nickname for the FinancialAccount.","maxLength":5000,"nullable":true,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.financial_account"],"type":"string"},"pending_features":{"description":"The array of paths to pending Features in the Features hash.","items":{"enum":["card_issuing","deposit_insurance","financial_addresses.aba","financial_addresses.aba.forwarding","inbound_transfers.ach","intra_stripe_flows","outbound_payments.ach","outbound_payments.us_domestic_wire","outbound_transfers.ach","outbound_transfers.us_domestic_wire","remote_deposit_capture"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"platform_restrictions":{"anyOf":[{"$ref":"#/components/schemas/treasury_financial_accounts_resource_platform_restrictions"}],"description":"The set of functionalities that the platform can restrict on the FinancialAccount.","nullable":true},"restricted_features":{"description":"The array of paths to restricted Features in the Features hash.","items":{"enum":["card_issuing","deposit_insurance","financial_addresses.aba","financial_addresses.aba.forwarding","inbound_transfers.ach","intra_stripe_flows","outbound_payments.ach","outbound_payments.us_domestic_wire","outbound_transfers.ach","outbound_transfers.us_domestic_wire","remote_deposit_capture"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"status":{"description":"Status of this FinancialAccount.","enum":["closed","open"],"type":"string","x-stripeBypassValidation":true},"status_details":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_status_details"},"supported_currencies":{"description":"The currencies the FinancialAccount can hold a balance in. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.","items":{"type":"string"},"type":"array"}},"required":["balance","country","created","financial_addresses","id","livemode","object","status","status_details","supported_currencies"],"title":"TreasuryFinancialAccountsResourceFinancialAccount","type":"object","x-expandableFields":["balance","features","financial_addresses","platform_restrictions","status_details"],"x-resourceId":"treasury.financial_account"},"treasury.financial_account_features":{"description":"Encodes whether a FinancialAccount has access to a particular Feature, with a `status` enum and associated `status_details`.\nStripe or the platform can control Features via the requested field.","properties":{"card_issuing":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggle_settings"},"deposit_insurance":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggle_settings"},"financial_addresses":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_financial_addresses_features"},"inbound_transfers":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_inbound_transfers"},"intra_stripe_flows":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggle_settings"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.financial_account_features"],"type":"string"},"outbound_payments":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_outbound_payments"},"outbound_transfers":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_outbound_transfers"}},"required":["object"],"title":"TreasuryFinancialAccountsResourceFinancialAccountFeatures","type":"object","x-expandableFields":["card_issuing","deposit_insurance","financial_addresses","inbound_transfers","intra_stripe_flows","outbound_payments","outbound_transfers"],"x-resourceId":"treasury.financial_account_features"},"treasury.inbound_transfer":{"description":"Use [InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://api.stripe.com#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.\n\nRelated guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"cancelable":{"description":"Returns `true` if the InboundTransfer is able to be canceled.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"failure_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_inbound_transfers_resource_failure_details"}],"description":"Details about this InboundTransfer's failure. Only set when status is `failed`.","nullable":true},"financial_account":{"description":"The FinancialAccount that received the funds.","maxLength":5000,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"linked_flows":{"$ref":"#/components/schemas/treasury_inbound_transfers_resource_inbound_transfer_resource_linked_flows"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.inbound_transfer"],"type":"string"},"origin_payment_method":{"description":"The origin payment method to be debited for an InboundTransfer.","maxLength":5000,"nullable":true,"type":"string"},"origin_payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/inbound_transfers"}],"description":"Details about the PaymentMethod for an InboundTransfer.","nullable":true},"returned":{"description":"Returns `true` if the funds for an InboundTransfer were returned after the InboundTransfer went to the `succeeded` state.","nullable":true,"type":"boolean"},"statement_descriptor":{"description":"Statement descriptor shown when funds are debited from the source. Not all payment networks support `statement_descriptor`.","maxLength":5000,"type":"string"},"status":{"description":"Status of the InboundTransfer: `processing`, `succeeded`, `failed`, and `canceled`. An InboundTransfer is `processing` if it is created and pending. The status changes to `succeeded` once the funds have been \"confirmed\" and a `transaction` is created and posted. The status changes to `failed` if the transfer fails.","enum":["canceled","failed","processing","succeeded"],"type":"string","x-stripeBypassValidation":true},"status_transitions":{"$ref":"#/components/schemas/treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","cancelable","created","currency","financial_account","id","linked_flows","livemode","metadata","object","statement_descriptor","status","status_transitions"],"title":"TreasuryInboundTransfersResourceInboundTransfer","type":"object","x-expandableFields":["failure_details","linked_flows","origin_payment_method_details","status_transitions","transaction"],"x-resourceId":"treasury.inbound_transfer"},"treasury.outbound_payment":{"description":"Use [OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments) to send funds to another party's external bank account or [FinancialAccount](https://api.stripe.com#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://api.stripe.com#outbound_transfers).\n\nSimulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"cancelable":{"description":"Returns `true` if the object can be canceled, and `false` otherwise.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"customer":{"description":"ID of the [customer](https://docs.stripe.com/api/customers) to whom an OutboundPayment is sent.","maxLength":5000,"nullable":true,"type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"destination_payment_method":{"description":"The PaymentMethod via which an OutboundPayment is sent. This field can be empty if the OutboundPayment was created using `destination_payment_method_data`.","maxLength":5000,"nullable":true,"type":"string"},"destination_payment_method_details":{"anyOf":[{"$ref":"#/components/schemas/outbound_payments_payment_method_details"}],"description":"Details about the PaymentMethod for an OutboundPayment.","nullable":true},"end_user_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_outbound_payments_resource_outbound_payment_resource_end_user_details"}],"description":"Details about the end user.","nullable":true},"expected_arrival_date":{"description":"The date when funds are expected to arrive in the destination account.","format":"unix-time","type":"integer"},"financial_account":{"description":"The FinancialAccount that funds were pulled from.","maxLength":5000,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.outbound_payment"],"type":"string"},"returned_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_outbound_payments_resource_returned_status"}],"description":"Details about a returned OutboundPayment. Only set when the status is `returned`.","nullable":true},"statement_descriptor":{"description":"The description that appears on the receiving end for an OutboundPayment (for example, bank statement for external bank transfer).","maxLength":5000,"type":"string"},"status":{"description":"Current status of the OutboundPayment: `processing`, `failed`, `posted`, `returned`, `canceled`. An OutboundPayment is `processing` if it has been created and is pending. The status changes to `posted` once the OutboundPayment has been \"confirmed\" and funds have left the account, or to `failed` or `canceled`. If an OutboundPayment fails to arrive at its destination, its status will change to `returned`.","enum":["canceled","failed","posted","processing","returned"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/treasury_outbound_payments_resource_outbound_payment_resource_status_transitions"},"tracking_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_outbound_payments_resource_outbound_payment_resource_tracking_details"}],"description":"Details about network-specific tracking information if available.","nullable":true},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","cancelable","created","currency","expected_arrival_date","financial_account","id","livemode","metadata","object","statement_descriptor","status","status_transitions","transaction"],"title":"TreasuryOutboundPaymentsResourceOutboundPayment","type":"object","x-expandableFields":["destination_payment_method_details","end_user_details","returned_details","status_transitions","tracking_details","transaction"],"x-resourceId":"treasury.outbound_payment"},"treasury.outbound_transfer":{"description":"Use [OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers) to transfer funds from a [FinancialAccount](https://api.stripe.com#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://api.stripe.com#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.\n\nSimulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.\n\nRelated guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"cancelable":{"description":"Returns `true` if the object can be canceled, and `false` otherwise.","type":"boolean"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"nullable":true,"type":"string"},"destination_payment_method":{"description":"The PaymentMethod used as the payment instrument for an OutboundTransfer.","maxLength":5000,"nullable":true,"type":"string"},"destination_payment_method_details":{"$ref":"#/components/schemas/outbound_transfers_payment_method_details"},"expected_arrival_date":{"description":"The date when funds are expected to arrive in the destination account.","format":"unix-time","type":"integer"},"financial_account":{"description":"The FinancialAccount that funds were pulled from.","maxLength":5000,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.outbound_transfer"],"type":"string"},"returned_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_outbound_transfers_resource_returned_details"}],"description":"Details about a returned OutboundTransfer. Only set when the status is `returned`.","nullable":true},"statement_descriptor":{"description":"Information about the OutboundTransfer to be sent to the recipient account.","maxLength":5000,"type":"string"},"status":{"description":"Current status of the OutboundTransfer: `processing`, `failed`, `canceled`, `posted`, `returned`. An OutboundTransfer is `processing` if it has been created and is pending. The status changes to `posted` once the OutboundTransfer has been \"confirmed\" and funds have left the account, or to `failed` or `canceled`. If an OutboundTransfer fails to arrive at its destination, its status will change to `returned`.","enum":["canceled","failed","posted","processing","returned"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/treasury_outbound_transfers_resource_status_transitions"},"tracking_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_outbound_transfers_resource_outbound_transfer_resource_tracking_details"}],"description":"Details about network-specific tracking information if available.","nullable":true},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","cancelable","created","currency","destination_payment_method_details","expected_arrival_date","financial_account","id","livemode","metadata","object","statement_descriptor","status","status_transitions","transaction"],"title":"TreasuryOutboundTransfersResourceOutboundTransfer","type":"object","x-expandableFields":["destination_payment_method_details","returned_details","status_transitions","tracking_details","transaction"],"x-resourceId":"treasury.outbound_transfer"},"treasury.received_credit":{"description":"ReceivedCredits represent funds sent to a [FinancialAccount](https://api.stripe.com#financial_accounts) (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"type":"string"},"failure_code":{"description":"Reason for the failure. A ReceivedCredit might fail because the receiving FinancialAccount is closed or frozen.","enum":["account_closed","account_frozen","international_transaction","other"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"financial_account":{"description":"The FinancialAccount that received the funds.","maxLength":5000,"nullable":true,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"initiating_payment_method_details":{"$ref":"#/components/schemas/treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details"},"linked_flows":{"$ref":"#/components/schemas/treasury_received_credits_resource_linked_flows"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"network":{"description":"The rails used to send the funds.","enum":["ach","card","stripe","us_domestic_wire"],"type":"string","x-stripeBypassValidation":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.received_credit"],"type":"string"},"reversal_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_received_credits_resource_reversal_details"}],"description":"Details describing when a ReceivedCredit may be reversed.","nullable":true},"status":{"description":"Status of the ReceivedCredit. ReceivedCredits are created either `succeeded` (approved) or `failed` (declined). If a ReceivedCredit is declined, the failure reason can be found in the `failure_code` field.","enum":["failed","succeeded"],"type":"string","x-stripeBypassValidation":true},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","created","currency","description","id","initiating_payment_method_details","linked_flows","livemode","network","object","status"],"title":"TreasuryReceivedCreditsResourceReceivedCredit","type":"object","x-expandableFields":["initiating_payment_method_details","linked_flows","reversal_details","transaction"],"x-resourceId":"treasury.received_credit"},"treasury.received_debit":{"description":"ReceivedDebits represent funds pulled from a [FinancialAccount](https://api.stripe.com#financial_accounts). These are not initiated from the FinancialAccount.","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"type":"string"},"failure_code":{"description":"Reason for the failure. A ReceivedDebit might fail because the FinancialAccount doesn't have sufficient funds, is closed, or is frozen.","enum":["account_closed","account_frozen","insufficient_funds","international_transaction","other"],"nullable":true,"type":"string"},"financial_account":{"description":"The FinancialAccount that funds were pulled from.","maxLength":5000,"nullable":true,"type":"string"},"hosted_regulatory_receipt_url":{"description":"A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.","maxLength":5000,"nullable":true,"type":"string"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"initiating_payment_method_details":{"$ref":"#/components/schemas/treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details"},"linked_flows":{"$ref":"#/components/schemas/treasury_received_debits_resource_linked_flows"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"network":{"description":"The network used for the ReceivedDebit.","enum":["ach","card","stripe"],"type":"string","x-stripeBypassValidation":true},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.received_debit"],"type":"string"},"reversal_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_received_debits_resource_reversal_details"}],"description":"Details describing when a ReceivedDebit might be reversed.","nullable":true},"status":{"description":"Status of the ReceivedDebit. ReceivedDebits are created with a status of either `succeeded` (approved) or `failed` (declined). The failure reason can be found under the `failure_code`.","enum":["failed","succeeded"],"type":"string","x-stripeBypassValidation":true},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["amount","created","currency","description","id","linked_flows","livemode","network","object","status"],"title":"TreasuryReceivedDebitsResourceReceivedDebit","type":"object","x-expandableFields":["initiating_payment_method_details","linked_flows","reversal_details","transaction"],"x-resourceId":"treasury.received_debit"},"treasury.transaction":{"description":"Transactions represent changes to a [FinancialAccount's](https://api.stripe.com#financial_accounts) balance.","properties":{"amount":{"description":"Amount (in cents) transferred.","type":"integer"},"balance_impact":{"$ref":"#/components/schemas/treasury_transactions_resource_balance_impact"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"description":{"description":"An arbitrary string attached to the object. Often useful for displaying to users.","maxLength":5000,"type":"string"},"entries":{"description":"A list of TransactionEntries that are part of this Transaction. This cannot be expanded in any list endpoints.","nullable":true,"properties":{"data":{"description":"Details about each object.","items":{"$ref":"#/components/schemas/treasury.transaction_entry"},"type":"array"},"has_more":{"description":"True if this list has another page of items after this one that can be fetched.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value. Always has the value `list`.","enum":["list"],"type":"string"},"url":{"description":"The URL where this list can be accessed.","maxLength":5000,"pattern":"^/v1/treasury/transaction_entries","type":"string"}},"required":["data","has_more","object","url"],"title":"TreasuryTransactionsResourceTransactionEntryList","type":"object","x-expandableFields":["data"]},"financial_account":{"description":"The FinancialAccount associated with this object.","maxLength":5000,"type":"string"},"flow":{"description":"ID of the flow that created the Transaction.","maxLength":5000,"nullable":true,"type":"string"},"flow_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_transactions_resource_flow_details"}],"description":"Details of the flow that created the Transaction.","nullable":true},"flow_type":{"description":"Type of the flow that created the Transaction.","enum":["credit_reversal","debit_reversal","inbound_transfer","issuing_authorization","other","outbound_payment","outbound_transfer","received_credit","received_debit"],"type":"string","x-stripeBypassValidation":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.transaction"],"type":"string"},"status":{"description":"Status of the Transaction.","enum":["open","posted","void"],"type":"string"},"status_transitions":{"$ref":"#/components/schemas/treasury_transactions_resource_abstract_transaction_resource_status_transitions"}},"required":["amount","balance_impact","created","currency","description","financial_account","flow_type","id","livemode","object","status","status_transitions"],"title":"TreasuryTransactionsResourceTransaction","type":"object","x-expandableFields":["balance_impact","entries","flow_details","status_transitions"],"x-resourceId":"treasury.transaction"},"treasury.transaction_entry":{"description":"TransactionEntries represent individual units of money movements within a single [Transaction](https://api.stripe.com#transactions).","properties":{"balance_impact":{"$ref":"#/components/schemas/treasury_transactions_resource_balance_impact"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"currency":{"description":"Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","format":"currency","type":"string"},"effective_at":{"description":"When the TransactionEntry will impact the FinancialAccount's balance.","format":"unix-time","type":"integer"},"financial_account":{"description":"The FinancialAccount associated with this object.","maxLength":5000,"type":"string"},"flow":{"description":"Token of the flow associated with the TransactionEntry.","maxLength":5000,"nullable":true,"type":"string"},"flow_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_transactions_resource_flow_details"}],"description":"Details of the flow associated with the TransactionEntry.","nullable":true},"flow_type":{"description":"Type of the flow associated with the TransactionEntry.","enum":["credit_reversal","debit_reversal","inbound_transfer","issuing_authorization","other","outbound_payment","outbound_transfer","received_credit","received_debit"],"type":"string","x-stripeBypassValidation":true},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["treasury.transaction_entry"],"type":"string"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}},"type":{"description":"The specific money movement that generated the TransactionEntry.","enum":["credit_reversal","credit_reversal_posting","debit_reversal","inbound_transfer","inbound_transfer_return","issuing_authorization_hold","issuing_authorization_release","other","outbound_payment","outbound_payment_cancellation","outbound_payment_failure","outbound_payment_posting","outbound_payment_return","outbound_transfer","outbound_transfer_cancellation","outbound_transfer_failure","outbound_transfer_posting","outbound_transfer_return","received_credit","received_debit"],"type":"string"}},"required":["balance_impact","created","currency","effective_at","financial_account","flow_type","id","livemode","object","transaction","type"],"title":"TreasuryTransactionsResourceTransactionEntry","type":"object","x-expandableFields":["balance_impact","flow_details","transaction"],"x-resourceId":"treasury.transaction_entry"},"treasury_financial_accounts_resource_aba_record":{"description":"ABA Records contain U.S. bank account details per the ABA format.","properties":{"account_holder_name":{"description":"The name of the person or business that owns the bank account.","maxLength":5000,"type":"string"},"account_number":{"description":"The account number.","maxLength":5000,"nullable":true,"type":"string"},"account_number_last4":{"description":"The last four characters of the account number.","maxLength":5000,"type":"string"},"bank_name":{"description":"Name of the bank.","maxLength":5000,"type":"string"},"routing_number":{"description":"Routing number for the account.","maxLength":5000,"type":"string"}},"required":["account_holder_name","account_number_last4","bank_name","routing_number"],"title":"TreasuryFinancialAccountsResourceABARecord","type":"object","x-expandableFields":[]},"treasury_financial_accounts_resource_aba_toggle_settings":{"description":"Toggle settings for enabling/disabling the ABA address feature","properties":{"requested":{"description":"Whether the FinancialAccount should have the Feature.","type":"boolean"},"status":{"description":"Whether the Feature is operational.","enum":["active","pending","restricted"],"type":"string"},"status_details":{"description":"Additional details; includes at least one entry when the status is not `active`.","items":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details"},"type":"array"}},"required":["requested","status","status_details"],"title":"TreasuryFinancialAccountsResourceAbaToggleSettings","type":"object","x-expandableFields":["status_details"]},"treasury_financial_accounts_resource_balance":{"description":"Balance information for the FinancialAccount","properties":{"cash":{"additionalProperties":{"type":"integer"},"description":"Funds the user can spend right now.","type":"object"},"inbound_pending":{"additionalProperties":{"type":"integer"},"description":"Funds not spendable yet, but will become available at a later time.","type":"object"},"outbound_pending":{"additionalProperties":{"type":"integer"},"description":"Funds in the account, but not spendable because they are being held for pending outbound flows.","type":"object"}},"required":["cash","inbound_pending","outbound_pending"],"title":"TreasuryFinancialAccountsResourceBalance","type":"object","x-expandableFields":[]},"treasury_financial_accounts_resource_closed_status_details":{"description":"","properties":{"reasons":{"description":"The array that contains reasons for a FinancialAccount closure.","items":{"enum":["account_rejected","closed_by_platform","other"],"type":"string"},"type":"array"}},"required":["reasons"],"title":"TreasuryFinancialAccountsResourceClosedStatusDetails","type":"object","x-expandableFields":[]},"treasury_financial_accounts_resource_financial_address":{"description":"FinancialAddresses contain identifying information that resolves to a FinancialAccount.","properties":{"aba":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_aba_record"},"supported_networks":{"description":"The list of networks that the address supports","items":{"enum":["ach","us_domestic_wire"],"type":"string","x-stripeBypassValidation":true},"type":"array"},"type":{"description":"The type of financial address","enum":["aba"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"TreasuryFinancialAccountsResourceFinancialAddress","type":"object","x-expandableFields":["aba"]},"treasury_financial_accounts_resource_financial_addresses_features":{"description":"Settings related to Financial Addresses features on a Financial Account","properties":{"aba":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_aba_toggle_settings"}},"title":"TreasuryFinancialAccountsResourceFinancialAddressesFeatures","type":"object","x-expandableFields":["aba"]},"treasury_financial_accounts_resource_inbound_ach_toggle_settings":{"description":"Toggle settings for enabling/disabling an inbound ACH specific feature","properties":{"requested":{"description":"Whether the FinancialAccount should have the Feature.","type":"boolean"},"status":{"description":"Whether the Feature is operational.","enum":["active","pending","restricted"],"type":"string"},"status_details":{"description":"Additional details; includes at least one entry when the status is not `active`.","items":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details"},"type":"array"}},"required":["requested","status","status_details"],"title":"TreasuryFinancialAccountsResourceInboundAchToggleSettings","type":"object","x-expandableFields":["status_details"]},"treasury_financial_accounts_resource_inbound_transfers":{"description":"InboundTransfers contains inbound transfers features for a FinancialAccount.","properties":{"ach":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_inbound_ach_toggle_settings"}},"title":"TreasuryFinancialAccountsResourceInboundTransfers","type":"object","x-expandableFields":["ach"]},"treasury_financial_accounts_resource_outbound_ach_toggle_settings":{"description":"Toggle settings for enabling/disabling an outbound ACH specific feature","properties":{"requested":{"description":"Whether the FinancialAccount should have the Feature.","type":"boolean"},"status":{"description":"Whether the Feature is operational.","enum":["active","pending","restricted"],"type":"string"},"status_details":{"description":"Additional details; includes at least one entry when the status is not `active`.","items":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details"},"type":"array"}},"required":["requested","status","status_details"],"title":"TreasuryFinancialAccountsResourceOutboundAchToggleSettings","type":"object","x-expandableFields":["status_details"]},"treasury_financial_accounts_resource_outbound_payments":{"description":"Settings related to Outbound Payments features on a Financial Account","properties":{"ach":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_outbound_ach_toggle_settings"},"us_domestic_wire":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggle_settings"}},"title":"TreasuryFinancialAccountsResourceOutboundPayments","type":"object","x-expandableFields":["ach","us_domestic_wire"]},"treasury_financial_accounts_resource_outbound_transfers":{"description":"OutboundTransfers contains outbound transfers features for a FinancialAccount.","properties":{"ach":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_outbound_ach_toggle_settings"},"us_domestic_wire":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggle_settings"}},"title":"TreasuryFinancialAccountsResourceOutboundTransfers","type":"object","x-expandableFields":["ach","us_domestic_wire"]},"treasury_financial_accounts_resource_platform_restrictions":{"description":"Restrictions that a Connect Platform has placed on this FinancialAccount.","properties":{"inbound_flows":{"description":"Restricts all inbound money movement.","enum":["restricted","unrestricted"],"nullable":true,"type":"string"},"outbound_flows":{"description":"Restricts all outbound money movement.","enum":["restricted","unrestricted"],"nullable":true,"type":"string"}},"title":"TreasuryFinancialAccountsResourcePlatformRestrictions","type":"object","x-expandableFields":[]},"treasury_financial_accounts_resource_status_details":{"description":"","properties":{"closed":{"anyOf":[{"$ref":"#/components/schemas/treasury_financial_accounts_resource_closed_status_details"}],"description":"Details related to the closure of this FinancialAccount","nullable":true}},"title":"TreasuryFinancialAccountsResourceStatusDetails","type":"object","x-expandableFields":["closed"]},"treasury_financial_accounts_resource_toggle_settings":{"description":"Toggle settings for enabling/disabling a feature","properties":{"requested":{"description":"Whether the FinancialAccount should have the Feature.","type":"boolean"},"status":{"description":"Whether the Feature is operational.","enum":["active","pending","restricted"],"type":"string"},"status_details":{"description":"Additional details; includes at least one entry when the status is not `active`.","items":{"$ref":"#/components/schemas/treasury_financial_accounts_resource_toggles_setting_status_details"},"type":"array"}},"required":["requested","status","status_details"],"title":"TreasuryFinancialAccountsResourceToggleSettings","type":"object","x-expandableFields":["status_details"]},"treasury_financial_accounts_resource_toggles_setting_status_details":{"description":"Additional details on the FinancialAccount Features information.","properties":{"code":{"description":"Represents the reason why the status is `pending` or `restricted`.","enum":["activating","capability_not_requested","financial_account_closed","rejected_other","rejected_unsupported_business","requirements_past_due","requirements_pending_verification","restricted_by_platform","restricted_other"],"type":"string","x-stripeBypassValidation":true},"resolution":{"description":"Represents what the user should do, if anything, to activate the Feature.","enum":["contact_stripe","provide_information","remove_restriction"],"nullable":true,"type":"string","x-stripeBypassValidation":true},"restriction":{"description":"The `platform_restrictions` that are restricting this Feature.","enum":["inbound_flows","outbound_flows"],"type":"string","x-stripeBypassValidation":true}},"required":["code"],"title":"TreasuryFinancialAccountsResourceTogglesSettingStatusDetails","type":"object","x-expandableFields":[]},"treasury_inbound_transfers_resource_failure_details":{"description":"","properties":{"code":{"description":"Reason for the failure.","enum":["account_closed","account_frozen","bank_account_restricted","bank_ownership_changed","debit_not_authorized","incorrect_account_holder_address","incorrect_account_holder_name","incorrect_account_holder_tax_id","insufficient_funds","invalid_account_number","invalid_currency","no_account","other"],"type":"string"}},"required":["code"],"title":"TreasuryInboundTransfersResourceFailureDetails","type":"object","x-expandableFields":[]},"treasury_inbound_transfers_resource_inbound_transfer_resource_linked_flows":{"description":"","properties":{"received_debit":{"description":"If funds for this flow were returned after the flow went to the `succeeded` state, this field contains a reference to the ReceivedDebit return.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasuryInboundTransfersResourceInboundTransferResourceLinkedFlows","type":"object","x-expandableFields":[]},"treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions":{"description":"","properties":{"canceled_at":{"description":"Timestamp describing when an InboundTransfer changed status to `canceled`.","format":"unix-time","nullable":true,"type":"integer"},"failed_at":{"description":"Timestamp describing when an InboundTransfer changed status to `failed`.","format":"unix-time","nullable":true,"type":"integer"},"succeeded_at":{"description":"Timestamp describing when an InboundTransfer changed status to `succeeded`.","format":"unix-time","nullable":true,"type":"integer"}},"title":"TreasuryInboundTransfersResourceInboundTransferResourceStatusTransitions","type":"object","x-expandableFields":[]},"treasury_outbound_payments_resource_ach_tracking_details":{"description":"","properties":{"trace_id":{"description":"ACH trace ID of the OutboundPayment for payments sent over the `ach` network.","maxLength":5000,"type":"string"}},"required":["trace_id"],"title":"TreasuryOutboundPaymentsResourceACHTrackingDetails","type":"object","x-expandableFields":[]},"treasury_outbound_payments_resource_outbound_payment_resource_end_user_details":{"description":"","properties":{"ip_address":{"description":"IP address of the user initiating the OutboundPayment. Set if `present` is set to `true`. IP address collection is required for risk and compliance reasons. This will be used to help determine if the OutboundPayment is authorized or should be blocked.","maxLength":5000,"nullable":true,"type":"string"},"present":{"description":"`true` if the OutboundPayment creation request is being made on behalf of an end user by a platform. Otherwise, `false`.","type":"boolean"}},"required":["present"],"title":"TreasuryOutboundPaymentsResourceOutboundPaymentResourceEndUserDetails","type":"object","x-expandableFields":[]},"treasury_outbound_payments_resource_outbound_payment_resource_status_transitions":{"description":"","properties":{"canceled_at":{"description":"Timestamp describing when an OutboundPayment changed status to `canceled`.","format":"unix-time","nullable":true,"type":"integer"},"failed_at":{"description":"Timestamp describing when an OutboundPayment changed status to `failed`.","format":"unix-time","nullable":true,"type":"integer"},"posted_at":{"description":"Timestamp describing when an OutboundPayment changed status to `posted`.","format":"unix-time","nullable":true,"type":"integer"},"returned_at":{"description":"Timestamp describing when an OutboundPayment changed status to `returned`.","format":"unix-time","nullable":true,"type":"integer"}},"title":"TreasuryOutboundPaymentsResourceOutboundPaymentResourceStatusTransitions","type":"object","x-expandableFields":[]},"treasury_outbound_payments_resource_outbound_payment_resource_tracking_details":{"description":"","properties":{"ach":{"$ref":"#/components/schemas/treasury_outbound_payments_resource_ach_tracking_details"},"type":{"description":"The US bank account network used to send funds.","enum":["ach","us_domestic_wire"],"type":"string"},"us_domestic_wire":{"$ref":"#/components/schemas/treasury_outbound_payments_resource_us_domestic_wire_tracking_details"}},"required":["type"],"title":"TreasuryOutboundPaymentsResourceOutboundPaymentResourceTrackingDetails","type":"object","x-expandableFields":["ach","us_domestic_wire"]},"treasury_outbound_payments_resource_returned_status":{"description":"","properties":{"code":{"description":"Reason for the return.","enum":["account_closed","account_frozen","bank_account_restricted","bank_ownership_changed","declined","incorrect_account_holder_name","invalid_account_number","invalid_currency","no_account","other"],"type":"string"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["code","transaction"],"title":"TreasuryOutboundPaymentsResourceReturnedStatus","type":"object","x-expandableFields":["transaction"]},"treasury_outbound_payments_resource_us_domestic_wire_tracking_details":{"description":"","properties":{"chips":{"description":"CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.","maxLength":5000,"nullable":true,"type":"string"},"imad":{"description":"IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.","maxLength":5000,"nullable":true,"type":"string"},"omad":{"description":"OMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails","type":"object","x-expandableFields":[]},"treasury_outbound_transfers_resource_ach_tracking_details":{"description":"","properties":{"trace_id":{"description":"ACH trace ID of the OutboundTransfer for transfers sent over the `ach` network.","maxLength":5000,"type":"string"}},"required":["trace_id"],"title":"TreasuryOutboundTransfersResourceACHTrackingDetails","type":"object","x-expandableFields":[]},"treasury_outbound_transfers_resource_outbound_transfer_resource_tracking_details":{"description":"","properties":{"ach":{"$ref":"#/components/schemas/treasury_outbound_transfers_resource_ach_tracking_details"},"type":{"description":"The US bank account network used to send funds.","enum":["ach","us_domestic_wire"],"type":"string"},"us_domestic_wire":{"$ref":"#/components/schemas/treasury_outbound_transfers_resource_us_domestic_wire_tracking_details"}},"required":["type"],"title":"TreasuryOutboundTransfersResourceOutboundTransferResourceTrackingDetails","type":"object","x-expandableFields":["ach","us_domestic_wire"]},"treasury_outbound_transfers_resource_returned_details":{"description":"","properties":{"code":{"description":"Reason for the return.","enum":["account_closed","account_frozen","bank_account_restricted","bank_ownership_changed","declined","incorrect_account_holder_name","invalid_account_number","invalid_currency","no_account","other"],"type":"string"},"transaction":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/treasury.transaction"}],"description":"The Transaction associated with this object.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/treasury.transaction"}]}}},"required":["code","transaction"],"title":"TreasuryOutboundTransfersResourceReturnedDetails","type":"object","x-expandableFields":["transaction"]},"treasury_outbound_transfers_resource_status_transitions":{"description":"","properties":{"canceled_at":{"description":"Timestamp describing when an OutboundTransfer changed status to `canceled`","format":"unix-time","nullable":true,"type":"integer"},"failed_at":{"description":"Timestamp describing when an OutboundTransfer changed status to `failed`","format":"unix-time","nullable":true,"type":"integer"},"posted_at":{"description":"Timestamp describing when an OutboundTransfer changed status to `posted`","format":"unix-time","nullable":true,"type":"integer"},"returned_at":{"description":"Timestamp describing when an OutboundTransfer changed status to `returned`","format":"unix-time","nullable":true,"type":"integer"}},"title":"TreasuryOutboundTransfersResourceStatusTransitions","type":"object","x-expandableFields":[]},"treasury_outbound_transfers_resource_us_domestic_wire_tracking_details":{"description":"","properties":{"chips":{"description":"CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.","maxLength":5000,"nullable":true,"type":"string"},"imad":{"description":"IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.","maxLength":5000,"nullable":true,"type":"string"},"omad":{"description":"OMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails","type":"object","x-expandableFields":[]},"treasury_received_credits_resource_linked_flows":{"description":"","properties":{"credit_reversal":{"description":"The CreditReversal created as a result of this ReceivedCredit being reversed.","maxLength":5000,"nullable":true,"type":"string"},"issuing_authorization":{"description":"Set if the ReceivedCredit was created due to an [Issuing Authorization](https://api.stripe.com#issuing_authorizations) object.","maxLength":5000,"nullable":true,"type":"string"},"issuing_transaction":{"description":"Set if the ReceivedCredit is also viewable as an [Issuing transaction](https://api.stripe.com#issuing_transactions) object.","maxLength":5000,"nullable":true,"type":"string"},"source_flow":{"description":"ID of the source flow. Set if `network` is `stripe` and the source flow is visible to the user. Examples of source flows include OutboundPayments, payouts, or CreditReversals.","maxLength":5000,"nullable":true,"type":"string"},"source_flow_details":{"anyOf":[{"$ref":"#/components/schemas/treasury_received_credits_resource_source_flows_details"}],"description":"The expandable object of the source flow.","nullable":true},"source_flow_type":{"description":"The type of flow that originated the ReceivedCredit (for example, `outbound_payment`).","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasuryReceivedCreditsResourceLinkedFlows","type":"object","x-expandableFields":["source_flow_details"]},"treasury_received_credits_resource_reversal_details":{"description":"","properties":{"deadline":{"description":"Time before which a ReceivedCredit can be reversed.","format":"unix-time","nullable":true,"type":"integer"},"restricted_reason":{"description":"Set if a ReceivedCredit cannot be reversed.","enum":["already_reversed","deadline_passed","network_restricted","other","source_flow_restricted"],"nullable":true,"type":"string"}},"title":"TreasuryReceivedCreditsResourceReversalDetails","type":"object","x-expandableFields":[]},"treasury_received_credits_resource_source_flows_details":{"description":"","properties":{"credit_reversal":{"$ref":"#/components/schemas/treasury.credit_reversal"},"outbound_payment":{"$ref":"#/components/schemas/treasury.outbound_payment"},"outbound_transfer":{"$ref":"#/components/schemas/treasury.outbound_transfer"},"payout":{"$ref":"#/components/schemas/payout"},"type":{"description":"The type of the source flow that originated the ReceivedCredit.","enum":["credit_reversal","other","outbound_payment","outbound_transfer","payout"],"type":"string"}},"required":["type"],"title":"TreasuryReceivedCreditsResourceSourceFlowsDetails","type":"object","x-expandableFields":["credit_reversal","outbound_payment","outbound_transfer","payout"]},"treasury_received_credits_resource_status_transitions":{"description":"","properties":{"posted_at":{"description":"Timestamp describing when the CreditReversal changed status to `posted`","format":"unix-time","nullable":true,"type":"integer"}},"title":"TreasuryReceivedCreditsResourceStatusTransitions","type":"object","x-expandableFields":[]},"treasury_received_debits_resource_debit_reversal_linked_flows":{"description":"","properties":{"issuing_dispute":{"description":"Set if there is an Issuing dispute associated with the DebitReversal.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasuryReceivedDebitsResourceDebitReversalLinkedFlows","type":"object","x-expandableFields":[]},"treasury_received_debits_resource_linked_flows":{"description":"","properties":{"debit_reversal":{"description":"The DebitReversal created as a result of this ReceivedDebit being reversed.","maxLength":5000,"nullable":true,"type":"string"},"inbound_transfer":{"description":"Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.","maxLength":5000,"nullable":true,"type":"string"},"issuing_authorization":{"description":"Set if the ReceivedDebit was created due to an [Issuing Authorization](https://api.stripe.com#issuing_authorizations) object.","maxLength":5000,"nullable":true,"type":"string"},"issuing_transaction":{"description":"Set if the ReceivedDebit is also viewable as an [Issuing Dispute](https://api.stripe.com#issuing_disputes) object.","maxLength":5000,"nullable":true,"type":"string"},"payout":{"description":"Set if the ReceivedDebit was created due to a [Payout](https://api.stripe.com#payouts) object.","maxLength":5000,"nullable":true,"type":"string"},"topup":{"description":"Set if the ReceivedDebit was created due to a [Topup](https://api.stripe.com#topups) object.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasuryReceivedDebitsResourceLinkedFlows","type":"object","x-expandableFields":[]},"treasury_received_debits_resource_reversal_details":{"description":"","properties":{"deadline":{"description":"Time before which a ReceivedDebit can be reversed.","format":"unix-time","nullable":true,"type":"integer"},"restricted_reason":{"description":"Set if a ReceivedDebit can't be reversed.","enum":["already_reversed","deadline_passed","network_restricted","other","source_flow_restricted"],"nullable":true,"type":"string"}},"title":"TreasuryReceivedDebitsResourceReversalDetails","type":"object","x-expandableFields":[]},"treasury_received_debits_resource_status_transitions":{"description":"","properties":{"completed_at":{"description":"Timestamp describing when the DebitReversal changed status to `completed`.","format":"unix-time","nullable":true,"type":"integer"}},"title":"TreasuryReceivedDebitsResourceStatusTransitions","type":"object","x-expandableFields":[]},"treasury_shared_resource_billing_details":{"description":"","properties":{"address":{"$ref":"#/components/schemas/address"},"email":{"description":"Email address.","maxLength":5000,"nullable":true,"type":"string"},"name":{"description":"Full name.","maxLength":5000,"nullable":true,"type":"string"}},"required":["address"],"title":"TreasurySharedResourceBillingDetails","type":"object","x-expandableFields":["address"]},"treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details":{"description":"","properties":{"balance":{"description":"Set when `type` is `balance`.","enum":["payments"],"type":"string"},"billing_details":{"$ref":"#/components/schemas/treasury_shared_resource_billing_details"},"financial_account":{"$ref":"#/components/schemas/received_payment_method_details_financial_account"},"issuing_card":{"description":"Set when `type` is `issuing_card`. This is an [Issuing Card](https://api.stripe.com#issuing_cards) ID.","maxLength":5000,"type":"string"},"type":{"description":"Polymorphic type matching the originating money movement's source. This can be an external account, a Stripe balance, or a FinancialAccount.","enum":["balance","financial_account","issuing_card","stripe","us_bank_account"],"type":"string","x-stripeBypassValidation":true},"us_bank_account":{"$ref":"#/components/schemas/treasury_shared_resource_initiating_payment_method_details_us_bank_account"}},"required":["billing_details","type"],"title":"TreasurySharedResourceInitiatingPaymentMethodDetailsInitiatingPaymentMethodDetails","type":"object","x-expandableFields":["billing_details","financial_account","us_bank_account"]},"treasury_shared_resource_initiating_payment_method_details_us_bank_account":{"description":"","properties":{"bank_name":{"description":"Bank name.","maxLength":5000,"nullable":true,"type":"string"},"last4":{"description":"The last four digits of the bank account number.","maxLength":5000,"nullable":true,"type":"string"},"routing_number":{"description":"The routing number for the bank account.","maxLength":5000,"nullable":true,"type":"string"}},"title":"TreasurySharedResourceInitiatingPaymentMethodDetailsUSBankAccount","type":"object","x-expandableFields":[]},"treasury_transactions_resource_abstract_transaction_resource_status_transitions":{"description":"","properties":{"posted_at":{"description":"Timestamp describing when the Transaction changed status to `posted`.","format":"unix-time","nullable":true,"type":"integer"},"void_at":{"description":"Timestamp describing when the Transaction changed status to `void`.","format":"unix-time","nullable":true,"type":"integer"}},"title":"TreasuryTransactionsResourceAbstractTransactionResourceStatusTransitions","type":"object","x-expandableFields":[]},"treasury_transactions_resource_balance_impact":{"description":"Change to a FinancialAccount's balance","properties":{"cash":{"description":"The change made to funds the user can spend right now.","type":"integer"},"inbound_pending":{"description":"The change made to funds that are not spendable yet, but will become available at a later time.","type":"integer"},"outbound_pending":{"description":"The change made to funds in the account, but not spendable because they are being held for pending outbound flows.","type":"integer"}},"required":["cash","inbound_pending","outbound_pending"],"title":"TreasuryTransactionsResourceBalanceImpact","type":"object","x-expandableFields":[]},"treasury_transactions_resource_flow_details":{"description":"","properties":{"credit_reversal":{"$ref":"#/components/schemas/treasury.credit_reversal"},"debit_reversal":{"$ref":"#/components/schemas/treasury.debit_reversal"},"inbound_transfer":{"$ref":"#/components/schemas/treasury.inbound_transfer"},"issuing_authorization":{"$ref":"#/components/schemas/issuing.authorization"},"outbound_payment":{"$ref":"#/components/schemas/treasury.outbound_payment"},"outbound_transfer":{"$ref":"#/components/schemas/treasury.outbound_transfer"},"received_credit":{"$ref":"#/components/schemas/treasury.received_credit"},"received_debit":{"$ref":"#/components/schemas/treasury.received_debit"},"type":{"description":"Type of the flow that created the Transaction. Set to the same value as `flow_type`.","enum":["credit_reversal","debit_reversal","inbound_transfer","issuing_authorization","other","outbound_payment","outbound_transfer","received_credit","received_debit"],"type":"string","x-stripeBypassValidation":true}},"required":["type"],"title":"TreasuryTransactionsResourceFlowDetails","type":"object","x-expandableFields":["credit_reversal","debit_reversal","inbound_transfer","issuing_authorization","outbound_payment","outbound_transfer","received_credit","received_debit"]},"us_bank_account_networks":{"description":"","properties":{"preferred":{"description":"The preferred network.","maxLength":5000,"nullable":true,"type":"string"},"supported":{"description":"All supported networks.","items":{"enum":["ach","us_domestic_wire"],"type":"string"},"type":"array"}},"required":["supported"],"title":"us_bank_account_networks","type":"object","x-expandableFields":[]},"verification_session_redaction":{"description":"","properties":{"status":{"description":"Indicates whether this object and its related objects have been redacted or not.","enum":["processing","redacted"],"type":"string"}},"required":["status"],"title":"verification_session_redaction","type":"object","x-expandableFields":[]},"webhook_endpoint":{"description":"You can configure [webhook endpoints](https://docs.stripe.com/webhooks/) via the API to be\nnotified about events that happen in your Stripe account or connected\naccounts.\n\nMost users configure webhooks from [the dashboard](https://dashboard.stripe.com/webhooks), which provides a user interface for registering and testing your webhook endpoints.\n\nRelated guide: [Setting up webhooks](https://docs.stripe.com/webhooks/configure)","properties":{"api_version":{"description":"The API version events are rendered as for this webhook endpoint.","maxLength":5000,"nullable":true,"type":"string"},"application":{"description":"The ID of the associated Connect application.","maxLength":5000,"nullable":true,"type":"string"},"created":{"description":"Time at which the object was created. Measured in seconds since the Unix epoch.","format":"unix-time","type":"integer"},"description":{"description":"An optional description of what the webhook is used for.","maxLength":5000,"nullable":true,"type":"string"},"enabled_events":{"description":"The list of events to enable for this endpoint. `['*']` indicates that all events are enabled, except those that require explicit selection.","items":{"maxLength":5000,"type":"string"},"type":"array"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"livemode":{"description":"Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.","type":"boolean"},"metadata":{"additionalProperties":{"maxLength":500,"type":"string"},"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.","type":"object"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["webhook_endpoint"],"type":"string"},"secret":{"description":"The endpoint's secret, used to generate [webhook signatures](https://docs.stripe.com/webhooks/signatures). Only returned at creation.","maxLength":5000,"type":"string"},"status":{"description":"The status of the webhook. It can be `enabled` or `disabled`.","maxLength":5000,"type":"string"},"url":{"description":"The URL of the webhook endpoint.","maxLength":5000,"type":"string"}},"required":["created","enabled_events","id","livemode","metadata","object","status","url"],"title":"NotificationWebhookEndpoint","type":"object","x-expandableFields":[],"x-resourceId":"webhook_endpoint"}}},"info":{"title":"stripe-api","version":"2026-01-28.clover"},"openapi":"3.0.3","paths":{"/v1/account":{"get":{"description":"Retrieve account","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Retrieve account"}},"/v1/account_links":{"post":{"description":"Create an account link","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_link"}}},"description":"{\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"object\": \"account_link\",\n  \"url\": \"string\"\n}"}},"summary":"Create an account link"}},"/v1/account_sessions":{"post":{"description":"Create an Account Session","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_session"}}},"description":"{\n  \"account\": \"string\",\n  \"client_secret\": \"string\",\n  \"components\": {\n    \"account_management\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"external_account_collection\": true\n      }\n    },\n    \"account_onboarding\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"external_account_collection\": true\n      }\n    },\n    \"balances\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"edit_payout_schedule\": true,\n        \"external_account_collection\": true,\n        \"instant_payouts\": true,\n        \"standard_payouts\": true\n      }\n    },\n    \"disputes_list\": {\n      \"enabled\": true,\n      \"features\": {\n        \"capture_payments\": true,\n        \"destination_on_behalf_of_charge_management\": true,\n        \"dispute_management\": true,\n        \"refund_management\": true\n      }\n    },\n    \"documents\": {\n      \"enabled\": true,\n      \"features\": {}\n    },\n    \"financial_account\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"external_account_collection\": true,\n        \"send_money\": true,\n        \"transfer_balance\": true\n      }\n    },\n    \"financial_account_transactions\": {\n      \"enabled\": true,\n      \"features\": {\n        \"card_spend_dispute_management\": true\n      }\n    },\n    \"instant_payouts_promotion\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"external_account_collection\": true,\n        \"instant_payouts\": true\n      }\n    },\n    \"issuing_card\": {\n      \"enabled\": true,\n      \"features\": {\n        \"card_management\": true,\n        \"card_spend_dispute_management\": true,\n        \"cardholder_management\": true,\n        \"spend_control_management\": true\n      }\n    },\n    \"issuing_cards_list\": {\n      \"enabled\": true,\n      \"features\": {\n        \"card_management\": true,\n        \"card_spend_dispute_management\": true,\n        \"cardholder_management\": true,\n        \"disable_stripe_user_authentication\": true,\n        \"spend_control_management\": true\n      }\n    },\n    \"notification_banner\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"external_account_collection\": true\n      }\n    },\n    \"payment_details\": {\n      \"enabled\": true,\n      \"features\": {\n        \"capture_payments\": true,\n        \"destination_on_behalf_of_charge_management\": true,\n        \"dispute_management\": true,\n        \"refund_management\": true\n      }\n    },\n    \"payment_disputes\": {\n      \"enabled\": true,\n      \"features\": {\n        \"destination_on_behalf_of_charge_management\": true,\n        \"dispute_management\": true,\n        \"refund_management\": true\n      }\n    },\n    \"payments\": {\n      \"enabled\": true,\n      \"features\": {\n        \"capture_payments\": true,\n        \"destination_on_behalf_of_charge_management\": true,\n        \"dispute_management\": true,\n        \"refund_management\": true\n      }\n    },\n    \"payout_details\": {\n      \"enabled\": true,\n      \"features\": {}\n    },\n    \"payouts\": {\n      \"enabled\": true,\n      \"features\": {\n        \"disable_stripe_user_authentication\": true,\n        \"edit_payout_schedule\": true,\n        \"external_account_collection\": true,\n        \"instant_payouts\": true,\n        \"standard_payouts\": true\n      }\n    },\n    \"payouts_list\": {\n      \"enabled\": true,\n      \"features\": {}\n    },\n    \"tax_registrations\": {\n      \"enabled\": true,\n      \"features\": {}\n    },\n    \"tax_settings\": {\n      \"enabled\": true,\n      \"features\": {}\n    }\n  },\n  \"expires_at\": 0,\n  \"livemode\": true,\n  \"object\": \"account_session\"\n}"}},"summary":"Create an Account Session"}},"/v1/accounts":{"get":{"description":"List all connected accounts","parameters":[{"description":"Only return connected accounts that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"business_profile\": {\n        \"annual_revenue\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"fiscal_year_end\": \"string\"\n        },\n        \"estimated_worker_count\": 0,\n        \"mcc\": \"string\",\n        \"minority_owned_business_designation\": [\n          \"lgbtqi_owned_business\"\n        ],\n        \"monthly_estimated_revenue\": {\n          \"amount\": 0,\n          \"currency\": \"string\"\n        },\n        \"name\": \"string\",\n        \"product_description\": \"string\",\n        \"support_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"support_email\": \"string\",\n        \"support_phone\": \"string\",\n        \"support_url\": \"string\",\n        \"url\": \"string\"\n      },\n      \"business_type\": \"company\",\n      \"capabilities\": {\n        \"acss_debit_payments\": \"active\",\n        \"affirm_payments\": \"active\",\n        \"afterpay_clearpay_payments\": \"active\",\n        \"alma_payments\": \"active\",\n        \"amazon_pay_payments\": \"active\",\n        \"au_becs_debit_payments\": \"active\",\n        \"bacs_debit_payments\": \"active\",\n        \"bancontact_payments\": \"active\",\n        \"bank_transfer_payments\": \"active\",\n        \"billie_payments\": \"active\",\n        \"blik_payments\": \"active\",\n        \"boleto_payments\": \"active\",\n        \"card_issuing\": \"active\",\n        \"card_payments\": \"active\",\n        \"cartes_bancaires_payments\": \"active\",\n        \"cashapp_payments\": \"active\",\n        \"crypto_payments\": \"active\",\n        \"eps_payments\": \"active\",\n        \"fpx_payments\": \"active\",\n        \"gb_bank_transfer_payments\": \"active\",\n        \"giropay_payments\": \"active\",\n        \"grabpay_payments\": \"active\",\n        \"ideal_payments\": \"active\",\n        \"india_international_payments\": \"active\",\n        \"jcb_payments\": \"active\",\n        \"jp_bank_transfer_payments\": \"active\",\n        \"kakao_pay_payments\": \"active\",\n        \"klarna_payments\": \"active\",\n        \"konbini_payments\": \"active\",\n        \"kr_card_payments\": \"active\",\n        \"legacy_payments\": \"active\",\n        \"link_payments\": \"active\",\n        \"mb_way_payments\": \"active\",\n        \"mobilepay_payments\": \"active\",\n        \"multibanco_payments\": \"active\",\n        \"mx_bank_transfer_payments\": \"active\",\n        \"naver_pay_payments\": \"active\",\n        \"nz_bank_account_becs_debit_payments\": \"active\",\n        \"oxxo_payments\": \"active\",\n        \"p24_payments\": \"active\",\n        \"pay_by_bank_payments\": \"active\",\n        \"payco_payments\": \"active\",\n        \"paynow_payments\": \"active\",\n        \"payto_payments\": \"active\",\n        \"pix_payments\": \"active\",\n        \"promptpay_payments\": \"active\",\n        \"revolut_pay_payments\": \"active\",\n        \"samsung_pay_payments\": \"active\",\n        \"satispay_payments\": \"active\",\n        \"sepa_bank_transfer_payments\": \"active\",\n        \"sepa_debit_payments\": \"active\",\n        \"sofort_payments\": \"active\",\n        \"swish_payments\": \"active\",\n        \"tax_reporting_us_1099_k\": \"active\",\n        \"tax_reporting_us_1099_misc\": \"active\",\n        \"transfers\": \"active\",\n        \"treasury\": \"active\",\n        \"twint_payments\": \"active\",\n        \"us_bank_account_ach_payments\": \"active\",\n        \"us_bank_transfer_payments\": \"active\",\n        \"zip_payments\": \"active\"\n      },\n      \"charges_enabled\": true,\n      \"company\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"address_kana\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\",\n          \"town\": \"string\"\n        },\n        \"address_kanji\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\",\n          \"town\": \"string\"\n        },\n        \"directors_provided\": true,\n        \"directorship_declaration\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        },\n        \"executives_provided\": true,\n        \"export_license_id\": \"string\",\n        \"export_purpose_code\": \"string\",\n        \"name\": \"string\",\n        \"name_kana\": \"string\",\n        \"name_kanji\": \"string\",\n        \"owners_provided\": true,\n        \"ownership_declaration\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        },\n        \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n        \"phone\": \"string\",\n        \"registration_date\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"representative_declaration\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        },\n        \"structure\": \"free_zone_establishment\",\n        \"tax_id_provided\": true,\n        \"tax_id_registrar\": \"string\",\n        \"vat_id_provided\": true,\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"details\": \"string\",\n            \"details_code\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"controller\": {\n        \"fees\": {\n          \"payer\": \"account\"\n        },\n        \"is_controller\": true,\n        \"losses\": {\n          \"payments\": \"application\"\n        },\n        \"requirement_collection\": \"application\",\n        \"stripe_dashboard\": {\n          \"type\": \"express\"\n        },\n        \"type\": \"account\"\n      },\n      \"country\": \"string\",\n      \"created\": 0,\n      \"default_currency\": \"string\",\n      \"details_submitted\": true,\n      \"email\": \"string\",\n      \"external_accounts\": {\n        \"data\": [\n          {\n            \"account\": \"string\",\n            \"account_holder_name\": \"string\",\n            \"account_holder_type\": \"string\",\n            \"account_type\": \"string\",\n            \"available_payout_methods\": [\n              \"instant\"\n            ],\n            \"bank_name\": \"string\",\n            \"country\": \"string\",\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"default_for_currency\": true,\n            \"fingerprint\": \"string\",\n            \"future_requirements\": {\n              \"currently_due\": [\n                \"string\"\n              ],\n              \"errors\": [\n                {\n                  \"code\": \"external_request\",\n                  \"reason\": \"string\",\n                  \"requirement\": \"string\"\n                }\n              ],\n              \"past_due\": [\n                \"string\"\n              ],\n              \"pending_verification\": [\n                \"string\"\n              ]\n            },\n            \"id\": \"string\",\n            \"last4\": \"string\",\n            \"metadata\": {},\n            \"object\": \"bank_account\",\n            \"requirements\": {\n              \"currently_due\": [\n                \"string\"\n              ],\n              \"errors\": [\n                {\n                  \"code\": \"external_request\",\n                  \"reason\": \"string\",\n                  \"requirement\": \"string\"\n                }\n              ],\n              \"past_due\": [\n                \"string\"\n              ],\n              \"pending_verification\": [\n                \"string\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"future_requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"current_deadline\": 0,\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"disabled_reason\": \"action_required.requested_capabilities\",\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"groups\": {\n        \"payments_pricing\": \"string\"\n      },\n      \"id\": \"string\",\n      \"individual\": {\n        \"account\": \"string\",\n        \"additional_tos_acceptances\": {\n          \"account\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"address_kana\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\",\n          \"town\": \"string\"\n        },\n        \"address_kanji\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\",\n          \"town\": \"string\"\n        },\n        \"created\": 0,\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"email\": \"string\",\n        \"first_name\": \"string\",\n        \"first_name_kana\": \"string\",\n        \"first_name_kanji\": \"string\",\n        \"full_name_aliases\": [\n          \"string\"\n        ],\n        \"future_requirements\": {\n          \"alternatives\": [\n            {\n              \"alternative_fields_due\": [\n                \"string\"\n              ],\n              \"original_fields_due\": [\n                \"string\"\n              ]\n            }\n          ],\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"eventually_due\": [\n            \"string\"\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"gender\": \"string\",\n        \"id\": \"string\",\n        \"id_number_provided\": true,\n        \"id_number_secondary_provided\": true,\n        \"last_name\": \"string\",\n        \"last_name_kana\": \"string\",\n        \"last_name_kanji\": \"string\",\n        \"maiden_name\": \"string\",\n        \"metadata\": {},\n        \"nationality\": \"string\",\n        \"object\": \"person\",\n        \"phone\": \"string\",\n        \"political_exposure\": \"existing\",\n        \"registered_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"relationship\": {\n          \"authorizer\": true,\n          \"director\": true,\n          \"executive\": true,\n          \"legal_guardian\": true,\n          \"owner\": true,\n          \"percent_ownership\": 0.0,\n          \"representative\": true,\n          \"title\": \"string\"\n        },\n        \"requirements\": {\n          \"alternatives\": [\n            {\n              \"alternative_fields_due\": [\n                \"string\"\n              ],\n              \"original_fields_due\": [\n                \"string\"\n              ]\n            }\n          ],\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"eventually_due\": [\n            \"string\"\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"ssn_last_4_provided\": true,\n        \"us_cfpb_data\": {\n          \"ethnicity_details\": {\n            \"ethnicity\": [\n              \"cuban\"\n            ],\n            \"ethnicity_other\": \"string\"\n          },\n          \"race_details\": {\n            \"race\": [\n              \"african_american\"\n            ],\n            \"race_other\": \"string\"\n          },\n          \"self_identified_gender\": \"string\"\n        },\n        \"verification\": {\n          \"additional_document\": {\n            \"back\": \"string\",\n            \"details\": \"string\",\n            \"details_code\": \"string\",\n            \"front\": \"string\"\n          },\n          \"details\": \"string\",\n          \"details_code\": \"string\",\n          \"document\": {\n            \"back\": \"string\",\n            \"details\": \"string\",\n            \"details_code\": \"string\",\n            \"front\": \"string\"\n          },\n          \"status\": \"string\"\n        }\n      },\n      \"metadata\": {},\n      \"object\": \"account\",\n      \"payouts_enabled\": true,\n      \"requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"current_deadline\": 0,\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"disabled_reason\": \"action_required.requested_capabilities\",\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"settings\": {\n        \"bacs_debit_payments\": {\n          \"display_name\": \"string\",\n          \"service_user_number\": \"string\"\n        },\n        \"branding\": {\n          \"icon\": \"string\",\n          \"logo\": \"string\",\n          \"primary_color\": \"string\",\n          \"secondary_color\": \"string\"\n        },\n        \"card_issuing\": {\n          \"tos_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"card_payments\": {\n          \"decline_on\": {\n            \"avs_failure\": true,\n            \"cvc_failure\": true\n          },\n          \"statement_descriptor_prefix\": \"string\",\n          \"statement_descriptor_prefix_kana\": \"string\",\n          \"statement_descriptor_prefix_kanji\": \"string\"\n        },\n        \"dashboard\": {\n          \"display_name\": \"string\",\n          \"timezone\": \"string\"\n        },\n        \"invoices\": {\n          \"default_account_tax_ids\": [\n            \"string\"\n          ],\n          \"hosted_payment_method_save\": \"always\"\n        },\n        \"payments\": {\n          \"statement_descriptor\": \"string\",\n          \"statement_descriptor_kana\": \"string\",\n          \"statement_descriptor_kanji\": \"string\"\n        },\n        \"payouts\": {\n          \"debit_negative_balances\": true,\n          \"schedule\": {\n            \"delay_days\": 0,\n            \"interval\": \"string\",\n            \"monthly_anchor\": 0,\n            \"monthly_payout_days\": [\n              0\n            ],\n            \"weekly_anchor\": \"string\",\n            \"weekly_payout_days\": [\n              \"friday\"\n            ]\n          },\n          \"statement_descriptor\": \"string\"\n        },\n        \"sepa_debit_payments\": {\n          \"creditor_id\": \"string\"\n        },\n        \"treasury\": {\n          \"tos_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        }\n      },\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"service_agreement\": \"string\",\n        \"user_agent\": \"string\"\n      },\n      \"type\": \"custom\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all connected accounts"},"post":{"description":"<p>With <a href=\"/docs/connect\">Connect</a>, you can create Stripe accounts for your users.\nTo do this, you’ll first need to <a href=\"https://dashboard.stripe.com/account/applications/settings\">register your platform</a>.</p>\n\n<p>If you’ve already collected information for your connected accounts, you <a href=\"/docs/connect/best-practices#onboarding\">can prefill that information</a> when\ncreating the account. Connect Onboarding won’t ask for the prefilled information during account onboarding.\nYou can prefill any information on the account.</p>","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"<p>With <a href=\"/docs/connect\">Connect</a>, you can create Stripe accounts for your users.\nTo do this, you’ll first need to <a href=\"https://dashboard.stripe.com/account/applications/settings\">register your platform</a>.</p>\n\n<p>If you’ve already collected information for your connected accounts, you <a href=\"/docs/connect/best-practices#onboarding\">can prefill that information</a> when\ncreating the account. Connect Onboarding won’t ask for the prefilled information during account onboarding.\nYou can prefill any information on the account.</p>"}},"/v1/accounts/{account}":{"delete":{"description":"Delete an account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_account"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"account\"\n}"}},"summary":"Delete an account"},"get":{"description":"Retrieve account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Retrieve account"},"post":{"description":"Update an account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Update an account"}},"/v1/accounts/{account}/bank_accounts":{"post":{"description":"Create an external account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Create an external account"}},"/v1/accounts/{account}/bank_accounts/{id}":{"delete":{"description":"Delete an external account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Unique identifier for the external account to be deleted.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_external_account"}}},"description":"{\n  \"currency\": \"string\",\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"bank_account\"\n}"}},"summary":"Delete an external account"},"get":{"description":"Retrieve an external account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Unique identifier for the external account to be retrieved.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Retrieve an external account"},"post":{"description":"<p>Updates the metadata, account holder name, account holder type of a bank account belonging to\na connected account and optionally sets it as the default for its currency. Other bank account\ndetails are not editable by design.</p>\n\n<p>You can only update bank accounts when <a href=\"/api/accounts/object#account_object-controller-requirement_collection\">account.controller.requirement_collection</a> is <code>application</code>, which includes <a href=\"/connect/custom-accounts\">Custom accounts</a>.</p>\n\n<p>You can re-enable a disabled bank account by performing an update call without providing any\narguments or changes.</p>","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"<p>Updates the metadata, account holder name, account holder type of a bank account belonging to\na connected account and optionally sets it as the default for its currency. Other bank account\ndetails are not editable by design.</p>\n\n<p>You can only update bank accounts when <a href=\"/api/accounts/object#account_object-controller-requirement_collection\">account.controller.requirement_collection</a> is <code>application</code>, which includes <a href=\"/connect/custom-accounts\">Custom accounts</a>.</p>\n\n<p>You can re-enable a disabled bank account by performing an update call without providing any\narguments or changes.</p>"}},"/v1/accounts/{account}/capabilities":{"get":{"description":"List all account capabilities","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"future_requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"current_deadline\": 0,\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"disabled_reason\": \"other\",\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"object\": \"capability\",\n      \"requested\": true,\n      \"requested_at\": 0,\n      \"requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"current_deadline\": 0,\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"disabled_reason\": \"other\",\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"status\": \"active\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all account capabilities"}},"/v1/accounts/{account}/capabilities/{capability}":{"get":{"description":"Retrieve an Account Capability","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"capability","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/capability"}}},"description":"{\n  \"account\": \"string\",\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"other\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"object\": \"capability\",\n  \"requested\": true,\n  \"requested_at\": 0,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"other\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Retrieve an Account Capability"},"post":{"description":"Update an Account Capability","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"capability","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/capability"}}},"description":"{\n  \"account\": \"string\",\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"other\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"object\": \"capability\",\n  \"requested\": true,\n  \"requested_at\": 0,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"other\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Update an Account Capability"}},"/v1/accounts/{account}/external_accounts":{"get":{"description":"List all external accounts","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filter external accounts according to a particular object type.","in":"query","name":"object","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all external accounts"},"post":{"description":"Create an external account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Create an external account"}},"/v1/accounts/{account}/external_accounts/{id}":{"delete":{"description":"Delete an external account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Unique identifier for the external account to be deleted.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_external_account"}}},"description":"{\n  \"currency\": \"string\",\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"bank_account\"\n}"}},"summary":"Delete an external account"},"get":{"description":"Retrieve an external account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Unique identifier for the external account to be retrieved.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Retrieve an external account"},"post":{"description":"<p>Updates the metadata, account holder name, account holder type of a bank account belonging to\na connected account and optionally sets it as the default for its currency. Other bank account\ndetails are not editable by design.</p>\n\n<p>You can only update bank accounts when <a href=\"/api/accounts/object#account_object-controller-requirement_collection\">account.controller.requirement_collection</a> is <code>application</code>, which includes <a href=\"/connect/custom-accounts\">Custom accounts</a>.</p>\n\n<p>You can re-enable a disabled bank account by performing an update call without providing any\narguments or changes.</p>","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"<p>Updates the metadata, account holder name, account holder type of a bank account belonging to\na connected account and optionally sets it as the default for its currency. Other bank account\ndetails are not editable by design.</p>\n\n<p>You can only update bank accounts when <a href=\"/api/accounts/object#account_object-controller-requirement_collection\">account.controller.requirement_collection</a> is <code>application</code>, which includes <a href=\"/connect/custom-accounts\">Custom accounts</a>.</p>\n\n<p>You can re-enable a disabled bank account by performing an update call without providing any\narguments or changes.</p>"}},"/v1/accounts/{account}/login_links":{"post":{"description":"Create a login link","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/login_link"}}},"description":"{\n  \"created\": 0,\n  \"object\": \"login_link\",\n  \"url\": \"string\"\n}"}},"summary":"Create a login link"}},"/v1/accounts/{account}/people":{"get":{"description":"List all persons","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filters on the list of people returned based on the person's relationship to the account's company.","in":"query","name":"relationship","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"additional_tos_acceptances\": {\n        \"account\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_kana\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"town\": \"string\"\n      },\n      \"address_kanji\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"town\": \"string\"\n      },\n      \"created\": 0,\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"email\": \"string\",\n      \"first_name\": \"string\",\n      \"first_name_kana\": \"string\",\n      \"first_name_kanji\": \"string\",\n      \"full_name_aliases\": [\n        \"string\"\n      ],\n      \"future_requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"gender\": \"string\",\n      \"id\": \"string\",\n      \"id_number_provided\": true,\n      \"id_number_secondary_provided\": true,\n      \"last_name\": \"string\",\n      \"last_name_kana\": \"string\",\n      \"last_name_kanji\": \"string\",\n      \"maiden_name\": \"string\",\n      \"metadata\": {},\n      \"nationality\": \"string\",\n      \"object\": \"person\",\n      \"phone\": \"string\",\n      \"political_exposure\": \"existing\",\n      \"registered_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"relationship\": {\n        \"authorizer\": true,\n        \"director\": true,\n        \"executive\": true,\n        \"legal_guardian\": true,\n        \"owner\": true,\n        \"percent_ownership\": 0.0,\n        \"representative\": true,\n        \"title\": \"string\"\n      },\n      \"requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"ssn_last_4_provided\": true,\n      \"us_cfpb_data\": {\n        \"ethnicity_details\": {\n          \"ethnicity\": [\n            \"cuban\"\n          ],\n          \"ethnicity_other\": \"string\"\n        },\n        \"race_details\": {\n          \"race\": [\n            \"african_american\"\n          ],\n          \"race_other\": \"string\"\n        },\n        \"self_identified_gender\": \"string\"\n      },\n      \"verification\": {\n        \"additional_document\": {\n          \"back\": \"string\",\n          \"details\": \"string\",\n          \"details_code\": \"string\",\n          \"front\": \"string\"\n        },\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"document\": {\n          \"back\": \"string\",\n          \"details\": \"string\",\n          \"details_code\": \"string\",\n          \"front\": \"string\"\n        },\n        \"status\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all persons"},"post":{"description":"Create a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/person"}}},"description":"{\n  \"account\": \"string\",\n  \"additional_tos_acceptances\": {\n    \"account\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    }\n  },\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"created\": 0,\n  \"dob\": {\n    \"day\": 0,\n    \"month\": 0,\n    \"year\": 0\n  },\n  \"email\": \"string\",\n  \"first_name\": \"string\",\n  \"first_name_kana\": \"string\",\n  \"first_name_kanji\": \"string\",\n  \"full_name_aliases\": [\n    \"string\"\n  ],\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"gender\": \"string\",\n  \"id\": \"string\",\n  \"id_number_provided\": true,\n  \"id_number_secondary_provided\": true,\n  \"last_name\": \"string\",\n  \"last_name_kana\": \"string\",\n  \"last_name_kanji\": \"string\",\n  \"maiden_name\": \"string\",\n  \"metadata\": {},\n  \"nationality\": \"string\",\n  \"object\": \"person\",\n  \"phone\": \"string\",\n  \"political_exposure\": \"existing\",\n  \"registered_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"relationship\": {\n    \"authorizer\": true,\n    \"director\": true,\n    \"executive\": true,\n    \"legal_guardian\": true,\n    \"owner\": true,\n    \"percent_ownership\": 0.0,\n    \"representative\": true,\n    \"title\": \"string\"\n  },\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"ssn_last_4_provided\": true,\n  \"us_cfpb_data\": {\n    \"ethnicity_details\": {\n      \"ethnicity\": [\n        \"cuban\"\n      ],\n      \"ethnicity_other\": \"string\"\n    },\n    \"race_details\": {\n      \"race\": [\n        \"african_american\"\n      ],\n      \"race_other\": \"string\"\n    },\n    \"self_identified_gender\": \"string\"\n  },\n  \"verification\": {\n    \"additional_document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"details\": \"string\",\n    \"details_code\": \"string\",\n    \"document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"status\": \"string\"\n  }\n}"}},"summary":"Create a person"}},"/v1/accounts/{account}/people/{person}":{"delete":{"description":"Delete a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"person","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_person"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"person\"\n}"}},"summary":"Delete a person"},"get":{"description":"Retrieve a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"person","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/person"}}},"description":"{\n  \"account\": \"string\",\n  \"additional_tos_acceptances\": {\n    \"account\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    }\n  },\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"created\": 0,\n  \"dob\": {\n    \"day\": 0,\n    \"month\": 0,\n    \"year\": 0\n  },\n  \"email\": \"string\",\n  \"first_name\": \"string\",\n  \"first_name_kana\": \"string\",\n  \"first_name_kanji\": \"string\",\n  \"full_name_aliases\": [\n    \"string\"\n  ],\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"gender\": \"string\",\n  \"id\": \"string\",\n  \"id_number_provided\": true,\n  \"id_number_secondary_provided\": true,\n  \"last_name\": \"string\",\n  \"last_name_kana\": \"string\",\n  \"last_name_kanji\": \"string\",\n  \"maiden_name\": \"string\",\n  \"metadata\": {},\n  \"nationality\": \"string\",\n  \"object\": \"person\",\n  \"phone\": \"string\",\n  \"political_exposure\": \"existing\",\n  \"registered_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"relationship\": {\n    \"authorizer\": true,\n    \"director\": true,\n    \"executive\": true,\n    \"legal_guardian\": true,\n    \"owner\": true,\n    \"percent_ownership\": 0.0,\n    \"representative\": true,\n    \"title\": \"string\"\n  },\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"ssn_last_4_provided\": true,\n  \"us_cfpb_data\": {\n    \"ethnicity_details\": {\n      \"ethnicity\": [\n        \"cuban\"\n      ],\n      \"ethnicity_other\": \"string\"\n    },\n    \"race_details\": {\n      \"race\": [\n        \"african_american\"\n      ],\n      \"race_other\": \"string\"\n    },\n    \"self_identified_gender\": \"string\"\n  },\n  \"verification\": {\n    \"additional_document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"details\": \"string\",\n    \"details_code\": \"string\",\n    \"document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"status\": \"string\"\n  }\n}"}},"summary":"Retrieve a person"},"post":{"description":"Update a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"person","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/person"}}},"description":"{\n  \"account\": \"string\",\n  \"additional_tos_acceptances\": {\n    \"account\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    }\n  },\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"created\": 0,\n  \"dob\": {\n    \"day\": 0,\n    \"month\": 0,\n    \"year\": 0\n  },\n  \"email\": \"string\",\n  \"first_name\": \"string\",\n  \"first_name_kana\": \"string\",\n  \"first_name_kanji\": \"string\",\n  \"full_name_aliases\": [\n    \"string\"\n  ],\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"gender\": \"string\",\n  \"id\": \"string\",\n  \"id_number_provided\": true,\n  \"id_number_secondary_provided\": true,\n  \"last_name\": \"string\",\n  \"last_name_kana\": \"string\",\n  \"last_name_kanji\": \"string\",\n  \"maiden_name\": \"string\",\n  \"metadata\": {},\n  \"nationality\": \"string\",\n  \"object\": \"person\",\n  \"phone\": \"string\",\n  \"political_exposure\": \"existing\",\n  \"registered_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"relationship\": {\n    \"authorizer\": true,\n    \"director\": true,\n    \"executive\": true,\n    \"legal_guardian\": true,\n    \"owner\": true,\n    \"percent_ownership\": 0.0,\n    \"representative\": true,\n    \"title\": \"string\"\n  },\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"ssn_last_4_provided\": true,\n  \"us_cfpb_data\": {\n    \"ethnicity_details\": {\n      \"ethnicity\": [\n        \"cuban\"\n      ],\n      \"ethnicity_other\": \"string\"\n    },\n    \"race_details\": {\n      \"race\": [\n        \"african_american\"\n      ],\n      \"race_other\": \"string\"\n    },\n    \"self_identified_gender\": \"string\"\n  },\n  \"verification\": {\n    \"additional_document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"details\": \"string\",\n    \"details_code\": \"string\",\n    \"document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"status\": \"string\"\n  }\n}"}},"summary":"Update a person"}},"/v1/accounts/{account}/persons":{"get":{"description":"List all persons","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filters on the list of people returned based on the person's relationship to the account's company.","in":"query","name":"relationship","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"additional_tos_acceptances\": {\n        \"account\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_kana\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"town\": \"string\"\n      },\n      \"address_kanji\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"town\": \"string\"\n      },\n      \"created\": 0,\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"email\": \"string\",\n      \"first_name\": \"string\",\n      \"first_name_kana\": \"string\",\n      \"first_name_kanji\": \"string\",\n      \"full_name_aliases\": [\n        \"string\"\n      ],\n      \"future_requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"gender\": \"string\",\n      \"id\": \"string\",\n      \"id_number_provided\": true,\n      \"id_number_secondary_provided\": true,\n      \"last_name\": \"string\",\n      \"last_name_kana\": \"string\",\n      \"last_name_kanji\": \"string\",\n      \"maiden_name\": \"string\",\n      \"metadata\": {},\n      \"nationality\": \"string\",\n      \"object\": \"person\",\n      \"phone\": \"string\",\n      \"political_exposure\": \"existing\",\n      \"registered_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"relationship\": {\n        \"authorizer\": true,\n        \"director\": true,\n        \"executive\": true,\n        \"legal_guardian\": true,\n        \"owner\": true,\n        \"percent_ownership\": 0.0,\n        \"representative\": true,\n        \"title\": \"string\"\n      },\n      \"requirements\": {\n        \"alternatives\": [\n          {\n            \"alternative_fields_due\": [\n              \"string\"\n            ],\n            \"original_fields_due\": [\n              \"string\"\n            ]\n          }\n        ],\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"eventually_due\": [\n          \"string\"\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"ssn_last_4_provided\": true,\n      \"us_cfpb_data\": {\n        \"ethnicity_details\": {\n          \"ethnicity\": [\n            \"cuban\"\n          ],\n          \"ethnicity_other\": \"string\"\n        },\n        \"race_details\": {\n          \"race\": [\n            \"african_american\"\n          ],\n          \"race_other\": \"string\"\n        },\n        \"self_identified_gender\": \"string\"\n      },\n      \"verification\": {\n        \"additional_document\": {\n          \"back\": \"string\",\n          \"details\": \"string\",\n          \"details_code\": \"string\",\n          \"front\": \"string\"\n        },\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"document\": {\n          \"back\": \"string\",\n          \"details\": \"string\",\n          \"details_code\": \"string\",\n          \"front\": \"string\"\n        },\n        \"status\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all persons"},"post":{"description":"Create a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/person"}}},"description":"{\n  \"account\": \"string\",\n  \"additional_tos_acceptances\": {\n    \"account\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    }\n  },\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"created\": 0,\n  \"dob\": {\n    \"day\": 0,\n    \"month\": 0,\n    \"year\": 0\n  },\n  \"email\": \"string\",\n  \"first_name\": \"string\",\n  \"first_name_kana\": \"string\",\n  \"first_name_kanji\": \"string\",\n  \"full_name_aliases\": [\n    \"string\"\n  ],\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"gender\": \"string\",\n  \"id\": \"string\",\n  \"id_number_provided\": true,\n  \"id_number_secondary_provided\": true,\n  \"last_name\": \"string\",\n  \"last_name_kana\": \"string\",\n  \"last_name_kanji\": \"string\",\n  \"maiden_name\": \"string\",\n  \"metadata\": {},\n  \"nationality\": \"string\",\n  \"object\": \"person\",\n  \"phone\": \"string\",\n  \"political_exposure\": \"existing\",\n  \"registered_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"relationship\": {\n    \"authorizer\": true,\n    \"director\": true,\n    \"executive\": true,\n    \"legal_guardian\": true,\n    \"owner\": true,\n    \"percent_ownership\": 0.0,\n    \"representative\": true,\n    \"title\": \"string\"\n  },\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"ssn_last_4_provided\": true,\n  \"us_cfpb_data\": {\n    \"ethnicity_details\": {\n      \"ethnicity\": [\n        \"cuban\"\n      ],\n      \"ethnicity_other\": \"string\"\n    },\n    \"race_details\": {\n      \"race\": [\n        \"african_american\"\n      ],\n      \"race_other\": \"string\"\n    },\n    \"self_identified_gender\": \"string\"\n  },\n  \"verification\": {\n    \"additional_document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"details\": \"string\",\n    \"details_code\": \"string\",\n    \"document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"status\": \"string\"\n  }\n}"}},"summary":"Create a person"}},"/v1/accounts/{account}/persons/{person}":{"delete":{"description":"Delete a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"person","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_person"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"person\"\n}"}},"summary":"Delete a person"},"get":{"description":"Retrieve a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"person","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/person"}}},"description":"{\n  \"account\": \"string\",\n  \"additional_tos_acceptances\": {\n    \"account\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    }\n  },\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"created\": 0,\n  \"dob\": {\n    \"day\": 0,\n    \"month\": 0,\n    \"year\": 0\n  },\n  \"email\": \"string\",\n  \"first_name\": \"string\",\n  \"first_name_kana\": \"string\",\n  \"first_name_kanji\": \"string\",\n  \"full_name_aliases\": [\n    \"string\"\n  ],\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"gender\": \"string\",\n  \"id\": \"string\",\n  \"id_number_provided\": true,\n  \"id_number_secondary_provided\": true,\n  \"last_name\": \"string\",\n  \"last_name_kana\": \"string\",\n  \"last_name_kanji\": \"string\",\n  \"maiden_name\": \"string\",\n  \"metadata\": {},\n  \"nationality\": \"string\",\n  \"object\": \"person\",\n  \"phone\": \"string\",\n  \"political_exposure\": \"existing\",\n  \"registered_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"relationship\": {\n    \"authorizer\": true,\n    \"director\": true,\n    \"executive\": true,\n    \"legal_guardian\": true,\n    \"owner\": true,\n    \"percent_ownership\": 0.0,\n    \"representative\": true,\n    \"title\": \"string\"\n  },\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"ssn_last_4_provided\": true,\n  \"us_cfpb_data\": {\n    \"ethnicity_details\": {\n      \"ethnicity\": [\n        \"cuban\"\n      ],\n      \"ethnicity_other\": \"string\"\n    },\n    \"race_details\": {\n      \"race\": [\n        \"african_american\"\n      ],\n      \"race_other\": \"string\"\n    },\n    \"self_identified_gender\": \"string\"\n  },\n  \"verification\": {\n    \"additional_document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"details\": \"string\",\n    \"details_code\": \"string\",\n    \"document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"status\": \"string\"\n  }\n}"}},"summary":"Retrieve a person"},"post":{"description":"Update a person","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"person","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/person"}}},"description":"{\n  \"account\": \"string\",\n  \"additional_tos_acceptances\": {\n    \"account\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    }\n  },\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"created\": 0,\n  \"dob\": {\n    \"day\": 0,\n    \"month\": 0,\n    \"year\": 0\n  },\n  \"email\": \"string\",\n  \"first_name\": \"string\",\n  \"first_name_kana\": \"string\",\n  \"first_name_kanji\": \"string\",\n  \"full_name_aliases\": [\n    \"string\"\n  ],\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"gender\": \"string\",\n  \"id\": \"string\",\n  \"id_number_provided\": true,\n  \"id_number_secondary_provided\": true,\n  \"last_name\": \"string\",\n  \"last_name_kana\": \"string\",\n  \"last_name_kanji\": \"string\",\n  \"maiden_name\": \"string\",\n  \"metadata\": {},\n  \"nationality\": \"string\",\n  \"object\": \"person\",\n  \"phone\": \"string\",\n  \"political_exposure\": \"existing\",\n  \"registered_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"relationship\": {\n    \"authorizer\": true,\n    \"director\": true,\n    \"executive\": true,\n    \"legal_guardian\": true,\n    \"owner\": true,\n    \"percent_ownership\": 0.0,\n    \"representative\": true,\n    \"title\": \"string\"\n  },\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"ssn_last_4_provided\": true,\n  \"us_cfpb_data\": {\n    \"ethnicity_details\": {\n      \"ethnicity\": [\n        \"cuban\"\n      ],\n      \"ethnicity_other\": \"string\"\n    },\n    \"race_details\": {\n      \"race\": [\n        \"african_american\"\n      ],\n      \"race_other\": \"string\"\n    },\n    \"self_identified_gender\": \"string\"\n  },\n  \"verification\": {\n    \"additional_document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"details\": \"string\",\n    \"details_code\": \"string\",\n    \"document\": {\n      \"back\": \"string\",\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"front\": \"string\"\n    },\n    \"status\": \"string\"\n  }\n}"}},"summary":"Update a person"}},"/v1/accounts/{account}/reject":{"post":{"description":"Reject an account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Reject an account"}},"/v1/apple_pay/domains":{"get":{"description":"<p>List apple pay domains.</p>","parameters":[{"in":"query","name":"domain_name","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"domain_name\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"apple_pay_domain\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"<p>List apple pay domains.</p>"},"post":{"description":"<p>Create an apple pay domain.</p>","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/apple_pay_domain"}}},"description":"{\n  \"created\": 0,\n  \"domain_name\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"apple_pay_domain\"\n}"}},"summary":"<p>Create an apple pay domain.</p>"}},"/v1/apple_pay/domains/{domain}":{"delete":{"description":"<p>Delete an apple pay domain.</p>","parameters":[{"in":"path","name":"domain","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_apple_pay_domain"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"apple_pay_domain\"\n}"}},"summary":"<p>Delete an apple pay domain.</p>"},"get":{"description":"<p>Retrieve an apple pay domain.</p>","parameters":[{"in":"path","name":"domain","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/apple_pay_domain"}}},"description":"{\n  \"created\": 0,\n  \"domain_name\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"apple_pay_domain\"\n}"}},"summary":"<p>Retrieve an apple pay domain.</p>"}},"/v1/application_fees":{"get":{"description":"List all application fees","parameters":[{"description":"Only return application fees for the charge specified by this charge ID.","in":"query","name":"charge","schema":{"type":"string"},"style":"form"},{"description":"Only return applications fees that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"amount\": 0,\n      \"amount_refunded\": 0,\n      \"application\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"charge\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"fee_source\": {\n        \"charge\": \"string\",\n        \"payout\": \"string\",\n        \"type\": \"charge\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"application_fee\",\n      \"originating_transaction\": \"string\",\n      \"refunded\": true,\n      \"refunds\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"balance_transaction\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"fee\": \"string\",\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"fee_refund\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all application fees"}},"/v1/application_fees/{fee}/refunds/{id}":{"get":{"description":"Retrieve an application fee refund","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"fee","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fee_refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fee\": \"string\",\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"fee_refund\"\n}"}},"summary":"Retrieve an application fee refund"},"post":{"description":"Update an application fee refund","parameters":[{"in":"path","name":"fee","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fee_refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fee\": \"string\",\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"fee_refund\"\n}"}},"summary":"Update an application fee refund"}},"/v1/application_fees/{id}":{"get":{"description":"Retrieve an application fee","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/application_fee"}}},"description":"{\n  \"account\": \"string\",\n  \"amount\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fee_source\": {\n    \"charge\": \"string\",\n    \"payout\": \"string\",\n    \"type\": \"charge\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"application_fee\",\n  \"originating_transaction\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"fee\": \"string\",\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"fee_refund\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  }\n}"}},"summary":"Retrieve an application fee"}},"/v1/application_fees/{id}/refund":{"post":{"description":"","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/application_fee"}}},"description":"{\n  \"account\": \"string\",\n  \"amount\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fee_source\": {\n    \"charge\": \"string\",\n    \"payout\": \"string\",\n    \"type\": \"charge\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"application_fee\",\n  \"originating_transaction\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"fee\": \"string\",\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"fee_refund\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  }\n}"}},"summary":""}},"/v1/application_fees/{id}/refunds":{"get":{"description":"List all application fee refunds","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"fee\": \"string\",\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"fee_refund\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all application fee refunds"},"post":{"description":"Create an application fee refund","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fee_refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fee\": \"string\",\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"fee_refund\"\n}"}},"summary":"Create an application fee refund"}},"/v1/apps/secrets":{"get":{"description":"List secrets","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user.","in":"query","name":"scope","required":true,"schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"deleted\": true,\n      \"expires_at\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"name\": \"string\",\n      \"object\": \"apps.secret\",\n      \"payload\": \"string\",\n      \"scope\": {\n        \"type\": \"account\",\n        \"user\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List secrets"},"post":{"description":"Set a Secret","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/apps.secret"}}},"description":"{\n  \"created\": 0,\n  \"deleted\": true,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"apps.secret\",\n  \"payload\": \"string\",\n  \"scope\": {\n    \"type\": \"account\",\n    \"user\": \"string\"\n  }\n}"}},"summary":"Set a Secret"}},"/v1/apps/secrets/delete":{"post":{"description":"Delete a Secret","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/apps.secret"}}},"description":"{\n  \"created\": 0,\n  \"deleted\": true,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"apps.secret\",\n  \"payload\": \"string\",\n  \"scope\": {\n    \"type\": \"account\",\n    \"user\": \"string\"\n  }\n}"}},"summary":"Delete a Secret"}},"/v1/apps/secrets/find":{"get":{"description":"Find a Secret","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A name for the secret that's unique within the scope.","in":"query","name":"name","required":true,"schema":{"type":"string"},"style":"form"},{"description":"Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user.","in":"query","name":"scope","required":true,"schema":{"type":"object"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/apps.secret"}}},"description":"{\n  \"created\": 0,\n  \"deleted\": true,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"apps.secret\",\n  \"payload\": \"string\",\n  \"scope\": {\n    \"type\": \"account\",\n    \"user\": \"string\"\n  }\n}"}},"summary":"Find a Secret"}},"/v1/balance":{"get":{"description":"Retrieve balance","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/balance"}}},"description":"{\n  \"available\": [\n    {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"source_types\": {\n        \"bank_account\": 0,\n        \"card\": 0,\n        \"fpx\": 0\n      }\n    }\n  ],\n  \"connect_reserved\": [\n    {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"source_types\": {\n        \"bank_account\": 0,\n        \"card\": 0,\n        \"fpx\": 0\n      }\n    }\n  ],\n  \"instant_available\": [\n    {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"net_available\": [\n        {\n          \"amount\": 0,\n          \"destination\": \"string\",\n          \"source_types\": {\n            \"bank_account\": 0,\n            \"card\": 0,\n            \"fpx\": 0\n          }\n        }\n      ],\n      \"source_types\": {\n        \"bank_account\": 0,\n        \"card\": 0,\n        \"fpx\": 0\n      }\n    }\n  ],\n  \"issuing\": {\n    \"available\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"source_types\": {\n          \"bank_account\": 0,\n          \"card\": 0,\n          \"fpx\": 0\n        }\n      }\n    ]\n  },\n  \"livemode\": true,\n  \"object\": \"balance\",\n  \"pending\": [\n    {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"source_types\": {\n        \"bank_account\": 0,\n        \"card\": 0,\n        \"fpx\": 0\n      }\n    }\n  ],\n  \"refund_and_dispute_prefunding\": {\n    \"available\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"source_types\": {\n          \"bank_account\": 0,\n          \"card\": 0,\n          \"fpx\": 0\n        }\n      }\n    ],\n    \"pending\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"source_types\": {\n          \"bank_account\": 0,\n          \"card\": 0,\n          \"fpx\": 0\n        }\n      }\n    ]\n  }\n}"}},"summary":"Retrieve balance"}},"/v1/balance/history":{"get":{"description":"List all balance transactions","parameters":[{"description":"Only return transactions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return transactions in a certain currency. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","in":"query","name":"currency","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"For automatic Stripe payouts only, only returns transactions that were paid out on the specified payout ID.","in":"query","name":"payout","schema":{"type":"string"},"style":"form"},{"description":"Only returns transactions associated with the given object.","in":"query","name":"source","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only returns transactions of the given type. One of: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `payout_minimum_balance_hold`, `payout_minimum_balance_release`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `reserve_hold`, `reserve_release`, `stripe_fee`, `stripe_fx_fee`, `stripe_balance_payment_debit`, `stripe_balance_payment_debit_reversal`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all balance transactions"}},"/v1/balance/history/{id}":{"get":{"description":"Retrieve a balance transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/balance_transaction"}}},"description":"{\n  \"amount\": 0,\n  \"available_on\": 0,\n  \"balance_type\": \"issuing\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"exchange_rate\": 0.0,\n  \"fee\": 0,\n  \"fee_details\": [\n    {\n      \"amount\": 0,\n      \"application\": \"string\",\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"type\": \"string\"\n    }\n  ],\n  \"id\": \"string\",\n  \"net\": 0,\n  \"object\": \"balance_transaction\",\n  \"reporting_category\": \"string\",\n  \"source\": \"string\",\n  \"status\": \"string\",\n  \"type\": \"adjustment\"\n}"}},"summary":"Retrieve a balance transaction"}},"/v1/balance_settings":{"get":{"description":"Retrieve balance settings","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/balance_settings"}}},"description":"{\n  \"object\": \"balance_settings\",\n  \"payments\": {\n    \"debit_negative_balances\": true,\n    \"payouts\": {\n      \"minimum_balance_by_currency\": {},\n      \"schedule\": {\n        \"interval\": \"daily\",\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"disabled\"\n    },\n    \"settlement_timing\": {\n      \"delay_days\": 0,\n      \"delay_days_override\": 0\n    }\n  }\n}"}},"summary":"Retrieve balance settings"},"post":{"description":"Update balance settings","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/balance_settings"}}},"description":"{\n  \"object\": \"balance_settings\",\n  \"payments\": {\n    \"debit_negative_balances\": true,\n    \"payouts\": {\n      \"minimum_balance_by_currency\": {},\n      \"schedule\": {\n        \"interval\": \"daily\",\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"disabled\"\n    },\n    \"settlement_timing\": {\n      \"delay_days\": 0,\n      \"delay_days_override\": 0\n    }\n  }\n}"}},"summary":"Update balance settings"}},"/v1/balance_transactions":{"get":{"description":"List all balance transactions","parameters":[{"description":"Only return transactions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return transactions in a certain currency. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).","in":"query","name":"currency","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"For automatic Stripe payouts only, only returns transactions that were paid out on the specified payout ID.","in":"query","name":"payout","schema":{"type":"string"},"style":"form"},{"description":"Only returns transactions associated with the given object.","in":"query","name":"source","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only returns transactions of the given type. One of: `adjustment`, `advance`, `advance_funding`, `anticipation_repayment`, `application_fee`, `application_fee_refund`, `charge`, `climate_order_purchase`, `climate_order_refund`, `connect_collection_transfer`, `contribution`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_dispute`, `issuing_transaction`, `obligation_outbound`, `obligation_reversal_inbound`, `payment`, `payment_failure_refund`, `payment_network_reserve_hold`, `payment_network_reserve_release`, `payment_refund`, `payment_reversal`, `payment_unreconciled`, `payout`, `payout_cancel`, `payout_failure`, `payout_minimum_balance_hold`, `payout_minimum_balance_release`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `reserve_hold`, `reserve_release`, `stripe_fee`, `stripe_fx_fee`, `stripe_balance_payment_debit`, `stripe_balance_payment_debit_reversal`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all balance transactions"}},"/v1/balance_transactions/{id}":{"get":{"description":"Retrieve a balance transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/balance_transaction"}}},"description":"{\n  \"amount\": 0,\n  \"available_on\": 0,\n  \"balance_type\": \"issuing\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"exchange_rate\": 0.0,\n  \"fee\": 0,\n  \"fee_details\": [\n    {\n      \"amount\": 0,\n      \"application\": \"string\",\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"type\": \"string\"\n    }\n  ],\n  \"id\": \"string\",\n  \"net\": 0,\n  \"object\": \"balance_transaction\",\n  \"reporting_category\": \"string\",\n  \"source\": \"string\",\n  \"status\": \"string\",\n  \"type\": \"adjustment\"\n}"}},"summary":"Retrieve a balance transaction"}},"/v1/billing/alerts":{"get":{"description":"List billing alerts","parameters":[{"description":"Filter results to only include this type of alert.","in":"query","name":"alert_type","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filter results to only include alerts with the given meter.","in":"query","name":"meter","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"alert_type\": \"usage_threshold\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"billing.alert\",\n      \"status\": \"active\",\n      \"title\": \"string\",\n      \"usage_threshold\": {\n        \"filters\": [\n          {\n            \"customer\": \"string\",\n            \"type\": \"customer\"\n          }\n        ],\n        \"gte\": 0,\n        \"meter\": \"string\",\n        \"recurrence\": \"one_time\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List billing alerts"},"post":{"description":"Create a billing alert","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.alert"}}},"description":"{\n  \"alert_type\": \"usage_threshold\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.alert\",\n  \"status\": \"active\",\n  \"title\": \"string\",\n  \"usage_threshold\": {\n    \"filters\": [\n      {\n        \"customer\": \"string\",\n        \"type\": \"customer\"\n      }\n    ],\n    \"gte\": 0,\n    \"meter\": \"string\",\n    \"recurrence\": \"one_time\"\n  }\n}"}},"summary":"Create a billing alert"}},"/v1/billing/alerts/{id}":{"get":{"description":"Retrieve a billing alert","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.alert"}}},"description":"{\n  \"alert_type\": \"usage_threshold\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.alert\",\n  \"status\": \"active\",\n  \"title\": \"string\",\n  \"usage_threshold\": {\n    \"filters\": [\n      {\n        \"customer\": \"string\",\n        \"type\": \"customer\"\n      }\n    ],\n    \"gte\": 0,\n    \"meter\": \"string\",\n    \"recurrence\": \"one_time\"\n  }\n}"}},"summary":"Retrieve a billing alert"}},"/v1/billing/alerts/{id}/activate":{"post":{"description":"Activate a billing alert","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.alert"}}},"description":"{\n  \"alert_type\": \"usage_threshold\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.alert\",\n  \"status\": \"active\",\n  \"title\": \"string\",\n  \"usage_threshold\": {\n    \"filters\": [\n      {\n        \"customer\": \"string\",\n        \"type\": \"customer\"\n      }\n    ],\n    \"gte\": 0,\n    \"meter\": \"string\",\n    \"recurrence\": \"one_time\"\n  }\n}"}},"summary":"Activate a billing alert"}},"/v1/billing/alerts/{id}/archive":{"post":{"description":"Archive a billing alert","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.alert"}}},"description":"{\n  \"alert_type\": \"usage_threshold\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.alert\",\n  \"status\": \"active\",\n  \"title\": \"string\",\n  \"usage_threshold\": {\n    \"filters\": [\n      {\n        \"customer\": \"string\",\n        \"type\": \"customer\"\n      }\n    ],\n    \"gte\": 0,\n    \"meter\": \"string\",\n    \"recurrence\": \"one_time\"\n  }\n}"}},"summary":"Archive a billing alert"}},"/v1/billing/alerts/{id}/deactivate":{"post":{"description":"Deactivate a billing alert","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.alert"}}},"description":"{\n  \"alert_type\": \"usage_threshold\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.alert\",\n  \"status\": \"active\",\n  \"title\": \"string\",\n  \"usage_threshold\": {\n    \"filters\": [\n      {\n        \"customer\": \"string\",\n        \"type\": \"customer\"\n      }\n    ],\n    \"gte\": 0,\n    \"meter\": \"string\",\n    \"recurrence\": \"one_time\"\n  }\n}"}},"summary":"Deactivate a billing alert"}},"/v1/billing/credit_balance_summary":{"get":{"description":"Retrieve the credit balance summary for a customer","parameters":[{"description":"The customer whose credit balance summary you're retrieving.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"The account representing the customer whose credit balance summary you're retrieving.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The filter criteria for the credit balance summary.","in":"query","name":"filter","required":true,"schema":{"type":"object"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_balance_summary"}}},"description":"{\n  \"balances\": [\n    {\n      \"available_balance\": {\n        \"monetary\": {\n          \"currency\": \"string\",\n          \"value\": 0\n        },\n        \"type\": \"monetary\"\n      },\n      \"ledger_balance\": {\n        \"monetary\": {\n          \"currency\": \"string\",\n          \"value\": 0\n        },\n        \"type\": \"monetary\"\n      }\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.credit_balance_summary\"\n}"}},"summary":"Retrieve the credit balance summary for a customer"}},"/v1/billing/credit_balance_transactions":{"get":{"description":"List credit balance transactions","parameters":[{"description":"The credit grant for which to fetch credit balance transactions.","in":"query","name":"credit_grant","schema":{"type":"string"},"style":"form"},{"description":"The customer whose credit balance transactions you're retrieving.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"The account representing the customer whose credit balance transactions you're retrieving.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"credit\": {\n        \"amount\": {\n          \"monetary\": {\n            \"currency\": \"string\",\n            \"value\": 0\n          },\n          \"type\": \"monetary\"\n        },\n        \"credits_application_invoice_voided\": {\n          \"invoice\": \"string\",\n          \"invoice_line_item\": \"string\"\n        },\n        \"type\": \"credits_application_invoice_voided\"\n      },\n      \"credit_grant\": \"string\",\n      \"debit\": {\n        \"amount\": {\n          \"monetary\": {\n            \"currency\": \"string\",\n            \"value\": 0\n          },\n          \"type\": \"monetary\"\n        },\n        \"credits_applied\": {\n          \"invoice\": \"string\",\n          \"invoice_line_item\": \"string\"\n        },\n        \"type\": \"credits_applied\"\n      },\n      \"effective_at\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"billing.credit_balance_transaction\",\n      \"test_clock\": \"string\",\n      \"type\": \"credit\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List credit balance transactions"}},"/v1/billing/credit_balance_transactions/{id}":{"get":{"description":"Retrieve a credit balance transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Unique identifier for the object.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_balance_transaction"}}},"description":"{\n  \"created\": 0,\n  \"credit\": {\n    \"amount\": {\n      \"monetary\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"type\": \"monetary\"\n    },\n    \"credits_application_invoice_voided\": {\n      \"invoice\": \"string\",\n      \"invoice_line_item\": \"string\"\n    },\n    \"type\": \"credits_application_invoice_voided\"\n  },\n  \"credit_grant\": \"string\",\n  \"debit\": {\n    \"amount\": {\n      \"monetary\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"type\": \"monetary\"\n    },\n    \"credits_applied\": {\n      \"invoice\": \"string\",\n      \"invoice_line_item\": \"string\"\n    },\n    \"type\": \"credits_applied\"\n  },\n  \"effective_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.credit_balance_transaction\",\n  \"test_clock\": \"string\",\n  \"type\": \"credit\"\n}"}},"summary":"Retrieve a credit balance transaction"}},"/v1/billing/credit_grants":{"get":{"description":"List credit grants","parameters":[{"description":"Only return credit grants for this customer.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return credit grants for this account representing the customer.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": {\n        \"monetary\": {\n          \"currency\": \"string\",\n          \"value\": 0\n        },\n        \"type\": \"monetary\"\n      },\n      \"applicability_config\": {\n        \"scope\": {\n          \"price_type\": \"metered\",\n          \"prices\": [\n            {\n              \"id\": \"string\"\n            }\n          ]\n        }\n      },\n      \"category\": \"paid\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"effective_at\": 0,\n      \"expires_at\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"billing.credit_grant\",\n      \"priority\": 0,\n      \"test_clock\": \"string\",\n      \"updated\": 0,\n      \"voided_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List credit grants"},"post":{"description":"Create a credit grant","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_grant"}}},"description":"{\n  \"amount\": {\n    \"monetary\": {\n      \"currency\": \"string\",\n      \"value\": 0\n    },\n    \"type\": \"monetary\"\n  },\n  \"applicability_config\": {\n    \"scope\": {\n      \"price_type\": \"metered\",\n      \"prices\": [\n        {\n          \"id\": \"string\"\n        }\n      ]\n    }\n  },\n  \"category\": \"paid\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"effective_at\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing.credit_grant\",\n  \"priority\": 0,\n  \"test_clock\": \"string\",\n  \"updated\": 0,\n  \"voided_at\": 0\n}"}},"summary":"Create a credit grant"}},"/v1/billing/credit_grants/{id}":{"get":{"description":"Retrieve a credit grant","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Unique identifier for the object.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_grant"}}},"description":"{\n  \"amount\": {\n    \"monetary\": {\n      \"currency\": \"string\",\n      \"value\": 0\n    },\n    \"type\": \"monetary\"\n  },\n  \"applicability_config\": {\n    \"scope\": {\n      \"price_type\": \"metered\",\n      \"prices\": [\n        {\n          \"id\": \"string\"\n        }\n      ]\n    }\n  },\n  \"category\": \"paid\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"effective_at\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing.credit_grant\",\n  \"priority\": 0,\n  \"test_clock\": \"string\",\n  \"updated\": 0,\n  \"voided_at\": 0\n}"}},"summary":"Retrieve a credit grant"},"post":{"description":"Update a credit grant","parameters":[{"description":"Unique identifier for the object.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_grant"}}},"description":"{\n  \"amount\": {\n    \"monetary\": {\n      \"currency\": \"string\",\n      \"value\": 0\n    },\n    \"type\": \"monetary\"\n  },\n  \"applicability_config\": {\n    \"scope\": {\n      \"price_type\": \"metered\",\n      \"prices\": [\n        {\n          \"id\": \"string\"\n        }\n      ]\n    }\n  },\n  \"category\": \"paid\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"effective_at\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing.credit_grant\",\n  \"priority\": 0,\n  \"test_clock\": \"string\",\n  \"updated\": 0,\n  \"voided_at\": 0\n}"}},"summary":"Update a credit grant"}},"/v1/billing/credit_grants/{id}/expire":{"post":{"description":"Expire a credit grant","parameters":[{"description":"Unique identifier for the object.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_grant"}}},"description":"{\n  \"amount\": {\n    \"monetary\": {\n      \"currency\": \"string\",\n      \"value\": 0\n    },\n    \"type\": \"monetary\"\n  },\n  \"applicability_config\": {\n    \"scope\": {\n      \"price_type\": \"metered\",\n      \"prices\": [\n        {\n          \"id\": \"string\"\n        }\n      ]\n    }\n  },\n  \"category\": \"paid\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"effective_at\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing.credit_grant\",\n  \"priority\": 0,\n  \"test_clock\": \"string\",\n  \"updated\": 0,\n  \"voided_at\": 0\n}"}},"summary":"Expire a credit grant"}},"/v1/billing/credit_grants/{id}/void":{"post":{"description":"Void a credit grant","parameters":[{"description":"Unique identifier for the object.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.credit_grant"}}},"description":"{\n  \"amount\": {\n    \"monetary\": {\n      \"currency\": \"string\",\n      \"value\": 0\n    },\n    \"type\": \"monetary\"\n  },\n  \"applicability_config\": {\n    \"scope\": {\n      \"price_type\": \"metered\",\n      \"prices\": [\n        {\n          \"id\": \"string\"\n        }\n      ]\n    }\n  },\n  \"category\": \"paid\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"effective_at\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing.credit_grant\",\n  \"priority\": 0,\n  \"test_clock\": \"string\",\n  \"updated\": 0,\n  \"voided_at\": 0\n}"}},"summary":"Void a credit grant"}},"/v1/billing/meter_event_adjustments":{"post":{"description":"Create a billing meter event adjustment","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter_event_adjustment"}}},"description":"{\n  \"cancel\": {\n    \"identifier\": \"string\"\n  },\n  \"event_name\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter_event_adjustment\",\n  \"status\": \"complete\",\n  \"type\": \"cancel\"\n}"}},"summary":"Create a billing meter event adjustment"}},"/v1/billing/meter_events":{"post":{"description":"Create a billing meter event","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter_event"}}},"description":"{\n  \"created\": 0,\n  \"event_name\": \"string\",\n  \"identifier\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter_event\",\n  \"payload\": {},\n  \"timestamp\": 0\n}"}},"summary":"Create a billing meter event"}},"/v1/billing/meters":{"get":{"description":"List billing meters","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Filter results to only include meters with the given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"customer_mapping\": {\n        \"event_payload_key\": \"string\",\n        \"type\": \"by_id\"\n      },\n      \"default_aggregation\": {\n        \"formula\": \"count\"\n      },\n      \"display_name\": \"string\",\n      \"event_name\": \"string\",\n      \"event_time_window\": \"day\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"billing.meter\",\n      \"status\": \"active\",\n      \"status_transitions\": {\n        \"deactivated_at\": 0\n      },\n      \"updated\": 0,\n      \"value_settings\": {\n        \"event_payload_key\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List billing meters"},"post":{"description":"Create a billing meter","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter"}}},"description":"{\n  \"created\": 0,\n  \"customer_mapping\": {\n    \"event_payload_key\": \"string\",\n    \"type\": \"by_id\"\n  },\n  \"default_aggregation\": {\n    \"formula\": \"count\"\n  },\n  \"display_name\": \"string\",\n  \"event_name\": \"string\",\n  \"event_time_window\": \"day\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter\",\n  \"status\": \"active\",\n  \"status_transitions\": {\n    \"deactivated_at\": 0\n  },\n  \"updated\": 0,\n  \"value_settings\": {\n    \"event_payload_key\": \"string\"\n  }\n}"}},"summary":"Create a billing meter"}},"/v1/billing/meters/{id}":{"get":{"description":"Retrieve a billing meter","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter"}}},"description":"{\n  \"created\": 0,\n  \"customer_mapping\": {\n    \"event_payload_key\": \"string\",\n    \"type\": \"by_id\"\n  },\n  \"default_aggregation\": {\n    \"formula\": \"count\"\n  },\n  \"display_name\": \"string\",\n  \"event_name\": \"string\",\n  \"event_time_window\": \"day\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter\",\n  \"status\": \"active\",\n  \"status_transitions\": {\n    \"deactivated_at\": 0\n  },\n  \"updated\": 0,\n  \"value_settings\": {\n    \"event_payload_key\": \"string\"\n  }\n}"}},"summary":"Retrieve a billing meter"},"post":{"description":"Update a billing meter","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter"}}},"description":"{\n  \"created\": 0,\n  \"customer_mapping\": {\n    \"event_payload_key\": \"string\",\n    \"type\": \"by_id\"\n  },\n  \"default_aggregation\": {\n    \"formula\": \"count\"\n  },\n  \"display_name\": \"string\",\n  \"event_name\": \"string\",\n  \"event_time_window\": \"day\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter\",\n  \"status\": \"active\",\n  \"status_transitions\": {\n    \"deactivated_at\": 0\n  },\n  \"updated\": 0,\n  \"value_settings\": {\n    \"event_payload_key\": \"string\"\n  }\n}"}},"summary":"Update a billing meter"}},"/v1/billing/meters/{id}/deactivate":{"post":{"description":"Deactivate a billing meter","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter"}}},"description":"{\n  \"created\": 0,\n  \"customer_mapping\": {\n    \"event_payload_key\": \"string\",\n    \"type\": \"by_id\"\n  },\n  \"default_aggregation\": {\n    \"formula\": \"count\"\n  },\n  \"display_name\": \"string\",\n  \"event_name\": \"string\",\n  \"event_time_window\": \"day\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter\",\n  \"status\": \"active\",\n  \"status_transitions\": {\n    \"deactivated_at\": 0\n  },\n  \"updated\": 0,\n  \"value_settings\": {\n    \"event_payload_key\": \"string\"\n  }\n}"}},"summary":"Deactivate a billing meter"}},"/v1/billing/meters/{id}/event_summaries":{"get":{"description":"List billing meter event summaries","parameters":[{"description":"The customer for which to fetch event summaries.","in":"query","name":"customer","required":true,"schema":{"type":"string"},"style":"form"},{"description":"The timestamp from when to stop aggregating meter events (exclusive). Must be aligned with minute boundaries.","in":"query","name":"end_time","required":true,"schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Unique identifier for the object.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The timestamp from when to start aggregating meter events (inclusive). Must be aligned with minute boundaries.","in":"query","name":"start_time","required":true,"schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Specifies what granularity to use when generating event summaries. If not specified, a single event summary would be returned for the specified time range. For hourly granularity, start and end times must align with hour boundaries (e.g., 00:00, 01:00, ..., 23:00). For daily granularity, start and end times must align with UTC day boundaries (00:00 UTC).","in":"query","name":"value_grouping_window","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"aggregated_value\": 0.0,\n      \"end_time\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"meter\": \"string\",\n      \"object\": \"billing.meter_event_summary\",\n      \"start_time\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List billing meter event summaries"}},"/v1/billing/meters/{id}/reactivate":{"post":{"description":"Reactivate a billing meter","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing.meter"}}},"description":"{\n  \"created\": 0,\n  \"customer_mapping\": {\n    \"event_payload_key\": \"string\",\n    \"type\": \"by_id\"\n  },\n  \"default_aggregation\": {\n    \"formula\": \"count\"\n  },\n  \"display_name\": \"string\",\n  \"event_name\": \"string\",\n  \"event_time_window\": \"day\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"billing.meter\",\n  \"status\": \"active\",\n  \"status_transitions\": {\n    \"deactivated_at\": 0\n  },\n  \"updated\": 0,\n  \"value_settings\": {\n    \"event_payload_key\": \"string\"\n  }\n}"}},"summary":"Reactivate a billing meter"}},"/v1/billing_portal/configurations":{"get":{"description":"List portal configurations","parameters":[{"description":"Only return configurations that are active or inactive (e.g., pass `true` to only list active configurations).","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Only return the default or non-default configurations (e.g., pass `true` to only list the default configuration).","in":"query","name":"is_default","schema":{"type":"boolean"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"application\": \"string\",\n      \"business_profile\": {\n        \"headline\": \"string\",\n        \"privacy_policy_url\": \"string\",\n        \"terms_of_service_url\": \"string\"\n      },\n      \"created\": 0,\n      \"default_return_url\": \"string\",\n      \"features\": {\n        \"customer_update\": {\n          \"allowed_updates\": [\n            \"address\"\n          ],\n          \"enabled\": true\n        },\n        \"invoice_history\": {\n          \"enabled\": true\n        },\n        \"payment_method_update\": {\n          \"enabled\": true,\n          \"payment_method_configuration\": \"string\"\n        },\n        \"subscription_cancel\": {\n          \"cancellation_reason\": {\n            \"enabled\": true,\n            \"options\": [\n              \"customer_service\"\n            ]\n          },\n          \"enabled\": true,\n          \"mode\": \"at_period_end\",\n          \"proration_behavior\": \"always_invoice\"\n        },\n        \"subscription_update\": {\n          \"billing_cycle_anchor\": \"now\",\n          \"default_allowed_updates\": [\n            \"price\"\n          ],\n          \"enabled\": true,\n          \"products\": [\n            {\n              \"adjustable_quantity\": {\n                \"enabled\": true,\n                \"maximum\": 0,\n                \"minimum\": 0\n              },\n              \"prices\": [\n                \"string\"\n              ],\n              \"product\": \"string\"\n            }\n          ],\n          \"proration_behavior\": \"always_invoice\",\n          \"schedule_at_period_end\": {\n            \"conditions\": [\n              {\n                \"type\": \"decreasing_item_amount\"\n              }\n            ]\n          },\n          \"trial_update_behavior\": \"continue_trial\"\n        }\n      },\n      \"id\": \"string\",\n      \"is_default\": true,\n      \"livemode\": true,\n      \"login_page\": {\n        \"enabled\": true,\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"billing_portal.configuration\",\n      \"updated\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List portal configurations"},"post":{"description":"Create a portal configuration","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing_portal.configuration"}}},"description":"{\n  \"active\": true,\n  \"application\": \"string\",\n  \"business_profile\": {\n    \"headline\": \"string\",\n    \"privacy_policy_url\": \"string\",\n    \"terms_of_service_url\": \"string\"\n  },\n  \"created\": 0,\n  \"default_return_url\": \"string\",\n  \"features\": {\n    \"customer_update\": {\n      \"allowed_updates\": [\n        \"address\"\n      ],\n      \"enabled\": true\n    },\n    \"invoice_history\": {\n      \"enabled\": true\n    },\n    \"payment_method_update\": {\n      \"enabled\": true,\n      \"payment_method_configuration\": \"string\"\n    },\n    \"subscription_cancel\": {\n      \"cancellation_reason\": {\n        \"enabled\": true,\n        \"options\": [\n          \"customer_service\"\n        ]\n      },\n      \"enabled\": true,\n      \"mode\": \"at_period_end\",\n      \"proration_behavior\": \"always_invoice\"\n    },\n    \"subscription_update\": {\n      \"billing_cycle_anchor\": \"now\",\n      \"default_allowed_updates\": [\n        \"price\"\n      ],\n      \"enabled\": true,\n      \"products\": [\n        {\n          \"adjustable_quantity\": {\n            \"enabled\": true,\n            \"maximum\": 0,\n            \"minimum\": 0\n          },\n          \"prices\": [\n            \"string\"\n          ],\n          \"product\": \"string\"\n        }\n      ],\n      \"proration_behavior\": \"always_invoice\",\n      \"schedule_at_period_end\": {\n        \"conditions\": [\n          {\n            \"type\": \"decreasing_item_amount\"\n          }\n        ]\n      },\n      \"trial_update_behavior\": \"continue_trial\"\n    }\n  },\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"login_page\": {\n    \"enabled\": true,\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing_portal.configuration\",\n  \"updated\": 0\n}"}},"summary":"Create a portal configuration"}},"/v1/billing_portal/configurations/{configuration}":{"get":{"description":"Retrieve a portal configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing_portal.configuration"}}},"description":"{\n  \"active\": true,\n  \"application\": \"string\",\n  \"business_profile\": {\n    \"headline\": \"string\",\n    \"privacy_policy_url\": \"string\",\n    \"terms_of_service_url\": \"string\"\n  },\n  \"created\": 0,\n  \"default_return_url\": \"string\",\n  \"features\": {\n    \"customer_update\": {\n      \"allowed_updates\": [\n        \"address\"\n      ],\n      \"enabled\": true\n    },\n    \"invoice_history\": {\n      \"enabled\": true\n    },\n    \"payment_method_update\": {\n      \"enabled\": true,\n      \"payment_method_configuration\": \"string\"\n    },\n    \"subscription_cancel\": {\n      \"cancellation_reason\": {\n        \"enabled\": true,\n        \"options\": [\n          \"customer_service\"\n        ]\n      },\n      \"enabled\": true,\n      \"mode\": \"at_period_end\",\n      \"proration_behavior\": \"always_invoice\"\n    },\n    \"subscription_update\": {\n      \"billing_cycle_anchor\": \"now\",\n      \"default_allowed_updates\": [\n        \"price\"\n      ],\n      \"enabled\": true,\n      \"products\": [\n        {\n          \"adjustable_quantity\": {\n            \"enabled\": true,\n            \"maximum\": 0,\n            \"minimum\": 0\n          },\n          \"prices\": [\n            \"string\"\n          ],\n          \"product\": \"string\"\n        }\n      ],\n      \"proration_behavior\": \"always_invoice\",\n      \"schedule_at_period_end\": {\n        \"conditions\": [\n          {\n            \"type\": \"decreasing_item_amount\"\n          }\n        ]\n      },\n      \"trial_update_behavior\": \"continue_trial\"\n    }\n  },\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"login_page\": {\n    \"enabled\": true,\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing_portal.configuration\",\n  \"updated\": 0\n}"}},"summary":"Retrieve a portal configuration"},"post":{"description":"Update a portal configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing_portal.configuration"}}},"description":"{\n  \"active\": true,\n  \"application\": \"string\",\n  \"business_profile\": {\n    \"headline\": \"string\",\n    \"privacy_policy_url\": \"string\",\n    \"terms_of_service_url\": \"string\"\n  },\n  \"created\": 0,\n  \"default_return_url\": \"string\",\n  \"features\": {\n    \"customer_update\": {\n      \"allowed_updates\": [\n        \"address\"\n      ],\n      \"enabled\": true\n    },\n    \"invoice_history\": {\n      \"enabled\": true\n    },\n    \"payment_method_update\": {\n      \"enabled\": true,\n      \"payment_method_configuration\": \"string\"\n    },\n    \"subscription_cancel\": {\n      \"cancellation_reason\": {\n        \"enabled\": true,\n        \"options\": [\n          \"customer_service\"\n        ]\n      },\n      \"enabled\": true,\n      \"mode\": \"at_period_end\",\n      \"proration_behavior\": \"always_invoice\"\n    },\n    \"subscription_update\": {\n      \"billing_cycle_anchor\": \"now\",\n      \"default_allowed_updates\": [\n        \"price\"\n      ],\n      \"enabled\": true,\n      \"products\": [\n        {\n          \"adjustable_quantity\": {\n            \"enabled\": true,\n            \"maximum\": 0,\n            \"minimum\": 0\n          },\n          \"prices\": [\n            \"string\"\n          ],\n          \"product\": \"string\"\n        }\n      ],\n      \"proration_behavior\": \"always_invoice\",\n      \"schedule_at_period_end\": {\n        \"conditions\": [\n          {\n            \"type\": \"decreasing_item_amount\"\n          }\n        ]\n      },\n      \"trial_update_behavior\": \"continue_trial\"\n    }\n  },\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"login_page\": {\n    \"enabled\": true,\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"billing_portal.configuration\",\n  \"updated\": 0\n}"}},"summary":"Update a portal configuration"}},"/v1/billing_portal/sessions":{"post":{"description":"Create a portal session","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/billing_portal.session"}}},"description":"{\n  \"configuration\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"flow\": {\n    \"after_completion\": {\n      \"hosted_confirmation\": {\n        \"custom_message\": \"string\"\n      },\n      \"redirect\": {\n        \"return_url\": \"string\"\n      },\n      \"type\": \"hosted_confirmation\"\n    },\n    \"subscription_cancel\": {\n      \"retention\": {\n        \"coupon_offer\": {\n          \"coupon\": \"string\"\n        },\n        \"type\": \"coupon_offer\"\n      },\n      \"subscription\": \"string\"\n    },\n    \"subscription_update\": {\n      \"subscription\": \"string\"\n    },\n    \"subscription_update_confirm\": {\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"items\": [\n        {\n          \"id\": \"string\",\n          \"price\": \"string\",\n          \"quantity\": 0\n        }\n      ],\n      \"subscription\": \"string\"\n    },\n    \"type\": \"payment_method_update\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"locale\": \"auto\",\n  \"object\": \"billing_portal.session\",\n  \"on_behalf_of\": \"string\",\n  \"return_url\": \"string\",\n  \"url\": \"string\"\n}"}},"summary":"Create a portal session"}},"/v1/charges":{"get":{"description":"List all charges","parameters":[{"description":"Only return charges that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return charges for the customer specified by this customer ID.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return charges that were created by the PaymentIntent specified by this PaymentIntent ID.","in":"query","name":"payment_intent","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return charges for this transfer group, limited to 100.","in":"query","name":"transfer_group","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_captured\": 0,\n      \"amount_refunded\": 0,\n      \"application\": \"string\",\n      \"application_fee\": \"string\",\n      \"application_fee_amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"calculated_statement_descriptor\": \"string\",\n      \"captured\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"description\": \"string\",\n      \"disputed\": true,\n      \"failure_balance_transaction\": \"string\",\n      \"failure_code\": \"string\",\n      \"failure_message\": \"string\",\n      \"fraud_details\": {\n        \"stripe_report\": \"string\",\n        \"user_report\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"charge\",\n      \"on_behalf_of\": \"string\",\n      \"outcome\": {\n        \"advice_code\": \"confirm_card_data\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"network_status\": \"string\",\n        \"reason\": \"string\",\n        \"risk_level\": \"string\",\n        \"risk_score\": 0,\n        \"rule\": \"string\",\n        \"seller_message\": \"string\",\n        \"type\": \"string\"\n      },\n      \"paid\": true,\n      \"payment_intent\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_details\": {\n        \"ach_credit_transfer\": {\n          \"account_number\": \"string\",\n          \"bank_name\": \"string\",\n          \"routing_number\": \"string\",\n          \"swift_code\": \"string\"\n        },\n        \"ach_debit\": {\n          \"account_holder_type\": \"company\",\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"afterpay_clearpay\": {\n          \"order_id\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"alipay\": {\n          \"buyer_id\": \"string\",\n          \"fingerprint\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"alma\": {\n          \"installments\": {\n            \"count\": 0\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"amazon_pay\": {\n          \"funding\": {\n            \"card\": {\n              \"brand\": \"string\",\n              \"country\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"funding\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"type\": \"card\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"billie\": {\n          \"transaction_id\": \"string\"\n        },\n        \"blik\": {\n          \"buyer_id\": \"string\"\n        },\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"amount_authorized\": 0,\n          \"authorization_code\": \"string\",\n          \"brand\": \"string\",\n          \"capture_before\": 0,\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"extended_authorization\": {\n            \"status\": \"disabled\"\n          },\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"incremental_authorization\": {\n            \"status\": \"available\"\n          },\n          \"installments\": {\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"multicapture\": {\n            \"status\": \"available\"\n          },\n          \"network\": \"string\",\n          \"network_token\": {\n            \"used\": true\n          },\n          \"network_transaction_id\": \"string\",\n          \"overcapture\": {\n            \"maximum_amount_capturable\": 0,\n            \"status\": \"available\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure\": {\n            \"authentication_flow\": \"challenge\",\n            \"electronic_commerce_indicator\": \"01\",\n            \"exemption_indicator\": \"low_risk\",\n            \"exemption_indicator_applied\": true,\n            \"result\": \"attempt_acknowledged\",\n            \"result_reason\": \"abandoned\",\n            \"transaction_id\": \"string\",\n            \"version\": \"1.0.2\"\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"crypto\": {\n          \"buyer_address\": \"string\",\n          \"network\": \"base\",\n          \"token_currency\": \"usdc\",\n          \"transaction_hash\": \"string\"\n        },\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\",\n          \"verified_name\": \"string\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\",\n          \"transaction_id\": \"string\"\n        },\n        \"giropay\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"grabpay\": {\n          \"transaction_id\": \"string\"\n        },\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"transaction_id\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          }\n        },\n        \"kakao_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"klarna\": {\n          \"payer_details\": {\n            \"address\": {\n              \"country\": \"string\"\n            }\n          },\n          \"payment_method_category\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"konbini\": {\n          \"store\": {\n            \"chain\": \"familymart\"\n          }\n        },\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"buyer_id\": \"string\",\n          \"last4\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"link\": {\n          \"country\": \"string\"\n        },\n        \"mb_way\": {},\n        \"mobilepay\": {\n          \"card\": {\n            \"brand\": \"string\",\n            \"country\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"last4\": \"string\"\n          }\n        },\n        \"multibanco\": {\n          \"entity\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"oxxo\": {\n          \"number\": \"string\"\n        },\n        \"p24\": {\n          \"bank\": \"alior_bank\",\n          \"reference\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"paynow\": {\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\",\n          \"payer_name\": \"string\",\n          \"seller_protection\": {\n            \"dispute_categories\": [\n              \"fraudulent\"\n            ],\n            \"status\": \"eligible\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {\n          \"bank_transaction_id\": \"string\"\n        },\n        \"promptpay\": {\n          \"reference\": \"string\"\n        },\n        \"revolut_pay\": {\n          \"funding\": {\n            \"card\": {\n              \"brand\": \"string\",\n              \"country\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"funding\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"type\": \"card\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"samsung_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"satispay\": {\n          \"transaction_id\": \"string\"\n        },\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\"\n        },\n        \"sofort\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"country\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"stripe_account\": {},\n        \"swish\": {\n          \"fingerprint\": \"string\",\n          \"payment_reference\": \"string\",\n          \"verified_phone_last4\": \"string\"\n        },\n        \"twint\": {},\n        \"type\": \"string\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"payment_reference\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"wechat\": {},\n        \"wechat_pay\": {\n          \"fingerprint\": \"string\",\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"zip\": {}\n      },\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"receipt_email\": \"string\",\n      \"receipt_number\": \"string\",\n      \"receipt_url\": \"string\",\n      \"refunded\": true,\n      \"refunds\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"balance_transaction\": \"string\",\n            \"charge\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination_details\": {\n              \"affirm\": {},\n              \"afterpay_clearpay\": {},\n              \"alipay\": {},\n              \"alma\": {},\n              \"amazon_pay\": {},\n              \"au_bank_transfer\": {},\n              \"blik\": {\n                \"network_decline_code\": \"string\",\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"br_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"card\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\",\n                \"reference_type\": \"string\",\n                \"type\": \"pending\"\n              },\n              \"cashapp\": {},\n              \"crypto\": {\n                \"reference\": \"string\"\n              },\n              \"customer_cash_balance\": {},\n              \"eps\": {},\n              \"eu_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"gb_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"giropay\": {},\n              \"grabpay\": {},\n              \"jp_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"klarna\": {},\n              \"mb_way\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"multibanco\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"mx_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"nz_bank_transfer\": {},\n              \"p24\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"paynow\": {},\n              \"paypal\": {\n                \"network_decline_code\": \"string\"\n              },\n              \"pix\": {},\n              \"revolut\": {},\n              \"sofort\": {},\n              \"swish\": {\n                \"network_decline_code\": \"string\",\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"th_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"twint\": {},\n              \"type\": \"string\",\n              \"us_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"wechat_pay\": {},\n              \"zip\": {}\n            },\n            \"failure_balance_transaction\": \"string\",\n            \"failure_reason\": \"string\",\n            \"id\": \"string\",\n            \"instructions_email\": \"string\",\n            \"metadata\": {},\n            \"next_action\": {\n              \"display_details\": {\n                \"email_sent\": {\n                  \"email_sent_at\": 0,\n                  \"email_sent_to\": \"string\"\n                },\n                \"expires_at\": 0\n              },\n              \"type\": \"string\"\n            },\n            \"object\": \"refund\",\n            \"payment_intent\": \"string\",\n            \"pending_reason\": \"charge_pending\",\n            \"presentment_details\": {\n              \"presentment_amount\": 0,\n              \"presentment_currency\": \"string\"\n            },\n            \"reason\": \"duplicate\",\n            \"receipt_number\": \"string\",\n            \"source_transfer_reversal\": \"string\",\n            \"status\": \"string\",\n            \"transfer_reversal\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"review\": \"string\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"source_transfer\": \"string\",\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"failed\",\n      \"transfer\": \"string\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all charges"},"post":{"description":"<p>This method is no longer recommended—use the <a href=\"/docs/api/payment_intents\">Payment Intents API</a>\nto initiate a new payment instead. Confirmation of the PaymentIntent creates the <code>Charge</code>\nobject used to request payment.</p>","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/charge"}}},"description":"{\n  \"amount\": 0,\n  \"amount_captured\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"calculated_statement_descriptor\": \"string\",\n  \"captured\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"disputed\": true,\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"fraud_details\": {\n    \"stripe_report\": \"string\",\n    \"user_report\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"charge\",\n  \"on_behalf_of\": \"string\",\n  \"outcome\": {\n    \"advice_code\": \"confirm_card_data\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"network_status\": \"string\",\n    \"reason\": \"string\",\n    \"risk_level\": \"string\",\n    \"risk_score\": 0,\n    \"rule\": \"string\",\n    \"seller_message\": \"string\",\n    \"type\": \"string\"\n  },\n  \"paid\": true,\n  \"payment_intent\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"amount_authorized\": 0,\n      \"authorization_code\": \"string\",\n      \"brand\": \"string\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"extended_authorization\": {\n        \"status\": \"disabled\"\n      },\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"incremental_authorization\": {\n        \"status\": \"available\"\n      },\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"multicapture\": {\n        \"status\": \"available\"\n      },\n      \"network\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"overcapture\": {\n        \"maximum_amount_capturable\": 0,\n        \"status\": \"available\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"electronic_commerce_indicator\": \"01\",\n        \"exemption_indicator\": \"low_risk\",\n        \"exemption_indicator_applied\": true,\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"transaction_id\": \"string\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"receipt_email\": \"string\",\n  \"receipt_number\": \"string\",\n  \"receipt_url\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"charge\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_details\": {\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_bank_transfer\": {},\n          \"blik\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"br_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"card\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\",\n            \"reference_type\": \"string\",\n            \"type\": \"pending\"\n          },\n          \"cashapp\": {},\n          \"crypto\": {\n            \"reference\": \"string\"\n          },\n          \"customer_cash_balance\": {},\n          \"eps\": {},\n          \"eu_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"gb_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"jp_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"klarna\": {},\n          \"mb_way\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"multibanco\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"mx_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"nz_bank_transfer\": {},\n          \"p24\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"paynow\": {},\n          \"paypal\": {\n            \"network_decline_code\": \"string\"\n          },\n          \"pix\": {},\n          \"revolut\": {},\n          \"sofort\": {},\n          \"swish\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"th_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"twint\": {},\n          \"type\": \"string\",\n          \"us_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"failure_balance_transaction\": \"string\",\n        \"failure_reason\": \"string\",\n        \"id\": \"string\",\n        \"instructions_email\": \"string\",\n        \"metadata\": {},\n        \"next_action\": {\n          \"display_details\": {\n            \"email_sent\": {\n              \"email_sent_at\": 0,\n              \"email_sent_to\": \"string\"\n            },\n            \"expires_at\": 0\n          },\n          \"type\": \"string\"\n        },\n        \"object\": \"refund\",\n        \"payment_intent\": \"string\",\n        \"pending_reason\": \"charge_pending\",\n        \"presentment_details\": {\n          \"presentment_amount\": 0,\n          \"presentment_currency\": \"string\"\n        },\n        \"reason\": \"duplicate\",\n        \"receipt_number\": \"string\",\n        \"source_transfer_reversal\": \"string\",\n        \"status\": \"string\",\n        \"transfer_reversal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"review\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"source_transfer\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"failed\",\n  \"transfer\": \"string\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"<p>This method is no longer recommended—use the <a href=\"/docs/api/payment_intents\">Payment Intents API</a>\nto initiate a new payment instead. Confirmation of the PaymentIntent creates the <code>Charge</code>\nobject used to request payment.</p>"}},"/v1/charges/search":{"get":{"description":"Search charges","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for charges](https://docs.stripe.com/search#query-fields-for-charges).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_captured\": 0,\n      \"amount_refunded\": 0,\n      \"application\": \"string\",\n      \"application_fee\": \"string\",\n      \"application_fee_amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"calculated_statement_descriptor\": \"string\",\n      \"captured\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"description\": \"string\",\n      \"disputed\": true,\n      \"failure_balance_transaction\": \"string\",\n      \"failure_code\": \"string\",\n      \"failure_message\": \"string\",\n      \"fraud_details\": {\n        \"stripe_report\": \"string\",\n        \"user_report\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"charge\",\n      \"on_behalf_of\": \"string\",\n      \"outcome\": {\n        \"advice_code\": \"confirm_card_data\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"network_status\": \"string\",\n        \"reason\": \"string\",\n        \"risk_level\": \"string\",\n        \"risk_score\": 0,\n        \"rule\": \"string\",\n        \"seller_message\": \"string\",\n        \"type\": \"string\"\n      },\n      \"paid\": true,\n      \"payment_intent\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_details\": {\n        \"ach_credit_transfer\": {\n          \"account_number\": \"string\",\n          \"bank_name\": \"string\",\n          \"routing_number\": \"string\",\n          \"swift_code\": \"string\"\n        },\n        \"ach_debit\": {\n          \"account_holder_type\": \"company\",\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"afterpay_clearpay\": {\n          \"order_id\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"alipay\": {\n          \"buyer_id\": \"string\",\n          \"fingerprint\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"alma\": {\n          \"installments\": {\n            \"count\": 0\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"amazon_pay\": {\n          \"funding\": {\n            \"card\": {\n              \"brand\": \"string\",\n              \"country\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"funding\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"type\": \"card\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"billie\": {\n          \"transaction_id\": \"string\"\n        },\n        \"blik\": {\n          \"buyer_id\": \"string\"\n        },\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"amount_authorized\": 0,\n          \"authorization_code\": \"string\",\n          \"brand\": \"string\",\n          \"capture_before\": 0,\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"extended_authorization\": {\n            \"status\": \"disabled\"\n          },\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"incremental_authorization\": {\n            \"status\": \"available\"\n          },\n          \"installments\": {\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"multicapture\": {\n            \"status\": \"available\"\n          },\n          \"network\": \"string\",\n          \"network_token\": {\n            \"used\": true\n          },\n          \"network_transaction_id\": \"string\",\n          \"overcapture\": {\n            \"maximum_amount_capturable\": 0,\n            \"status\": \"available\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure\": {\n            \"authentication_flow\": \"challenge\",\n            \"electronic_commerce_indicator\": \"01\",\n            \"exemption_indicator\": \"low_risk\",\n            \"exemption_indicator_applied\": true,\n            \"result\": \"attempt_acknowledged\",\n            \"result_reason\": \"abandoned\",\n            \"transaction_id\": \"string\",\n            \"version\": \"1.0.2\"\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"crypto\": {\n          \"buyer_address\": \"string\",\n          \"network\": \"base\",\n          \"token_currency\": \"usdc\",\n          \"transaction_hash\": \"string\"\n        },\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\",\n          \"verified_name\": \"string\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\",\n          \"transaction_id\": \"string\"\n        },\n        \"giropay\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"grabpay\": {\n          \"transaction_id\": \"string\"\n        },\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"transaction_id\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          }\n        },\n        \"kakao_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"klarna\": {\n          \"payer_details\": {\n            \"address\": {\n              \"country\": \"string\"\n            }\n          },\n          \"payment_method_category\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"konbini\": {\n          \"store\": {\n            \"chain\": \"familymart\"\n          }\n        },\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"buyer_id\": \"string\",\n          \"last4\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"link\": {\n          \"country\": \"string\"\n        },\n        \"mb_way\": {},\n        \"mobilepay\": {\n          \"card\": {\n            \"brand\": \"string\",\n            \"country\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"last4\": \"string\"\n          }\n        },\n        \"multibanco\": {\n          \"entity\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"oxxo\": {\n          \"number\": \"string\"\n        },\n        \"p24\": {\n          \"bank\": \"alior_bank\",\n          \"reference\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"paynow\": {\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\",\n          \"payer_name\": \"string\",\n          \"seller_protection\": {\n            \"dispute_categories\": [\n              \"fraudulent\"\n            ],\n            \"status\": \"eligible\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {\n          \"bank_transaction_id\": \"string\"\n        },\n        \"promptpay\": {\n          \"reference\": \"string\"\n        },\n        \"revolut_pay\": {\n          \"funding\": {\n            \"card\": {\n              \"brand\": \"string\",\n              \"country\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"funding\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"type\": \"card\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"samsung_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"satispay\": {\n          \"transaction_id\": \"string\"\n        },\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\"\n        },\n        \"sofort\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"country\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"stripe_account\": {},\n        \"swish\": {\n          \"fingerprint\": \"string\",\n          \"payment_reference\": \"string\",\n          \"verified_phone_last4\": \"string\"\n        },\n        \"twint\": {},\n        \"type\": \"string\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"payment_reference\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"wechat\": {},\n        \"wechat_pay\": {\n          \"fingerprint\": \"string\",\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"zip\": {}\n      },\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"receipt_email\": \"string\",\n      \"receipt_number\": \"string\",\n      \"receipt_url\": \"string\",\n      \"refunded\": true,\n      \"refunds\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"balance_transaction\": \"string\",\n            \"charge\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination_details\": {\n              \"affirm\": {},\n              \"afterpay_clearpay\": {},\n              \"alipay\": {},\n              \"alma\": {},\n              \"amazon_pay\": {},\n              \"au_bank_transfer\": {},\n              \"blik\": {\n                \"network_decline_code\": \"string\",\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"br_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"card\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\",\n                \"reference_type\": \"string\",\n                \"type\": \"pending\"\n              },\n              \"cashapp\": {},\n              \"crypto\": {\n                \"reference\": \"string\"\n              },\n              \"customer_cash_balance\": {},\n              \"eps\": {},\n              \"eu_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"gb_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"giropay\": {},\n              \"grabpay\": {},\n              \"jp_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"klarna\": {},\n              \"mb_way\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"multibanco\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"mx_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"nz_bank_transfer\": {},\n              \"p24\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"paynow\": {},\n              \"paypal\": {\n                \"network_decline_code\": \"string\"\n              },\n              \"pix\": {},\n              \"revolut\": {},\n              \"sofort\": {},\n              \"swish\": {\n                \"network_decline_code\": \"string\",\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"th_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"twint\": {},\n              \"type\": \"string\",\n              \"us_bank_transfer\": {\n                \"reference\": \"string\",\n                \"reference_status\": \"string\"\n              },\n              \"wechat_pay\": {},\n              \"zip\": {}\n            },\n            \"failure_balance_transaction\": \"string\",\n            \"failure_reason\": \"string\",\n            \"id\": \"string\",\n            \"instructions_email\": \"string\",\n            \"metadata\": {},\n            \"next_action\": {\n              \"display_details\": {\n                \"email_sent\": {\n                  \"email_sent_at\": 0,\n                  \"email_sent_to\": \"string\"\n                },\n                \"expires_at\": 0\n              },\n              \"type\": \"string\"\n            },\n            \"object\": \"refund\",\n            \"payment_intent\": \"string\",\n            \"pending_reason\": \"charge_pending\",\n            \"presentment_details\": {\n              \"presentment_amount\": 0,\n              \"presentment_currency\": \"string\"\n            },\n            \"reason\": \"duplicate\",\n            \"receipt_number\": \"string\",\n            \"source_transfer_reversal\": \"string\",\n            \"status\": \"string\",\n            \"transfer_reversal\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"review\": \"string\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"source_transfer\": \"string\",\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"failed\",\n      \"transfer\": \"string\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search charges"}},"/v1/charges/{charge}":{"get":{"description":"Retrieve a charge","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/charge"}}},"description":"{\n  \"amount\": 0,\n  \"amount_captured\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"calculated_statement_descriptor\": \"string\",\n  \"captured\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"disputed\": true,\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"fraud_details\": {\n    \"stripe_report\": \"string\",\n    \"user_report\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"charge\",\n  \"on_behalf_of\": \"string\",\n  \"outcome\": {\n    \"advice_code\": \"confirm_card_data\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"network_status\": \"string\",\n    \"reason\": \"string\",\n    \"risk_level\": \"string\",\n    \"risk_score\": 0,\n    \"rule\": \"string\",\n    \"seller_message\": \"string\",\n    \"type\": \"string\"\n  },\n  \"paid\": true,\n  \"payment_intent\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"amount_authorized\": 0,\n      \"authorization_code\": \"string\",\n      \"brand\": \"string\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"extended_authorization\": {\n        \"status\": \"disabled\"\n      },\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"incremental_authorization\": {\n        \"status\": \"available\"\n      },\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"multicapture\": {\n        \"status\": \"available\"\n      },\n      \"network\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"overcapture\": {\n        \"maximum_amount_capturable\": 0,\n        \"status\": \"available\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"electronic_commerce_indicator\": \"01\",\n        \"exemption_indicator\": \"low_risk\",\n        \"exemption_indicator_applied\": true,\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"transaction_id\": \"string\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"receipt_email\": \"string\",\n  \"receipt_number\": \"string\",\n  \"receipt_url\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"charge\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_details\": {\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_bank_transfer\": {},\n          \"blik\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"br_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"card\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\",\n            \"reference_type\": \"string\",\n            \"type\": \"pending\"\n          },\n          \"cashapp\": {},\n          \"crypto\": {\n            \"reference\": \"string\"\n          },\n          \"customer_cash_balance\": {},\n          \"eps\": {},\n          \"eu_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"gb_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"jp_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"klarna\": {},\n          \"mb_way\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"multibanco\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"mx_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"nz_bank_transfer\": {},\n          \"p24\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"paynow\": {},\n          \"paypal\": {\n            \"network_decline_code\": \"string\"\n          },\n          \"pix\": {},\n          \"revolut\": {},\n          \"sofort\": {},\n          \"swish\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"th_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"twint\": {},\n          \"type\": \"string\",\n          \"us_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"failure_balance_transaction\": \"string\",\n        \"failure_reason\": \"string\",\n        \"id\": \"string\",\n        \"instructions_email\": \"string\",\n        \"metadata\": {},\n        \"next_action\": {\n          \"display_details\": {\n            \"email_sent\": {\n              \"email_sent_at\": 0,\n              \"email_sent_to\": \"string\"\n            },\n            \"expires_at\": 0\n          },\n          \"type\": \"string\"\n        },\n        \"object\": \"refund\",\n        \"payment_intent\": \"string\",\n        \"pending_reason\": \"charge_pending\",\n        \"presentment_details\": {\n          \"presentment_amount\": 0,\n          \"presentment_currency\": \"string\"\n        },\n        \"reason\": \"duplicate\",\n        \"receipt_number\": \"string\",\n        \"source_transfer_reversal\": \"string\",\n        \"status\": \"string\",\n        \"transfer_reversal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"review\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"source_transfer\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"failed\",\n  \"transfer\": \"string\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Retrieve a charge"},"post":{"description":"Update a charge","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/charge"}}},"description":"{\n  \"amount\": 0,\n  \"amount_captured\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"calculated_statement_descriptor\": \"string\",\n  \"captured\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"disputed\": true,\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"fraud_details\": {\n    \"stripe_report\": \"string\",\n    \"user_report\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"charge\",\n  \"on_behalf_of\": \"string\",\n  \"outcome\": {\n    \"advice_code\": \"confirm_card_data\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"network_status\": \"string\",\n    \"reason\": \"string\",\n    \"risk_level\": \"string\",\n    \"risk_score\": 0,\n    \"rule\": \"string\",\n    \"seller_message\": \"string\",\n    \"type\": \"string\"\n  },\n  \"paid\": true,\n  \"payment_intent\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"amount_authorized\": 0,\n      \"authorization_code\": \"string\",\n      \"brand\": \"string\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"extended_authorization\": {\n        \"status\": \"disabled\"\n      },\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"incremental_authorization\": {\n        \"status\": \"available\"\n      },\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"multicapture\": {\n        \"status\": \"available\"\n      },\n      \"network\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"overcapture\": {\n        \"maximum_amount_capturable\": 0,\n        \"status\": \"available\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"electronic_commerce_indicator\": \"01\",\n        \"exemption_indicator\": \"low_risk\",\n        \"exemption_indicator_applied\": true,\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"transaction_id\": \"string\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"receipt_email\": \"string\",\n  \"receipt_number\": \"string\",\n  \"receipt_url\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"charge\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_details\": {\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_bank_transfer\": {},\n          \"blik\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"br_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"card\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\",\n            \"reference_type\": \"string\",\n            \"type\": \"pending\"\n          },\n          \"cashapp\": {},\n          \"crypto\": {\n            \"reference\": \"string\"\n          },\n          \"customer_cash_balance\": {},\n          \"eps\": {},\n          \"eu_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"gb_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"jp_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"klarna\": {},\n          \"mb_way\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"multibanco\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"mx_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"nz_bank_transfer\": {},\n          \"p24\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"paynow\": {},\n          \"paypal\": {\n            \"network_decline_code\": \"string\"\n          },\n          \"pix\": {},\n          \"revolut\": {},\n          \"sofort\": {},\n          \"swish\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"th_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"twint\": {},\n          \"type\": \"string\",\n          \"us_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"failure_balance_transaction\": \"string\",\n        \"failure_reason\": \"string\",\n        \"id\": \"string\",\n        \"instructions_email\": \"string\",\n        \"metadata\": {},\n        \"next_action\": {\n          \"display_details\": {\n            \"email_sent\": {\n              \"email_sent_at\": 0,\n              \"email_sent_to\": \"string\"\n            },\n            \"expires_at\": 0\n          },\n          \"type\": \"string\"\n        },\n        \"object\": \"refund\",\n        \"payment_intent\": \"string\",\n        \"pending_reason\": \"charge_pending\",\n        \"presentment_details\": {\n          \"presentment_amount\": 0,\n          \"presentment_currency\": \"string\"\n        },\n        \"reason\": \"duplicate\",\n        \"receipt_number\": \"string\",\n        \"source_transfer_reversal\": \"string\",\n        \"status\": \"string\",\n        \"transfer_reversal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"review\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"source_transfer\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"failed\",\n  \"transfer\": \"string\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Update a charge"}},"/v1/charges/{charge}/capture":{"post":{"description":"Capture a payment","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/charge"}}},"description":"{\n  \"amount\": 0,\n  \"amount_captured\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"calculated_statement_descriptor\": \"string\",\n  \"captured\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"disputed\": true,\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"fraud_details\": {\n    \"stripe_report\": \"string\",\n    \"user_report\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"charge\",\n  \"on_behalf_of\": \"string\",\n  \"outcome\": {\n    \"advice_code\": \"confirm_card_data\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"network_status\": \"string\",\n    \"reason\": \"string\",\n    \"risk_level\": \"string\",\n    \"risk_score\": 0,\n    \"rule\": \"string\",\n    \"seller_message\": \"string\",\n    \"type\": \"string\"\n  },\n  \"paid\": true,\n  \"payment_intent\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"amount_authorized\": 0,\n      \"authorization_code\": \"string\",\n      \"brand\": \"string\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"extended_authorization\": {\n        \"status\": \"disabled\"\n      },\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"incremental_authorization\": {\n        \"status\": \"available\"\n      },\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"multicapture\": {\n        \"status\": \"available\"\n      },\n      \"network\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"overcapture\": {\n        \"maximum_amount_capturable\": 0,\n        \"status\": \"available\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"electronic_commerce_indicator\": \"01\",\n        \"exemption_indicator\": \"low_risk\",\n        \"exemption_indicator_applied\": true,\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"transaction_id\": \"string\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"receipt_email\": \"string\",\n  \"receipt_number\": \"string\",\n  \"receipt_url\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"charge\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_details\": {\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_bank_transfer\": {},\n          \"blik\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"br_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"card\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\",\n            \"reference_type\": \"string\",\n            \"type\": \"pending\"\n          },\n          \"cashapp\": {},\n          \"crypto\": {\n            \"reference\": \"string\"\n          },\n          \"customer_cash_balance\": {},\n          \"eps\": {},\n          \"eu_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"gb_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"jp_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"klarna\": {},\n          \"mb_way\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"multibanco\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"mx_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"nz_bank_transfer\": {},\n          \"p24\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"paynow\": {},\n          \"paypal\": {\n            \"network_decline_code\": \"string\"\n          },\n          \"pix\": {},\n          \"revolut\": {},\n          \"sofort\": {},\n          \"swish\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"th_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"twint\": {},\n          \"type\": \"string\",\n          \"us_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"failure_balance_transaction\": \"string\",\n        \"failure_reason\": \"string\",\n        \"id\": \"string\",\n        \"instructions_email\": \"string\",\n        \"metadata\": {},\n        \"next_action\": {\n          \"display_details\": {\n            \"email_sent\": {\n              \"email_sent_at\": 0,\n              \"email_sent_to\": \"string\"\n            },\n            \"expires_at\": 0\n          },\n          \"type\": \"string\"\n        },\n        \"object\": \"refund\",\n        \"payment_intent\": \"string\",\n        \"pending_reason\": \"charge_pending\",\n        \"presentment_details\": {\n          \"presentment_amount\": 0,\n          \"presentment_currency\": \"string\"\n        },\n        \"reason\": \"duplicate\",\n        \"receipt_number\": \"string\",\n        \"source_transfer_reversal\": \"string\",\n        \"status\": \"string\",\n        \"transfer_reversal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"review\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"source_transfer\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"failed\",\n  \"transfer\": \"string\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Capture a payment"}},"/v1/charges/{charge}/dispute":{"get":{"description":"<p>Retrieve a dispute for a specified charge.</p>","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"enhanced_eligibility_types\": [\n    \"visa_compelling_evidence_3\"\n  ],\n  \"evidence\": {\n    \"access_activity_log\": \"string\",\n    \"billing_address\": \"string\",\n    \"cancellation_policy\": \"string\",\n    \"cancellation_policy_disclosure\": \"string\",\n    \"cancellation_rebuttal\": \"string\",\n    \"customer_communication\": \"string\",\n    \"customer_email_address\": \"string\",\n    \"customer_name\": \"string\",\n    \"customer_purchase_ip\": \"string\",\n    \"customer_signature\": \"string\",\n    \"duplicate_charge_documentation\": \"string\",\n    \"duplicate_charge_explanation\": \"string\",\n    \"duplicate_charge_id\": \"string\",\n    \"enhanced_evidence\": {\n      \"visa_compelling_evidence_3\": {\n        \"disputed_transaction\": {\n          \"customer_account_id\": \"string\",\n          \"customer_device_fingerprint\": \"string\",\n          \"customer_device_id\": \"string\",\n          \"customer_email_address\": \"string\",\n          \"customer_purchase_ip\": \"string\",\n          \"merchandise_or_services\": \"merchandise\",\n          \"product_description\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"prior_undisputed_transactions\": [\n          {\n            \"charge\": \"string\",\n            \"customer_account_id\": \"string\",\n            \"customer_device_fingerprint\": \"string\",\n            \"customer_device_id\": \"string\",\n            \"customer_email_address\": \"string\",\n            \"customer_purchase_ip\": \"string\",\n            \"product_description\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        ]\n      },\n      \"visa_compliance\": {\n        \"fee_acknowledged\": true\n      }\n    },\n    \"product_description\": \"string\",\n    \"receipt\": \"string\",\n    \"refund_policy\": \"string\",\n    \"refund_policy_disclosure\": \"string\",\n    \"refund_refusal_explanation\": \"string\",\n    \"service_date\": \"string\",\n    \"service_documentation\": \"string\",\n    \"shipping_address\": \"string\",\n    \"shipping_carrier\": \"string\",\n    \"shipping_date\": \"string\",\n    \"shipping_documentation\": \"string\",\n    \"shipping_tracking_number\": \"string\",\n    \"uncategorized_file\": \"string\",\n    \"uncategorized_text\": \"string\"\n  },\n  \"evidence_details\": {\n    \"due_by\": 0,\n    \"enhanced_eligibility\": {\n      \"visa_compelling_evidence_3\": {\n        \"required_actions\": [\n          \"missing_customer_identifiers\"\n        ],\n        \"status\": \"not_qualified\"\n      },\n      \"visa_compliance\": {\n        \"status\": \"fee_acknowledged\"\n      }\n    },\n    \"has_evidence\": true,\n    \"past_due\": true,\n    \"submission_count\": 0\n  },\n  \"id\": \"string\",\n  \"is_charge_refundable\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"dispute\",\n  \"payment_intent\": \"string\",\n  \"payment_method_details\": {\n    \"amazon_pay\": {\n      \"dispute_type\": \"chargeback\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"case_type\": \"block\",\n      \"network_reason_code\": \"string\"\n    },\n    \"klarna\": {\n      \"chargeback_loss_reason_code\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"paypal\": {\n      \"case_id\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"type\": \"amazon_pay\"\n  },\n  \"reason\": \"string\",\n  \"status\": \"lost\"\n}"}},"summary":"<p>Retrieve a dispute for a specified charge.</p>"},"post":{"description":"","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"enhanced_eligibility_types\": [\n    \"visa_compelling_evidence_3\"\n  ],\n  \"evidence\": {\n    \"access_activity_log\": \"string\",\n    \"billing_address\": \"string\",\n    \"cancellation_policy\": \"string\",\n    \"cancellation_policy_disclosure\": \"string\",\n    \"cancellation_rebuttal\": \"string\",\n    \"customer_communication\": \"string\",\n    \"customer_email_address\": \"string\",\n    \"customer_name\": \"string\",\n    \"customer_purchase_ip\": \"string\",\n    \"customer_signature\": \"string\",\n    \"duplicate_charge_documentation\": \"string\",\n    \"duplicate_charge_explanation\": \"string\",\n    \"duplicate_charge_id\": \"string\",\n    \"enhanced_evidence\": {\n      \"visa_compelling_evidence_3\": {\n        \"disputed_transaction\": {\n          \"customer_account_id\": \"string\",\n          \"customer_device_fingerprint\": \"string\",\n          \"customer_device_id\": \"string\",\n          \"customer_email_address\": \"string\",\n          \"customer_purchase_ip\": \"string\",\n          \"merchandise_or_services\": \"merchandise\",\n          \"product_description\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"prior_undisputed_transactions\": [\n          {\n            \"charge\": \"string\",\n            \"customer_account_id\": \"string\",\n            \"customer_device_fingerprint\": \"string\",\n            \"customer_device_id\": \"string\",\n            \"customer_email_address\": \"string\",\n            \"customer_purchase_ip\": \"string\",\n            \"product_description\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        ]\n      },\n      \"visa_compliance\": {\n        \"fee_acknowledged\": true\n      }\n    },\n    \"product_description\": \"string\",\n    \"receipt\": \"string\",\n    \"refund_policy\": \"string\",\n    \"refund_policy_disclosure\": \"string\",\n    \"refund_refusal_explanation\": \"string\",\n    \"service_date\": \"string\",\n    \"service_documentation\": \"string\",\n    \"shipping_address\": \"string\",\n    \"shipping_carrier\": \"string\",\n    \"shipping_date\": \"string\",\n    \"shipping_documentation\": \"string\",\n    \"shipping_tracking_number\": \"string\",\n    \"uncategorized_file\": \"string\",\n    \"uncategorized_text\": \"string\"\n  },\n  \"evidence_details\": {\n    \"due_by\": 0,\n    \"enhanced_eligibility\": {\n      \"visa_compelling_evidence_3\": {\n        \"required_actions\": [\n          \"missing_customer_identifiers\"\n        ],\n        \"status\": \"not_qualified\"\n      },\n      \"visa_compliance\": {\n        \"status\": \"fee_acknowledged\"\n      }\n    },\n    \"has_evidence\": true,\n    \"past_due\": true,\n    \"submission_count\": 0\n  },\n  \"id\": \"string\",\n  \"is_charge_refundable\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"dispute\",\n  \"payment_intent\": \"string\",\n  \"payment_method_details\": {\n    \"amazon_pay\": {\n      \"dispute_type\": \"chargeback\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"case_type\": \"block\",\n      \"network_reason_code\": \"string\"\n    },\n    \"klarna\": {\n      \"chargeback_loss_reason_code\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"paypal\": {\n      \"case_id\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"type\": \"amazon_pay\"\n  },\n  \"reason\": \"string\",\n  \"status\": \"lost\"\n}"}},"summary":""}},"/v1/charges/{charge}/dispute/close":{"post":{"description":"","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"enhanced_eligibility_types\": [\n    \"visa_compelling_evidence_3\"\n  ],\n  \"evidence\": {\n    \"access_activity_log\": \"string\",\n    \"billing_address\": \"string\",\n    \"cancellation_policy\": \"string\",\n    \"cancellation_policy_disclosure\": \"string\",\n    \"cancellation_rebuttal\": \"string\",\n    \"customer_communication\": \"string\",\n    \"customer_email_address\": \"string\",\n    \"customer_name\": \"string\",\n    \"customer_purchase_ip\": \"string\",\n    \"customer_signature\": \"string\",\n    \"duplicate_charge_documentation\": \"string\",\n    \"duplicate_charge_explanation\": \"string\",\n    \"duplicate_charge_id\": \"string\",\n    \"enhanced_evidence\": {\n      \"visa_compelling_evidence_3\": {\n        \"disputed_transaction\": {\n          \"customer_account_id\": \"string\",\n          \"customer_device_fingerprint\": \"string\",\n          \"customer_device_id\": \"string\",\n          \"customer_email_address\": \"string\",\n          \"customer_purchase_ip\": \"string\",\n          \"merchandise_or_services\": \"merchandise\",\n          \"product_description\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"prior_undisputed_transactions\": [\n          {\n            \"charge\": \"string\",\n            \"customer_account_id\": \"string\",\n            \"customer_device_fingerprint\": \"string\",\n            \"customer_device_id\": \"string\",\n            \"customer_email_address\": \"string\",\n            \"customer_purchase_ip\": \"string\",\n            \"product_description\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        ]\n      },\n      \"visa_compliance\": {\n        \"fee_acknowledged\": true\n      }\n    },\n    \"product_description\": \"string\",\n    \"receipt\": \"string\",\n    \"refund_policy\": \"string\",\n    \"refund_policy_disclosure\": \"string\",\n    \"refund_refusal_explanation\": \"string\",\n    \"service_date\": \"string\",\n    \"service_documentation\": \"string\",\n    \"shipping_address\": \"string\",\n    \"shipping_carrier\": \"string\",\n    \"shipping_date\": \"string\",\n    \"shipping_documentation\": \"string\",\n    \"shipping_tracking_number\": \"string\",\n    \"uncategorized_file\": \"string\",\n    \"uncategorized_text\": \"string\"\n  },\n  \"evidence_details\": {\n    \"due_by\": 0,\n    \"enhanced_eligibility\": {\n      \"visa_compelling_evidence_3\": {\n        \"required_actions\": [\n          \"missing_customer_identifiers\"\n        ],\n        \"status\": \"not_qualified\"\n      },\n      \"visa_compliance\": {\n        \"status\": \"fee_acknowledged\"\n      }\n    },\n    \"has_evidence\": true,\n    \"past_due\": true,\n    \"submission_count\": 0\n  },\n  \"id\": \"string\",\n  \"is_charge_refundable\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"dispute\",\n  \"payment_intent\": \"string\",\n  \"payment_method_details\": {\n    \"amazon_pay\": {\n      \"dispute_type\": \"chargeback\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"case_type\": \"block\",\n      \"network_reason_code\": \"string\"\n    },\n    \"klarna\": {\n      \"chargeback_loss_reason_code\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"paypal\": {\n      \"case_id\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"type\": \"amazon_pay\"\n  },\n  \"reason\": \"string\",\n  \"status\": \"lost\"\n}"}},"summary":""}},"/v1/charges/{charge}/refund":{"post":{"description":"Create a refund","parameters":[{"description":"The identifier of the charge to refund.","in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/charge"}}},"description":"{\n  \"amount\": 0,\n  \"amount_captured\": 0,\n  \"amount_refunded\": 0,\n  \"application\": \"string\",\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"calculated_statement_descriptor\": \"string\",\n  \"captured\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"disputed\": true,\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"fraud_details\": {\n    \"stripe_report\": \"string\",\n    \"user_report\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"charge\",\n  \"on_behalf_of\": \"string\",\n  \"outcome\": {\n    \"advice_code\": \"confirm_card_data\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"network_status\": \"string\",\n    \"reason\": \"string\",\n    \"risk_level\": \"string\",\n    \"risk_score\": 0,\n    \"rule\": \"string\",\n    \"seller_message\": \"string\",\n    \"type\": \"string\"\n  },\n  \"paid\": true,\n  \"payment_intent\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"amount_authorized\": 0,\n      \"authorization_code\": \"string\",\n      \"brand\": \"string\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"extended_authorization\": {\n        \"status\": \"disabled\"\n      },\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"incremental_authorization\": {\n        \"status\": \"available\"\n      },\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"multicapture\": {\n        \"status\": \"available\"\n      },\n      \"network\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"overcapture\": {\n        \"maximum_amount_capturable\": 0,\n        \"status\": \"available\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"electronic_commerce_indicator\": \"01\",\n        \"exemption_indicator\": \"low_risk\",\n        \"exemption_indicator_applied\": true,\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"transaction_id\": \"string\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"receipt_email\": \"string\",\n  \"receipt_number\": \"string\",\n  \"receipt_url\": \"string\",\n  \"refunded\": true,\n  \"refunds\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"charge\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_details\": {\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_bank_transfer\": {},\n          \"blik\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"br_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"card\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\",\n            \"reference_type\": \"string\",\n            \"type\": \"pending\"\n          },\n          \"cashapp\": {},\n          \"crypto\": {\n            \"reference\": \"string\"\n          },\n          \"customer_cash_balance\": {},\n          \"eps\": {},\n          \"eu_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"gb_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"jp_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"klarna\": {},\n          \"mb_way\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"multibanco\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"mx_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"nz_bank_transfer\": {},\n          \"p24\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"paynow\": {},\n          \"paypal\": {\n            \"network_decline_code\": \"string\"\n          },\n          \"pix\": {},\n          \"revolut\": {},\n          \"sofort\": {},\n          \"swish\": {\n            \"network_decline_code\": \"string\",\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"th_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"twint\": {},\n          \"type\": \"string\",\n          \"us_bank_transfer\": {\n            \"reference\": \"string\",\n            \"reference_status\": \"string\"\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"failure_balance_transaction\": \"string\",\n        \"failure_reason\": \"string\",\n        \"id\": \"string\",\n        \"instructions_email\": \"string\",\n        \"metadata\": {},\n        \"next_action\": {\n          \"display_details\": {\n            \"email_sent\": {\n              \"email_sent_at\": 0,\n              \"email_sent_to\": \"string\"\n            },\n            \"expires_at\": 0\n          },\n          \"type\": \"string\"\n        },\n        \"object\": \"refund\",\n        \"payment_intent\": \"string\",\n        \"pending_reason\": \"charge_pending\",\n        \"presentment_details\": {\n          \"presentment_amount\": 0,\n          \"presentment_currency\": \"string\"\n        },\n        \"reason\": \"duplicate\",\n        \"receipt_number\": \"string\",\n        \"source_transfer_reversal\": \"string\",\n        \"status\": \"string\",\n        \"transfer_reversal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"review\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"source_transfer\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"failed\",\n  \"transfer\": \"string\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Create a refund"}},"/v1/charges/{charge}/refunds":{"get":{"description":"List all refunds","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"charge\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination_details\": {\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_bank_transfer\": {},\n        \"blik\": {\n          \"network_decline_code\": \"string\",\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"br_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"card\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\",\n          \"reference_type\": \"string\",\n          \"type\": \"pending\"\n        },\n        \"cashapp\": {},\n        \"crypto\": {\n          \"reference\": \"string\"\n        },\n        \"customer_cash_balance\": {},\n        \"eps\": {},\n        \"eu_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"gb_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"jp_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"klarna\": {},\n        \"mb_way\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"multibanco\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"mx_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"nz_bank_transfer\": {},\n        \"p24\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"paynow\": {},\n        \"paypal\": {\n          \"network_decline_code\": \"string\"\n        },\n        \"pix\": {},\n        \"revolut\": {},\n        \"sofort\": {},\n        \"swish\": {\n          \"network_decline_code\": \"string\",\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"th_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"twint\": {},\n        \"type\": \"string\",\n        \"us_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      },\n      \"failure_balance_transaction\": \"string\",\n      \"failure_reason\": \"string\",\n      \"id\": \"string\",\n      \"instructions_email\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"display_details\": {\n          \"email_sent\": {\n            \"email_sent_at\": 0,\n            \"email_sent_to\": \"string\"\n          },\n          \"expires_at\": 0\n        },\n        \"type\": \"string\"\n      },\n      \"object\": \"refund\",\n      \"payment_intent\": \"string\",\n      \"pending_reason\": \"charge_pending\",\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"reason\": \"duplicate\",\n      \"receipt_number\": \"string\",\n      \"source_transfer_reversal\": \"string\",\n      \"status\": \"string\",\n      \"transfer_reversal\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all refunds"},"post":{"description":"Create customer balance refund","parameters":[{"description":"The identifier of the charge to refund.","in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"Create customer balance refund"}},"/v1/charges/{charge}/refunds/{refund}":{"get":{"description":"<p>Retrieves the details of an existing refund.</p>","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"refund","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"<p>Retrieves the details of an existing refund.</p>"},"post":{"description":"<p>Update a specified refund.</p>","parameters":[{"in":"path","name":"charge","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"refund","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"<p>Update a specified refund.</p>"}},"/v1/checkout/sessions":{"get":{"description":"List all Checkout Sessions","parameters":[{"description":"Only return Checkout Sessions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return the Checkout Sessions for the Customer specified.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return the Checkout Sessions for the Account specified.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"Only return the Checkout Sessions for the Customer details specified.","in":"query","name":"customer_details","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return the Checkout Session for the PaymentIntent specified.","in":"query","name":"payment_intent","schema":{"type":"string"},"style":"form"},{"description":"Only return the Checkout Sessions for the Payment Link specified.","in":"query","name":"payment_link","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return the Checkout Sessions matching the given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Only return the Checkout Session for the subscription specified.","in":"query","name":"subscription","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"adaptive_pricing\": {\n        \"enabled\": true\n      },\n      \"after_expiration\": {\n        \"recovery\": {\n          \"allow_promotion_codes\": true,\n          \"enabled\": true,\n          \"expires_at\": 0,\n          \"url\": \"string\"\n        }\n      },\n      \"allow_promotion_codes\": true,\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"automatic_tax\": {\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"provider\": \"string\",\n        \"status\": \"complete\"\n      },\n      \"billing_address_collection\": \"auto\",\n      \"branding_settings\": {\n        \"background_color\": \"string\",\n        \"border_style\": \"pill\",\n        \"button_color\": \"string\",\n        \"display_name\": \"string\",\n        \"font_family\": \"string\",\n        \"icon\": {\n          \"file\": \"string\",\n          \"type\": \"file\",\n          \"url\": \"string\"\n        },\n        \"logo\": {\n          \"file\": \"string\",\n          \"type\": \"file\",\n          \"url\": \"string\"\n        }\n      },\n      \"cancel_url\": \"string\",\n      \"client_reference_id\": \"string\",\n      \"client_secret\": \"string\",\n      \"collected_information\": {\n        \"business_name\": \"string\",\n        \"individual_name\": \"string\",\n        \"shipping_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"name\": \"string\"\n        }\n      },\n      \"consent\": {\n        \"promotions\": \"opt_in\",\n        \"terms_of_service\": \"accepted\"\n      },\n      \"consent_collection\": {\n        \"payment_method_reuse_agreement\": {\n          \"position\": \"auto\"\n        },\n        \"promotions\": \"auto\",\n        \"terms_of_service\": \"none\"\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"currency_conversion\": {\n        \"amount_subtotal\": 0,\n        \"amount_total\": 0,\n        \"fx_rate\": \"string\",\n        \"source_currency\": \"string\"\n      },\n      \"custom_fields\": [\n        {\n          \"dropdown\": {\n            \"default_value\": \"string\",\n            \"options\": [\n              {\n                \"label\": \"string\",\n                \"value\": \"string\"\n              }\n            ],\n            \"value\": \"string\"\n          },\n          \"key\": \"string\",\n          \"label\": {\n            \"custom\": \"string\",\n            \"type\": \"custom\"\n          },\n          \"numeric\": {\n            \"default_value\": \"string\",\n            \"maximum_length\": 0,\n            \"minimum_length\": 0,\n            \"value\": \"string\"\n          },\n          \"optional\": true,\n          \"text\": {\n            \"default_value\": \"string\",\n            \"maximum_length\": 0,\n            \"minimum_length\": 0,\n            \"value\": \"string\"\n          },\n          \"type\": \"dropdown\"\n        }\n      ],\n      \"custom_text\": {\n        \"after_submit\": {\n          \"message\": \"string\"\n        },\n        \"shipping_address\": {\n          \"message\": \"string\"\n        },\n        \"submit\": {\n          \"message\": \"string\"\n        },\n        \"terms_of_service_acceptance\": {\n          \"message\": \"string\"\n        }\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_creation\": \"always\",\n      \"customer_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"business_name\": \"string\",\n        \"email\": \"string\",\n        \"individual_name\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_exempt\": \"exempt\",\n        \"tax_ids\": [\n          {\n            \"type\": \"ad_nrt\",\n            \"value\": \"string\"\n          }\n        ]\n      },\n      \"customer_email\": \"string\",\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"excluded_payment_method_types\": [\n        \"string\"\n      ],\n      \"expires_at\": 0,\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"invoice_creation\": {\n        \"enabled\": true,\n        \"invoice_data\": {\n          \"account_tax_ids\": [\n            \"string\"\n          ],\n          \"custom_fields\": [\n            {\n              \"name\": \"string\",\n              \"value\": \"string\"\n            }\n          ],\n          \"description\": \"string\",\n          \"footer\": \"string\",\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          },\n          \"metadata\": {},\n          \"rendering_options\": {\n            \"amount_tax_display\": \"string\",\n            \"template\": \"string\"\n          }\n        }\n      },\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"locale\": \"auto\",\n      \"metadata\": {},\n      \"mode\": \"payment\",\n      \"name_collection\": {\n        \"business\": {\n          \"enabled\": true,\n          \"optional\": true\n        },\n        \"individual\": {\n          \"enabled\": true,\n          \"optional\": true\n        }\n      },\n      \"object\": \"checkout.session\",\n      \"optional_items\": [\n        {\n          \"adjustable_quantity\": {\n            \"enabled\": true,\n            \"maximum\": 0,\n            \"minimum\": 0\n          },\n          \"price\": \"string\",\n          \"quantity\": 0\n        }\n      ],\n      \"origin_context\": \"mobile_app\",\n      \"payment_intent\": \"string\",\n      \"payment_link\": \"string\",\n      \"payment_method_collection\": \"always\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"enabled\": true\n          },\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"restrictions\": {\n            \"brands_blocked\": [\n              \"american_express\"\n            ]\n          },\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"payment_status\": \"no_payment_required\",\n      \"permissions\": {\n        \"update_shipping_details\": \"client_only\"\n      },\n      \"phone_number_collection\": {\n        \"enabled\": true\n      },\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"recovered_from\": \"string\",\n      \"redirect_on_completion\": \"always\",\n      \"return_url\": \"string\",\n      \"saved_payment_method_options\": {\n        \"allow_redisplay_filters\": [\n          \"always\"\n        ],\n        \"payment_method_remove\": \"disabled\",\n        \"payment_method_save\": \"disabled\"\n      },\n      \"setup_intent\": \"string\",\n      \"shipping_address_collection\": {\n        \"allowed_countries\": [\n          \"AC\"\n        ]\n      },\n      \"shipping_cost\": {\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"shipping_rate\": \"string\",\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      },\n      \"shipping_options\": [\n        {\n          \"shipping_amount\": 0,\n          \"shipping_rate\": \"string\"\n        }\n      ],\n      \"status\": \"complete\",\n      \"submit_type\": \"auto\",\n      \"subscription\": \"string\",\n      \"success_url\": \"string\",\n      \"tax_id_collection\": {\n        \"enabled\": true,\n        \"required\": \"if_supported\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      },\n      \"ui_mode\": \"custom\",\n      \"url\": \"string\",\n      \"wallet_options\": {\n        \"link\": {\n          \"display\": \"auto\"\n        }\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Checkout Sessions"},"post":{"description":"Create a Checkout Session","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkout.session"}}},"description":"{\n  \"adaptive_pricing\": {\n    \"enabled\": true\n  },\n  \"after_expiration\": {\n    \"recovery\": {\n      \"allow_promotion_codes\": true,\n      \"enabled\": true,\n      \"expires_at\": 0,\n      \"url\": \"string\"\n    }\n  },\n  \"allow_promotion_codes\": true,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"billing_address_collection\": \"auto\",\n  \"branding_settings\": {\n    \"background_color\": \"string\",\n    \"border_style\": \"pill\",\n    \"button_color\": \"string\",\n    \"display_name\": \"string\",\n    \"font_family\": \"string\",\n    \"icon\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    },\n    \"logo\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    }\n  },\n  \"cancel_url\": \"string\",\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"collected_information\": {\n    \"business_name\": \"string\",\n    \"individual_name\": \"string\",\n    \"shipping_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"name\": \"string\"\n    }\n  },\n  \"consent\": {\n    \"promotions\": \"opt_in\",\n    \"terms_of_service\": \"accepted\"\n  },\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_conversion\": {\n    \"amount_subtotal\": 0,\n    \"amount_total\": 0,\n    \"fx_rate\": \"string\",\n    \"source_currency\": \"string\"\n  },\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"value\": \"string\"\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_creation\": \"always\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"business_name\": \"string\",\n    \"email\": \"string\",\n    \"individual_name\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_exempt\": \"exempt\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ]\n  },\n  \"customer_email\": \"string\",\n  \"discounts\": [\n    {\n      \"coupon\": \"string\",\n      \"promotion_code\": \"string\"\n    }\n  ],\n  \"excluded_payment_method_types\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"locale\": \"auto\",\n  \"metadata\": {},\n  \"mode\": \"payment\",\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"checkout.session\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"origin_context\": \"mobile_app\",\n  \"payment_intent\": \"string\",\n  \"payment_link\": \"string\",\n  \"payment_method_collection\": \"always\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"enabled\": true\n      },\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"restrictions\": {\n        \"brands_blocked\": [\n          \"american_express\"\n        ]\n      },\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"payment_status\": \"no_payment_required\",\n  \"permissions\": {\n    \"update_shipping_details\": \"client_only\"\n  },\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"recovered_from\": \"string\",\n  \"redirect_on_completion\": \"always\",\n  \"return_url\": \"string\",\n  \"saved_payment_method_options\": {\n    \"allow_redisplay_filters\": [\n      \"always\"\n    ],\n    \"payment_method_remove\": \"disabled\",\n    \"payment_method_save\": \"disabled\"\n  },\n  \"setup_intent\": \"string\",\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"status\": \"complete\",\n  \"submit_type\": \"auto\",\n  \"subscription\": \"string\",\n  \"success_url\": \"string\",\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"ui_mode\": \"custom\",\n  \"url\": \"string\",\n  \"wallet_options\": {\n    \"link\": {\n      \"display\": \"auto\"\n    }\n  }\n}"}},"summary":"Create a Checkout Session"}},"/v1/checkout/sessions/{session}":{"get":{"description":"Retrieve a Checkout Session","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkout.session"}}},"description":"{\n  \"adaptive_pricing\": {\n    \"enabled\": true\n  },\n  \"after_expiration\": {\n    \"recovery\": {\n      \"allow_promotion_codes\": true,\n      \"enabled\": true,\n      \"expires_at\": 0,\n      \"url\": \"string\"\n    }\n  },\n  \"allow_promotion_codes\": true,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"billing_address_collection\": \"auto\",\n  \"branding_settings\": {\n    \"background_color\": \"string\",\n    \"border_style\": \"pill\",\n    \"button_color\": \"string\",\n    \"display_name\": \"string\",\n    \"font_family\": \"string\",\n    \"icon\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    },\n    \"logo\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    }\n  },\n  \"cancel_url\": \"string\",\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"collected_information\": {\n    \"business_name\": \"string\",\n    \"individual_name\": \"string\",\n    \"shipping_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"name\": \"string\"\n    }\n  },\n  \"consent\": {\n    \"promotions\": \"opt_in\",\n    \"terms_of_service\": \"accepted\"\n  },\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_conversion\": {\n    \"amount_subtotal\": 0,\n    \"amount_total\": 0,\n    \"fx_rate\": \"string\",\n    \"source_currency\": \"string\"\n  },\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"value\": \"string\"\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_creation\": \"always\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"business_name\": \"string\",\n    \"email\": \"string\",\n    \"individual_name\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_exempt\": \"exempt\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ]\n  },\n  \"customer_email\": \"string\",\n  \"discounts\": [\n    {\n      \"coupon\": \"string\",\n      \"promotion_code\": \"string\"\n    }\n  ],\n  \"excluded_payment_method_types\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"locale\": \"auto\",\n  \"metadata\": {},\n  \"mode\": \"payment\",\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"checkout.session\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"origin_context\": \"mobile_app\",\n  \"payment_intent\": \"string\",\n  \"payment_link\": \"string\",\n  \"payment_method_collection\": \"always\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"enabled\": true\n      },\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"restrictions\": {\n        \"brands_blocked\": [\n          \"american_express\"\n        ]\n      },\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"payment_status\": \"no_payment_required\",\n  \"permissions\": {\n    \"update_shipping_details\": \"client_only\"\n  },\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"recovered_from\": \"string\",\n  \"redirect_on_completion\": \"always\",\n  \"return_url\": \"string\",\n  \"saved_payment_method_options\": {\n    \"allow_redisplay_filters\": [\n      \"always\"\n    ],\n    \"payment_method_remove\": \"disabled\",\n    \"payment_method_save\": \"disabled\"\n  },\n  \"setup_intent\": \"string\",\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"status\": \"complete\",\n  \"submit_type\": \"auto\",\n  \"subscription\": \"string\",\n  \"success_url\": \"string\",\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"ui_mode\": \"custom\",\n  \"url\": \"string\",\n  \"wallet_options\": {\n    \"link\": {\n      \"display\": \"auto\"\n    }\n  }\n}"}},"summary":"Retrieve a Checkout Session"},"post":{"description":"Update a Checkout Session","parameters":[{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkout.session"}}},"description":"{\n  \"adaptive_pricing\": {\n    \"enabled\": true\n  },\n  \"after_expiration\": {\n    \"recovery\": {\n      \"allow_promotion_codes\": true,\n      \"enabled\": true,\n      \"expires_at\": 0,\n      \"url\": \"string\"\n    }\n  },\n  \"allow_promotion_codes\": true,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"billing_address_collection\": \"auto\",\n  \"branding_settings\": {\n    \"background_color\": \"string\",\n    \"border_style\": \"pill\",\n    \"button_color\": \"string\",\n    \"display_name\": \"string\",\n    \"font_family\": \"string\",\n    \"icon\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    },\n    \"logo\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    }\n  },\n  \"cancel_url\": \"string\",\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"collected_information\": {\n    \"business_name\": \"string\",\n    \"individual_name\": \"string\",\n    \"shipping_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"name\": \"string\"\n    }\n  },\n  \"consent\": {\n    \"promotions\": \"opt_in\",\n    \"terms_of_service\": \"accepted\"\n  },\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_conversion\": {\n    \"amount_subtotal\": 0,\n    \"amount_total\": 0,\n    \"fx_rate\": \"string\",\n    \"source_currency\": \"string\"\n  },\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"value\": \"string\"\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_creation\": \"always\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"business_name\": \"string\",\n    \"email\": \"string\",\n    \"individual_name\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_exempt\": \"exempt\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ]\n  },\n  \"customer_email\": \"string\",\n  \"discounts\": [\n    {\n      \"coupon\": \"string\",\n      \"promotion_code\": \"string\"\n    }\n  ],\n  \"excluded_payment_method_types\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"locale\": \"auto\",\n  \"metadata\": {},\n  \"mode\": \"payment\",\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"checkout.session\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"origin_context\": \"mobile_app\",\n  \"payment_intent\": \"string\",\n  \"payment_link\": \"string\",\n  \"payment_method_collection\": \"always\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"enabled\": true\n      },\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"restrictions\": {\n        \"brands_blocked\": [\n          \"american_express\"\n        ]\n      },\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"payment_status\": \"no_payment_required\",\n  \"permissions\": {\n    \"update_shipping_details\": \"client_only\"\n  },\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"recovered_from\": \"string\",\n  \"redirect_on_completion\": \"always\",\n  \"return_url\": \"string\",\n  \"saved_payment_method_options\": {\n    \"allow_redisplay_filters\": [\n      \"always\"\n    ],\n    \"payment_method_remove\": \"disabled\",\n    \"payment_method_save\": \"disabled\"\n  },\n  \"setup_intent\": \"string\",\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"status\": \"complete\",\n  \"submit_type\": \"auto\",\n  \"subscription\": \"string\",\n  \"success_url\": \"string\",\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"ui_mode\": \"custom\",\n  \"url\": \"string\",\n  \"wallet_options\": {\n    \"link\": {\n      \"display\": \"auto\"\n    }\n  }\n}"}},"summary":"Update a Checkout Session"}},"/v1/checkout/sessions/{session}/expire":{"post":{"description":"Expire a Checkout Session","parameters":[{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/checkout.session"}}},"description":"{\n  \"adaptive_pricing\": {\n    \"enabled\": true\n  },\n  \"after_expiration\": {\n    \"recovery\": {\n      \"allow_promotion_codes\": true,\n      \"enabled\": true,\n      \"expires_at\": 0,\n      \"url\": \"string\"\n    }\n  },\n  \"allow_promotion_codes\": true,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"billing_address_collection\": \"auto\",\n  \"branding_settings\": {\n    \"background_color\": \"string\",\n    \"border_style\": \"pill\",\n    \"button_color\": \"string\",\n    \"display_name\": \"string\",\n    \"font_family\": \"string\",\n    \"icon\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    },\n    \"logo\": {\n      \"file\": \"string\",\n      \"type\": \"file\",\n      \"url\": \"string\"\n    }\n  },\n  \"cancel_url\": \"string\",\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"collected_information\": {\n    \"business_name\": \"string\",\n    \"individual_name\": \"string\",\n    \"shipping_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"name\": \"string\"\n    }\n  },\n  \"consent\": {\n    \"promotions\": \"opt_in\",\n    \"terms_of_service\": \"accepted\"\n  },\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_conversion\": {\n    \"amount_subtotal\": 0,\n    \"amount_total\": 0,\n    \"fx_rate\": \"string\",\n    \"source_currency\": \"string\"\n  },\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"value\": \"string\"\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0,\n        \"value\": \"string\"\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_creation\": \"always\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"business_name\": \"string\",\n    \"email\": \"string\",\n    \"individual_name\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_exempt\": \"exempt\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ]\n  },\n  \"customer_email\": \"string\",\n  \"discounts\": [\n    {\n      \"coupon\": \"string\",\n      \"promotion_code\": \"string\"\n    }\n  ],\n  \"excluded_payment_method_types\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"locale\": \"auto\",\n  \"metadata\": {},\n  \"mode\": \"payment\",\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"checkout.session\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"origin_context\": \"mobile_app\",\n  \"payment_intent\": \"string\",\n  \"payment_link\": \"string\",\n  \"payment_method_collection\": \"always\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"enabled\": true\n      },\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"restrictions\": {\n        \"brands_blocked\": [\n          \"american_express\"\n        ]\n      },\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"payment_status\": \"no_payment_required\",\n  \"permissions\": {\n    \"update_shipping_details\": \"client_only\"\n  },\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"recovered_from\": \"string\",\n  \"redirect_on_completion\": \"always\",\n  \"return_url\": \"string\",\n  \"saved_payment_method_options\": {\n    \"allow_redisplay_filters\": [\n      \"always\"\n    ],\n    \"payment_method_remove\": \"disabled\",\n    \"payment_method_save\": \"disabled\"\n  },\n  \"setup_intent\": \"string\",\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"status\": \"complete\",\n  \"submit_type\": \"auto\",\n  \"subscription\": \"string\",\n  \"success_url\": \"string\",\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"ui_mode\": \"custom\",\n  \"url\": \"string\",\n  \"wallet_options\": {\n    \"link\": {\n      \"display\": \"auto\"\n    }\n  }\n}"}},"summary":"Expire a Checkout Session"}},"/v1/checkout/sessions/{session}/line_items":{"get":{"description":"Retrieve a Checkout Session's line items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_discount\": 0,\n      \"amount_subtotal\": 0,\n      \"amount_tax\": 0,\n      \"amount_total\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"item\",\n      \"price\": {\n        \"active\": true,\n        \"billing_scheme\": \"per_unit\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"currency_options\": {},\n        \"custom_unit_amount\": {\n          \"maximum\": 0,\n          \"minimum\": 0,\n          \"preset\": 0\n        },\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"lookup_key\": \"string\",\n        \"metadata\": {},\n        \"nickname\": \"string\",\n        \"object\": \"price\",\n        \"product\": \"string\",\n        \"recurring\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0,\n          \"meter\": \"string\",\n          \"usage_type\": \"licensed\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tiers\": [\n          {\n            \"flat_amount\": 0,\n            \"flat_amount_decimal\": \"string\",\n            \"unit_amount\": 0,\n            \"unit_amount_decimal\": \"string\",\n            \"up_to\": 0\n          }\n        ],\n        \"tiers_mode\": \"graduated\",\n        \"transform_quantity\": {\n          \"divide_by\": 0,\n          \"round\": \"down\"\n        },\n        \"type\": \"one_time\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"quantity\": 0,\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a Checkout Session's line items"}},"/v1/climate/orders":{"get":{"description":"List orders","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_fees\": 0,\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"beneficiary\": {\n        \"public_name\": \"string\"\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"expired\",\n      \"certificate\": \"string\",\n      \"confirmed_at\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"delayed_at\": 0,\n      \"delivered_at\": 0,\n      \"delivery_details\": [\n        {\n          \"delivered_at\": 0,\n          \"location\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"latitude\": 0.0,\n            \"longitude\": 0.0,\n            \"region\": \"string\"\n          },\n          \"metric_tons\": \"string\",\n          \"registry_url\": \"string\",\n          \"supplier\": {\n            \"id\": \"string\",\n            \"info_url\": \"string\",\n            \"livemode\": true,\n            \"locations\": [\n              {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"latitude\": 0.0,\n                \"longitude\": 0.0,\n                \"region\": \"string\"\n              }\n            ],\n            \"name\": \"string\",\n            \"object\": \"climate.supplier\",\n            \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n          }\n        }\n      ],\n      \"expected_delivery_year\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"metric_tons\": \"string\",\n      \"object\": \"climate.order\",\n      \"product\": \"string\",\n      \"product_substituted_at\": 0,\n      \"status\": \"awaiting_funds\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List orders"},"post":{"description":"Create an order","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/climate.order"}}},"description":"{\n  \"amount_fees\": 0,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"beneficiary\": {\n    \"public_name\": \"string\"\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"expired\",\n  \"certificate\": \"string\",\n  \"confirmed_at\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"delayed_at\": 0,\n  \"delivered_at\": 0,\n  \"delivery_details\": [\n    {\n      \"delivered_at\": 0,\n      \"location\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"latitude\": 0.0,\n        \"longitude\": 0.0,\n        \"region\": \"string\"\n      },\n      \"metric_tons\": \"string\",\n      \"registry_url\": \"string\",\n      \"supplier\": {\n        \"id\": \"string\",\n        \"info_url\": \"string\",\n        \"livemode\": true,\n        \"locations\": [\n          {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"latitude\": 0.0,\n            \"longitude\": 0.0,\n            \"region\": \"string\"\n          }\n        ],\n        \"name\": \"string\",\n        \"object\": \"climate.supplier\",\n        \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n      }\n    }\n  ],\n  \"expected_delivery_year\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"metric_tons\": \"string\",\n  \"object\": \"climate.order\",\n  \"product\": \"string\",\n  \"product_substituted_at\": 0,\n  \"status\": \"awaiting_funds\"\n}"}},"summary":"Create an order"}},"/v1/climate/orders/{order}":{"get":{"description":"Retrieve an order","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Unique identifier of the order.","in":"path","name":"order","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/climate.order"}}},"description":"{\n  \"amount_fees\": 0,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"beneficiary\": {\n    \"public_name\": \"string\"\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"expired\",\n  \"certificate\": \"string\",\n  \"confirmed_at\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"delayed_at\": 0,\n  \"delivered_at\": 0,\n  \"delivery_details\": [\n    {\n      \"delivered_at\": 0,\n      \"location\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"latitude\": 0.0,\n        \"longitude\": 0.0,\n        \"region\": \"string\"\n      },\n      \"metric_tons\": \"string\",\n      \"registry_url\": \"string\",\n      \"supplier\": {\n        \"id\": \"string\",\n        \"info_url\": \"string\",\n        \"livemode\": true,\n        \"locations\": [\n          {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"latitude\": 0.0,\n            \"longitude\": 0.0,\n            \"region\": \"string\"\n          }\n        ],\n        \"name\": \"string\",\n        \"object\": \"climate.supplier\",\n        \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n      }\n    }\n  ],\n  \"expected_delivery_year\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"metric_tons\": \"string\",\n  \"object\": \"climate.order\",\n  \"product\": \"string\",\n  \"product_substituted_at\": 0,\n  \"status\": \"awaiting_funds\"\n}"}},"summary":"Retrieve an order"},"post":{"description":"Update an order","parameters":[{"description":"Unique identifier of the order.","in":"path","name":"order","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/climate.order"}}},"description":"{\n  \"amount_fees\": 0,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"beneficiary\": {\n    \"public_name\": \"string\"\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"expired\",\n  \"certificate\": \"string\",\n  \"confirmed_at\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"delayed_at\": 0,\n  \"delivered_at\": 0,\n  \"delivery_details\": [\n    {\n      \"delivered_at\": 0,\n      \"location\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"latitude\": 0.0,\n        \"longitude\": 0.0,\n        \"region\": \"string\"\n      },\n      \"metric_tons\": \"string\",\n      \"registry_url\": \"string\",\n      \"supplier\": {\n        \"id\": \"string\",\n        \"info_url\": \"string\",\n        \"livemode\": true,\n        \"locations\": [\n          {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"latitude\": 0.0,\n            \"longitude\": 0.0,\n            \"region\": \"string\"\n          }\n        ],\n        \"name\": \"string\",\n        \"object\": \"climate.supplier\",\n        \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n      }\n    }\n  ],\n  \"expected_delivery_year\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"metric_tons\": \"string\",\n  \"object\": \"climate.order\",\n  \"product\": \"string\",\n  \"product_substituted_at\": 0,\n  \"status\": \"awaiting_funds\"\n}"}},"summary":"Update an order"}},"/v1/climate/orders/{order}/cancel":{"post":{"description":"Cancel an order","parameters":[{"description":"Unique identifier of the order.","in":"path","name":"order","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/climate.order"}}},"description":"{\n  \"amount_fees\": 0,\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"beneficiary\": {\n    \"public_name\": \"string\"\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"expired\",\n  \"certificate\": \"string\",\n  \"confirmed_at\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"delayed_at\": 0,\n  \"delivered_at\": 0,\n  \"delivery_details\": [\n    {\n      \"delivered_at\": 0,\n      \"location\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"latitude\": 0.0,\n        \"longitude\": 0.0,\n        \"region\": \"string\"\n      },\n      \"metric_tons\": \"string\",\n      \"registry_url\": \"string\",\n      \"supplier\": {\n        \"id\": \"string\",\n        \"info_url\": \"string\",\n        \"livemode\": true,\n        \"locations\": [\n          {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"latitude\": 0.0,\n            \"longitude\": 0.0,\n            \"region\": \"string\"\n          }\n        ],\n        \"name\": \"string\",\n        \"object\": \"climate.supplier\",\n        \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n      }\n    }\n  ],\n  \"expected_delivery_year\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"metric_tons\": \"string\",\n  \"object\": \"climate.order\",\n  \"product\": \"string\",\n  \"product_substituted_at\": 0,\n  \"status\": \"awaiting_funds\"\n}"}},"summary":"Cancel an order"}},"/v1/climate/products":{"get":{"description":"List products","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"current_prices_per_metric_ton\": {},\n      \"delivery_year\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metric_tons_available\": \"string\",\n      \"name\": \"string\",\n      \"object\": \"climate.product\",\n      \"suppliers\": [\n        {\n          \"id\": \"string\",\n          \"info_url\": \"string\",\n          \"livemode\": true,\n          \"locations\": [\n            {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"latitude\": 0.0,\n              \"longitude\": 0.0,\n              \"region\": \"string\"\n            }\n          ],\n          \"name\": \"string\",\n          \"object\": \"climate.supplier\",\n          \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List products"}},"/v1/climate/products/{product}":{"get":{"description":"Retrieve a product","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"product","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/climate.product"}}},"description":"{\n  \"created\": 0,\n  \"current_prices_per_metric_ton\": {},\n  \"delivery_year\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metric_tons_available\": \"string\",\n  \"name\": \"string\",\n  \"object\": \"climate.product\",\n  \"suppliers\": [\n    {\n      \"id\": \"string\",\n      \"info_url\": \"string\",\n      \"livemode\": true,\n      \"locations\": [\n        {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"latitude\": 0.0,\n          \"longitude\": 0.0,\n          \"region\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"object\": \"climate.supplier\",\n      \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n    }\n  ]\n}"}},"summary":"Retrieve a product"}},"/v1/climate/suppliers":{"get":{"description":"List suppliers","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"info_url\": \"string\",\n      \"livemode\": true,\n      \"locations\": [\n        {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"latitude\": 0.0,\n          \"longitude\": 0.0,\n          \"region\": \"string\"\n        }\n      ],\n      \"name\": \"string\",\n      \"object\": \"climate.supplier\",\n      \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List suppliers"}},"/v1/climate/suppliers/{supplier}":{"get":{"description":"Retrieve a supplier","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"supplier","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/climate.supplier"}}},"description":"{\n  \"id\": \"string\",\n  \"info_url\": \"string\",\n  \"livemode\": true,\n  \"locations\": [\n    {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"latitude\": 0.0,\n      \"longitude\": 0.0,\n      \"region\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"object\": \"climate.supplier\",\n  \"removal_pathway\": \"biomass_carbon_removal_and_storage\"\n}"}},"summary":"Retrieve a supplier"}},"/v1/confirmation_tokens/{confirmation_token}":{"get":{"description":"Retrieve a ConfirmationToken","parameters":[{"in":"path","name":"confirmation_token","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/confirmation_token"}}},"description":"{\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"mandate_data\": {\n    \"customer_acceptance\": {\n      \"online\": {\n        \"ip_address\": \"string\",\n        \"user_agent\": \"string\"\n      },\n      \"type\": \"string\"\n    }\n  },\n  \"object\": \"confirmation_token\",\n  \"payment_intent\": \"string\",\n  \"payment_method_options\": {\n    \"card\": {\n      \"cvc_token\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      }\n    }\n  },\n  \"payment_method_preview\": {\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"allow_redisplay\": \"always\",\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {},\n    \"billie\": {},\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"tax_id\": \"string\"\n    },\n    \"blik\": {},\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"display_brand\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_from\": {\n        \"charge\": \"string\",\n        \"payment_method_details\": {\n          \"card_present\": {\n            \"amount_authorized\": 0,\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"capture_before\": 0,\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"emv_auth_data\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_card\": \"string\",\n            \"incremental_authorization_supported\": true,\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"network\": \"string\",\n            \"network_transaction_id\": \"string\",\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"overcapture_supported\": true,\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"receipt\": {\n              \"account_type\": \"checking\",\n              \"application_cryptogram\": \"string\",\n              \"application_preferred_name\": \"string\",\n              \"authorization_code\": \"string\",\n              \"authorization_response_code\": \"string\",\n              \"cardholder_verification_method\": \"string\",\n              \"dedicated_file_name\": \"string\",\n              \"terminal_verification_results\": \"string\",\n              \"transaction_status_information\": \"string\"\n            },\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"type\": \"string\"\n        },\n        \"setup_attempt\": \"string\"\n      },\n      \"last4\": \"string\",\n      \"networks\": {\n        \"available\": [\n          \"string\"\n        ],\n        \"preferred\": \"string\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure_usage\": {\n        \"supported\": true\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"networks\": {\n        \"available\": [\n          \"string\"\n        ],\n        \"preferred\": \"string\"\n      },\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\"\n    },\n    \"crypto\": {},\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"networks\": {\n        \"available\": [\n          \"string\"\n        ],\n        \"preferred\": \"string\"\n      },\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\"\n    },\n    \"kakao_pay\": {},\n    \"klarna\": {\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      }\n    },\n    \"konbini\": {},\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"last4\": \"string\"\n    },\n    \"link\": {\n      \"email\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {},\n    \"multibanco\": {},\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"funding\": \"card\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {},\n    \"p24\": {\n      \"bank\": \"alior_bank\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {},\n    \"paynow\": {},\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {},\n    \"promptpay\": {},\n    \"revolut_pay\": {},\n    \"samsung_pay\": {},\n    \"satispay\": {},\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"generated_from\": {\n        \"charge\": \"string\",\n        \"setup_attempt\": \"string\"\n      },\n      \"last4\": \"string\"\n    },\n    \"sofort\": {\n      \"country\": \"string\"\n    },\n    \"swish\": {},\n    \"twint\": {},\n    \"type\": \"acss_debit\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"financial_connections_account\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"networks\": {\n        \"preferred\": \"string\",\n        \"supported\": [\n          \"ach\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status_details\": {\n        \"blocked\": {\n          \"network_code\": \"R02\",\n          \"reason\": \"bank_account_closed\"\n        }\n      }\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"return_url\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"setup_intent\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"use_stripe_sdk\": true\n}"}},"summary":"Retrieve a ConfirmationToken"}},"/v1/country_specs":{"get":{"description":"List Country Specs","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"default_currency\": \"string\",\n      \"id\": \"string\",\n      \"object\": \"country_spec\",\n      \"supported_bank_account_currencies\": {},\n      \"supported_payment_currencies\": [\n        \"string\"\n      ],\n      \"supported_payment_methods\": [\n        \"string\"\n      ],\n      \"supported_transfer_countries\": [\n        \"string\"\n      ],\n      \"verification_fields\": {\n        \"company\": {\n          \"additional\": [\n            \"string\"\n          ],\n          \"minimum\": [\n            \"string\"\n          ]\n        },\n        \"individual\": {\n          \"additional\": [\n            \"string\"\n          ],\n          \"minimum\": [\n            \"string\"\n          ]\n        }\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Country Specs"}},"/v1/country_specs/{country}":{"get":{"description":"Retrieve a Country Spec","parameters":[{"in":"path","name":"country","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/country_spec"}}},"description":"{\n  \"default_currency\": \"string\",\n  \"id\": \"string\",\n  \"object\": \"country_spec\",\n  \"supported_bank_account_currencies\": {},\n  \"supported_payment_currencies\": [\n    \"string\"\n  ],\n  \"supported_payment_methods\": [\n    \"string\"\n  ],\n  \"supported_transfer_countries\": [\n    \"string\"\n  ],\n  \"verification_fields\": {\n    \"company\": {\n      \"additional\": [\n        \"string\"\n      ],\n      \"minimum\": [\n        \"string\"\n      ]\n    },\n    \"individual\": {\n      \"additional\": [\n        \"string\"\n      ],\n      \"minimum\": [\n        \"string\"\n      ]\n    }\n  }\n}"}},"summary":"Retrieve a Country Spec"}},"/v1/coupons":{"get":{"description":"List all coupons","parameters":[{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_off\": 0,\n      \"applies_to\": {\n        \"products\": [\n          \"string\"\n        ]\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"currency_options\": {},\n      \"duration\": \"forever\",\n      \"duration_in_months\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"max_redemptions\": 0,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"coupon\",\n      \"percent_off\": 0.0,\n      \"redeem_by\": 0,\n      \"times_redeemed\": 0,\n      \"valid\": true\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all coupons"},"post":{"description":"Create a coupon","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/coupon"}}},"description":"{\n  \"amount_off\": 0,\n  \"applies_to\": {\n    \"products\": [\n      \"string\"\n    ]\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_options\": {},\n  \"duration\": \"forever\",\n  \"duration_in_months\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"max_redemptions\": 0,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"coupon\",\n  \"percent_off\": 0.0,\n  \"redeem_by\": 0,\n  \"times_redeemed\": 0,\n  \"valid\": true\n}"}},"summary":"Create a coupon"}},"/v1/coupons/{coupon}":{"delete":{"description":"Delete a coupon","parameters":[{"in":"path","name":"coupon","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_coupon"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"coupon\"\n}"}},"summary":"Delete a coupon"},"get":{"description":"Retrieve a coupon","parameters":[{"in":"path","name":"coupon","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/coupon"}}},"description":"{\n  \"amount_off\": 0,\n  \"applies_to\": {\n    \"products\": [\n      \"string\"\n    ]\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_options\": {},\n  \"duration\": \"forever\",\n  \"duration_in_months\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"max_redemptions\": 0,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"coupon\",\n  \"percent_off\": 0.0,\n  \"redeem_by\": 0,\n  \"times_redeemed\": 0,\n  \"valid\": true\n}"}},"summary":"Retrieve a coupon"},"post":{"description":"Update a coupon","parameters":[{"in":"path","name":"coupon","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/coupon"}}},"description":"{\n  \"amount_off\": 0,\n  \"applies_to\": {\n    \"products\": [\n      \"string\"\n    ]\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_options\": {},\n  \"duration\": \"forever\",\n  \"duration_in_months\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"max_redemptions\": 0,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"coupon\",\n  \"percent_off\": 0.0,\n  \"redeem_by\": 0,\n  \"times_redeemed\": 0,\n  \"valid\": true\n}"}},"summary":"Update a coupon"}},"/v1/credit_notes":{"get":{"description":"List all credit notes","parameters":[{"description":"Only return credit notes that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return credit notes for the customer specified by this customer ID.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return credit notes for the account representing the customer specified by this account ID.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Only return credit notes for the invoice specified by this invoice ID.","in":"query","name":"invoice","schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_shipping\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance_transaction\": \"string\",\n      \"discount_amount\": 0,\n      \"discount_amounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": \"string\"\n        }\n      ],\n      \"effective_at\": 0,\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"lines\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"discount_amount\": 0,\n            \"discount_amounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"invoice_line_item\": \"string\",\n            \"livemode\": true,\n            \"object\": \"credit_note_line_item\",\n            \"pretax_credit_amounts\": [\n              {\n                \"amount\": 0,\n                \"credit_balance_transaction\": \"string\",\n                \"discount\": \"string\",\n                \"type\": \"credit_balance_transaction\"\n              }\n            ],\n            \"quantity\": 0,\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ],\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"tax_behavior\": \"exclusive\",\n                \"tax_rate_details\": {\n                  \"tax_rate\": \"string\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0,\n                \"type\": \"tax_rate_details\"\n              }\n            ],\n            \"type\": \"custom_line_item\",\n            \"unit_amount\": 0,\n            \"unit_amount_decimal\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"memo\": \"string\",\n      \"metadata\": {},\n      \"number\": \"string\",\n      \"object\": \"credit_note\",\n      \"out_of_band_amount\": 0,\n      \"pdf\": \"string\",\n      \"post_payment_amount\": 0,\n      \"pre_payment_amount\": 0,\n      \"pretax_credit_amounts\": [\n        {\n          \"amount\": 0,\n          \"credit_balance_transaction\": \"string\",\n          \"discount\": \"string\",\n          \"type\": \"credit_balance_transaction\"\n        }\n      ],\n      \"reason\": \"duplicate\",\n      \"refunds\": [\n        {\n          \"amount_refunded\": 0,\n          \"payment_record_refund\": {\n            \"payment_record\": \"string\",\n            \"refund_group\": \"string\"\n          },\n          \"refund\": \"string\",\n          \"type\": \"payment_record_refund\"\n        }\n      ],\n      \"shipping_cost\": {\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"shipping_rate\": \"string\",\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      },\n      \"status\": \"issued\",\n      \"subtotal\": 0,\n      \"subtotal_excluding_tax\": 0,\n      \"total\": 0,\n      \"total_excluding_tax\": 0,\n      \"total_taxes\": [\n        {\n          \"amount\": 0,\n          \"tax_behavior\": \"exclusive\",\n          \"tax_rate_details\": {\n            \"tax_rate\": \"string\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0,\n          \"type\": \"tax_rate_details\"\n        }\n      ],\n      \"type\": \"mixed\",\n      \"voided_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all credit notes"},"post":{"description":"Create a credit note","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/credit_note"}}},"description":"{\n  \"amount\": 0,\n  \"amount_shipping\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance_transaction\": \"string\",\n  \"discount_amount\": 0,\n  \"discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"effective_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"description\": \"string\",\n        \"discount_amount\": 0,\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"id\": \"string\",\n        \"invoice_line_item\": \"string\",\n        \"livemode\": true,\n        \"object\": \"credit_note_line_item\",\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"quantity\": 0,\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ],\n        \"type\": \"custom_line_item\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"memo\": \"string\",\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"credit_note\",\n  \"out_of_band_amount\": 0,\n  \"pdf\": \"string\",\n  \"post_payment_amount\": 0,\n  \"pre_payment_amount\": 0,\n  \"pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"reason\": \"duplicate\",\n  \"refunds\": [\n    {\n      \"amount_refunded\": 0,\n      \"payment_record_refund\": {\n        \"payment_record\": \"string\",\n        \"refund_group\": \"string\"\n      },\n      \"refund\": \"string\",\n      \"type\": \"payment_record_refund\"\n    }\n  ],\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"status\": \"issued\",\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"total\": 0,\n  \"total_excluding_tax\": 0,\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"type\": \"mixed\",\n  \"voided_at\": 0\n}"}},"summary":"Create a credit note"}},"/v1/credit_notes/preview":{"get":{"description":"Preview a credit note","parameters":[{"description":"The integer amount in cents (or local equivalent) representing the total amount of the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.","in":"query","name":"amount","schema":{"type":"integer"},"style":"form"},{"description":"The integer amount in cents (or local equivalent) representing the amount to credit the customer's balance, which will be automatically applied to their next invoice.","in":"query","name":"credit_amount","schema":{"type":"integer"},"style":"form"},{"description":"The date when this credit note is in effect. Same as `created` unless overwritten. When defined, this value replaces the system-generated 'Date of issue' printed on the credit note PDF.","in":"query","name":"effective_at","schema":{"type":"integer"},"style":"form"},{"description":"Type of email to send to the customer, one of `credit_note` or `none` and the default is `credit_note`.","in":"query","name":"email_type","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"ID of the invoice.","in":"query","name":"invoice","required":true,"schema":{"type":"string"},"style":"form"},{"description":"Line items that make up the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.","in":"query","name":"lines","schema":{"type":"array"},"style":"form"},{"description":"The credit note's memo appears on the credit note PDF.","in":"query","name":"memo","schema":{"type":"string"},"style":"form"},{"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.","in":"query","name":"metadata","schema":{"type":"object"},"style":"form"},{"description":"The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.","in":"query","name":"out_of_band_amount","schema":{"type":"integer"},"style":"form"},{"description":"Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`","in":"query","name":"reason","schema":{"type":"string"},"style":"form"},{"description":"The integer amount in cents (or local equivalent) representing the amount to refund. If set, a refund will be created for the charge associated with the invoice.","in":"query","name":"refund_amount","schema":{"type":"integer"},"style":"form"},{"description":"Refunds to link to this credit note.","in":"query","name":"refunds","schema":{"type":"array"},"style":"form"},{"description":"When shipping_cost contains the shipping_rate from the invoice, the shipping_cost is included in the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.","in":"query","name":"shipping_cost","schema":{"type":"object"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/credit_note"}}},"description":"{\n  \"amount\": 0,\n  \"amount_shipping\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance_transaction\": \"string\",\n  \"discount_amount\": 0,\n  \"discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"effective_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"description\": \"string\",\n        \"discount_amount\": 0,\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"id\": \"string\",\n        \"invoice_line_item\": \"string\",\n        \"livemode\": true,\n        \"object\": \"credit_note_line_item\",\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"quantity\": 0,\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ],\n        \"type\": \"custom_line_item\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"memo\": \"string\",\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"credit_note\",\n  \"out_of_band_amount\": 0,\n  \"pdf\": \"string\",\n  \"post_payment_amount\": 0,\n  \"pre_payment_amount\": 0,\n  \"pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"reason\": \"duplicate\",\n  \"refunds\": [\n    {\n      \"amount_refunded\": 0,\n      \"payment_record_refund\": {\n        \"payment_record\": \"string\",\n        \"refund_group\": \"string\"\n      },\n      \"refund\": \"string\",\n      \"type\": \"payment_record_refund\"\n    }\n  ],\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"status\": \"issued\",\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"total\": 0,\n  \"total_excluding_tax\": 0,\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"type\": \"mixed\",\n  \"voided_at\": 0\n}"}},"summary":"Preview a credit note"}},"/v1/credit_notes/preview/lines":{"get":{"description":"Retrieve a credit note preview's line items","parameters":[{"description":"The integer amount in cents (or local equivalent) representing the total amount of the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.","in":"query","name":"amount","schema":{"type":"integer"},"style":"form"},{"description":"The integer amount in cents (or local equivalent) representing the amount to credit the customer's balance, which will be automatically applied to their next invoice.","in":"query","name":"credit_amount","schema":{"type":"integer"},"style":"form"},{"description":"The date when this credit note is in effect. Same as `created` unless overwritten. When defined, this value replaces the system-generated 'Date of issue' printed on the credit note PDF.","in":"query","name":"effective_at","schema":{"type":"integer"},"style":"form"},{"description":"Type of email to send to the customer, one of `credit_note` or `none` and the default is `credit_note`.","in":"query","name":"email_type","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"ID of the invoice.","in":"query","name":"invoice","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Line items that make up the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.","in":"query","name":"lines","schema":{"type":"array"},"style":"form"},{"description":"The credit note's memo appears on the credit note PDF.","in":"query","name":"memo","schema":{"type":"string"},"style":"form"},{"description":"Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.","in":"query","name":"metadata","schema":{"type":"object"},"style":"form"},{"description":"The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.","in":"query","name":"out_of_band_amount","schema":{"type":"integer"},"style":"form"},{"description":"Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`","in":"query","name":"reason","schema":{"type":"string"},"style":"form"},{"description":"The integer amount in cents (or local equivalent) representing the amount to refund. If set, a refund will be created for the charge associated with the invoice.","in":"query","name":"refund_amount","schema":{"type":"integer"},"style":"form"},{"description":"Refunds to link to this credit note.","in":"query","name":"refunds","schema":{"type":"array"},"style":"form"},{"description":"When shipping_cost contains the shipping_rate from the invoice, the shipping_cost is included in the credit note. One of `amount`, `lines`, or `shipping_cost` must be provided.","in":"query","name":"shipping_cost","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"description\": \"string\",\n      \"discount_amount\": 0,\n      \"discount_amounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"invoice_line_item\": \"string\",\n      \"livemode\": true,\n      \"object\": \"credit_note_line_item\",\n      \"pretax_credit_amounts\": [\n        {\n          \"amount\": 0,\n          \"credit_balance_transaction\": \"string\",\n          \"discount\": \"string\",\n          \"type\": \"credit_balance_transaction\"\n        }\n      ],\n      \"quantity\": 0,\n      \"tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"tax_behavior\": \"exclusive\",\n          \"tax_rate_details\": {\n            \"tax_rate\": \"string\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0,\n          \"type\": \"tax_rate_details\"\n        }\n      ],\n      \"type\": \"custom_line_item\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a credit note preview's line items"}},"/v1/credit_notes/{credit_note}/lines":{"get":{"description":"Retrieve a credit note's line items","parameters":[{"in":"path","name":"credit_note","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"description\": \"string\",\n      \"discount_amount\": 0,\n      \"discount_amounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"invoice_line_item\": \"string\",\n      \"livemode\": true,\n      \"object\": \"credit_note_line_item\",\n      \"pretax_credit_amounts\": [\n        {\n          \"amount\": 0,\n          \"credit_balance_transaction\": \"string\",\n          \"discount\": \"string\",\n          \"type\": \"credit_balance_transaction\"\n        }\n      ],\n      \"quantity\": 0,\n      \"tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"tax_behavior\": \"exclusive\",\n          \"tax_rate_details\": {\n            \"tax_rate\": \"string\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0,\n          \"type\": \"tax_rate_details\"\n        }\n      ],\n      \"type\": \"custom_line_item\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a credit note's line items"}},"/v1/credit_notes/{id}":{"get":{"description":"Retrieve a credit note","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/credit_note"}}},"description":"{\n  \"amount\": 0,\n  \"amount_shipping\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance_transaction\": \"string\",\n  \"discount_amount\": 0,\n  \"discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"effective_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"description\": \"string\",\n        \"discount_amount\": 0,\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"id\": \"string\",\n        \"invoice_line_item\": \"string\",\n        \"livemode\": true,\n        \"object\": \"credit_note_line_item\",\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"quantity\": 0,\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ],\n        \"type\": \"custom_line_item\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"memo\": \"string\",\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"credit_note\",\n  \"out_of_band_amount\": 0,\n  \"pdf\": \"string\",\n  \"post_payment_amount\": 0,\n  \"pre_payment_amount\": 0,\n  \"pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"reason\": \"duplicate\",\n  \"refunds\": [\n    {\n      \"amount_refunded\": 0,\n      \"payment_record_refund\": {\n        \"payment_record\": \"string\",\n        \"refund_group\": \"string\"\n      },\n      \"refund\": \"string\",\n      \"type\": \"payment_record_refund\"\n    }\n  ],\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"status\": \"issued\",\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"total\": 0,\n  \"total_excluding_tax\": 0,\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"type\": \"mixed\",\n  \"voided_at\": 0\n}"}},"summary":"Retrieve a credit note"},"post":{"description":"Update a credit note","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/credit_note"}}},"description":"{\n  \"amount\": 0,\n  \"amount_shipping\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance_transaction\": \"string\",\n  \"discount_amount\": 0,\n  \"discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"effective_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"description\": \"string\",\n        \"discount_amount\": 0,\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"id\": \"string\",\n        \"invoice_line_item\": \"string\",\n        \"livemode\": true,\n        \"object\": \"credit_note_line_item\",\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"quantity\": 0,\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ],\n        \"type\": \"custom_line_item\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"memo\": \"string\",\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"credit_note\",\n  \"out_of_band_amount\": 0,\n  \"pdf\": \"string\",\n  \"post_payment_amount\": 0,\n  \"pre_payment_amount\": 0,\n  \"pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"reason\": \"duplicate\",\n  \"refunds\": [\n    {\n      \"amount_refunded\": 0,\n      \"payment_record_refund\": {\n        \"payment_record\": \"string\",\n        \"refund_group\": \"string\"\n      },\n      \"refund\": \"string\",\n      \"type\": \"payment_record_refund\"\n    }\n  ],\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"status\": \"issued\",\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"total\": 0,\n  \"total_excluding_tax\": 0,\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"type\": \"mixed\",\n  \"voided_at\": 0\n}"}},"summary":"Update a credit note"}},"/v1/credit_notes/{id}/void":{"post":{"description":"Void a credit note","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/credit_note"}}},"description":"{\n  \"amount\": 0,\n  \"amount_shipping\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance_transaction\": \"string\",\n  \"discount_amount\": 0,\n  \"discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"effective_at\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"description\": \"string\",\n        \"discount_amount\": 0,\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"id\": \"string\",\n        \"invoice_line_item\": \"string\",\n        \"livemode\": true,\n        \"object\": \"credit_note_line_item\",\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"quantity\": 0,\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ],\n        \"type\": \"custom_line_item\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"memo\": \"string\",\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"credit_note\",\n  \"out_of_band_amount\": 0,\n  \"pdf\": \"string\",\n  \"post_payment_amount\": 0,\n  \"pre_payment_amount\": 0,\n  \"pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"reason\": \"duplicate\",\n  \"refunds\": [\n    {\n      \"amount_refunded\": 0,\n      \"payment_record_refund\": {\n        \"payment_record\": \"string\",\n        \"refund_group\": \"string\"\n      },\n      \"refund\": \"string\",\n      \"type\": \"payment_record_refund\"\n    }\n  ],\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"status\": \"issued\",\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"total\": 0,\n  \"total_excluding_tax\": 0,\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"type\": \"mixed\",\n  \"voided_at\": 0\n}"}},"summary":"Void a credit note"}},"/v1/customer_sessions":{"post":{"description":"Create a Customer Session","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer_session"}}},"description":"{\n  \"client_secret\": \"string\",\n  \"components\": {\n    \"buy_button\": {\n      \"enabled\": true\n    },\n    \"customer_sheet\": {\n      \"enabled\": true,\n      \"features\": {\n        \"payment_method_allow_redisplay_filters\": [\n          \"always\"\n        ],\n        \"payment_method_remove\": \"disabled\"\n      }\n    },\n    \"mobile_payment_element\": {\n      \"enabled\": true,\n      \"features\": {\n        \"payment_method_allow_redisplay_filters\": [\n          \"always\"\n        ],\n        \"payment_method_redisplay\": \"disabled\",\n        \"payment_method_remove\": \"disabled\",\n        \"payment_method_save\": \"disabled\",\n        \"payment_method_save_allow_redisplay_override\": \"always\"\n      }\n    },\n    \"payment_element\": {\n      \"enabled\": true,\n      \"features\": {\n        \"payment_method_allow_redisplay_filters\": [\n          \"always\"\n        ],\n        \"payment_method_redisplay\": \"disabled\",\n        \"payment_method_redisplay_limit\": 0,\n        \"payment_method_remove\": \"disabled\",\n        \"payment_method_save\": \"disabled\",\n        \"payment_method_save_usage\": \"off_session\"\n      }\n    },\n    \"pricing_table\": {\n      \"enabled\": true\n    }\n  },\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"expires_at\": 0,\n  \"livemode\": true,\n  \"object\": \"customer_session\"\n}"}},"summary":"Create a Customer Session"}},"/v1/customers":{"get":{"description":"List all customers","parameters":[{"description":"Only return customers that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A case-sensitive filter on the list based on the customer's `email` field. The value must be a string.","in":"query","name":"email","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Provides a list of customers that are associated with the specified test clock. The response will not include customers with test clocks if this parameter is not set.","in":"query","name":"test_clock","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"balance\": 0,\n      \"business_name\": \"string\",\n      \"cash_balance\": {\n        \"available\": {},\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"livemode\": true,\n        \"object\": \"cash_balance\",\n        \"settings\": {\n          \"reconciliation_mode\": \"automatic\",\n          \"using_merchant_default\": true\n        }\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer_account\": \"string\",\n      \"default_source\": \"string\",\n      \"delinquent\": true,\n      \"description\": \"string\",\n      \"discount\": {\n        \"checkout_session\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"end\": 0,\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"invoice_item\": \"string\",\n        \"object\": \"discount\",\n        \"promotion_code\": \"string\",\n        \"source\": {\n          \"coupon\": \"string\",\n          \"type\": \"coupon\"\n        },\n        \"start\": 0,\n        \"subscription\": \"string\",\n        \"subscription_item\": \"string\"\n      },\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual_name\": \"string\",\n      \"invoice_credit_balance\": {},\n      \"invoice_prefix\": \"string\",\n      \"invoice_settings\": {\n        \"custom_fields\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"default_payment_method\": \"string\",\n        \"footer\": \"string\",\n        \"rendering_options\": {\n          \"amount_tax_display\": \"string\",\n          \"template\": \"string\"\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"next_invoice_sequence\": 0,\n      \"object\": \"customer\",\n      \"phone\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"sources\": {\n        \"data\": [\n          {\n            \"account\": \"string\",\n            \"account_holder_name\": \"string\",\n            \"account_holder_type\": \"string\",\n            \"account_type\": \"string\",\n            \"available_payout_methods\": [\n              \"instant\"\n            ],\n            \"bank_name\": \"string\",\n            \"country\": \"string\",\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"default_for_currency\": true,\n            \"fingerprint\": \"string\",\n            \"future_requirements\": {\n              \"currently_due\": [\n                \"string\"\n              ],\n              \"errors\": [\n                {\n                  \"code\": \"external_request\",\n                  \"reason\": \"string\",\n                  \"requirement\": \"string\"\n                }\n              ],\n              \"past_due\": [\n                \"string\"\n              ],\n              \"pending_verification\": [\n                \"string\"\n              ]\n            },\n            \"id\": \"string\",\n            \"last4\": \"string\",\n            \"metadata\": {},\n            \"object\": \"bank_account\",\n            \"requirements\": {\n              \"currently_due\": [\n                \"string\"\n              ],\n              \"errors\": [\n                {\n                  \"code\": \"external_request\",\n                  \"reason\": \"string\",\n                  \"requirement\": \"string\"\n                }\n              ],\n              \"past_due\": [\n                \"string\"\n              ],\n              \"pending_verification\": [\n                \"string\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"subscriptions\": {\n        \"data\": [\n          {\n            \"application\": \"string\",\n            \"application_fee_percent\": 0.0,\n            \"automatic_tax\": {\n              \"disabled_reason\": \"requires_location_inputs\",\n              \"enabled\": true,\n              \"liability\": {\n                \"account\": \"string\",\n                \"type\": \"account\"\n              }\n            },\n            \"billing_cycle_anchor\": 0,\n            \"billing_cycle_anchor_config\": {\n              \"day_of_month\": 0,\n              \"hour\": 0,\n              \"minute\": 0,\n              \"month\": 0,\n              \"second\": 0\n            },\n            \"billing_mode\": {\n              \"flexible\": {\n                \"proration_discounts\": \"included\"\n              },\n              \"type\": \"classic\",\n              \"updated_at\": 0\n            },\n            \"billing_thresholds\": {\n              \"amount_gte\": 0,\n              \"reset_billing_cycle_anchor\": true\n            },\n            \"cancel_at\": 0,\n            \"cancel_at_period_end\": true,\n            \"canceled_at\": 0,\n            \"cancellation_details\": {\n              \"comment\": \"string\",\n              \"feedback\": \"customer_service\",\n              \"reason\": \"cancellation_requested\"\n            },\n            \"collection_method\": \"charge_automatically\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"days_until_due\": 0,\n            \"default_payment_method\": \"string\",\n            \"default_source\": \"string\",\n            \"default_tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ],\n            \"description\": \"string\",\n            \"discounts\": [\n              \"string\"\n            ],\n            \"ended_at\": 0,\n            \"id\": \"string\",\n            \"invoice_settings\": {\n              \"account_tax_ids\": [\n                \"string\"\n              ],\n              \"issuer\": {\n                \"account\": \"string\",\n                \"type\": \"account\"\n              }\n            },\n            \"items\": {\n              \"data\": [\n                {\n                  \"billing_thresholds\": {\n                    \"usage_gte\": 0\n                  },\n                  \"created\": 0,\n                  \"current_period_end\": 0,\n                  \"current_period_start\": 0,\n                  \"discounts\": [\n                    \"string\"\n                  ],\n                  \"id\": \"string\",\n                  \"metadata\": {},\n                  \"object\": \"subscription_item\",\n                  \"price\": {\n                    \"active\": true,\n                    \"billing_scheme\": \"per_unit\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"currency_options\": {},\n                    \"custom_unit_amount\": {\n                      \"maximum\": 0,\n                      \"minimum\": 0,\n                      \"preset\": 0\n                    },\n                    \"id\": \"string\",\n                    \"livemode\": true,\n                    \"lookup_key\": \"string\",\n                    \"metadata\": {},\n                    \"nickname\": \"string\",\n                    \"object\": \"price\",\n                    \"product\": \"string\",\n                    \"recurring\": {\n                      \"interval\": \"day\",\n                      \"interval_count\": 0,\n                      \"meter\": \"string\",\n                      \"usage_type\": \"licensed\"\n                    },\n                    \"tax_behavior\": \"exclusive\",\n                    \"tiers\": [\n                      {\n                        \"flat_amount\": 0,\n                        \"flat_amount_decimal\": \"string\",\n                        \"unit_amount\": 0,\n                        \"unit_amount_decimal\": \"string\",\n                        \"up_to\": 0\n                      }\n                    ],\n                    \"tiers_mode\": \"graduated\",\n                    \"transform_quantity\": {\n                      \"divide_by\": 0,\n                      \"round\": \"down\"\n                    },\n                    \"type\": \"one_time\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\"\n                  },\n                  \"quantity\": 0,\n                  \"subscription\": \"string\",\n                  \"tax_rates\": [\n                    {\n                      \"active\": true,\n                      \"country\": \"string\",\n                      \"created\": 0,\n                      \"description\": \"string\",\n                      \"display_name\": \"string\",\n                      \"effective_percentage\": 0.0,\n                      \"flat_amount\": {\n                        \"amount\": 0,\n                        \"currency\": \"string\"\n                      },\n                      \"id\": \"string\",\n                      \"inclusive\": true,\n                      \"jurisdiction\": \"string\",\n                      \"jurisdiction_level\": \"city\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"tax_rate\",\n                      \"percentage\": 0.0,\n                      \"rate_type\": \"flat_amount\",\n                      \"state\": \"string\",\n                      \"tax_type\": \"amusement_tax\"\n                    }\n                  ]\n                }\n              ],\n              \"has_more\": true,\n              \"object\": \"list\",\n              \"url\": \"string\"\n            },\n            \"latest_invoice\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"next_pending_invoice_item_invoice\": 0,\n            \"object\": \"subscription\",\n            \"on_behalf_of\": \"string\",\n            \"pause_collection\": {\n              \"behavior\": \"keep_as_draft\",\n              \"resumes_at\": 0\n            },\n            \"payment_settings\": {\n              \"payment_method_options\": {\n                \"acss_debit\": {\n                  \"mandate_options\": {\n                    \"transaction_type\": \"business\"\n                  },\n                  \"verification_method\": \"automatic\"\n                },\n                \"bancontact\": {\n                  \"preferred_language\": \"de\"\n                },\n                \"card\": {\n                  \"mandate_options\": {\n                    \"amount\": 0,\n                    \"amount_type\": \"fixed\",\n                    \"description\": \"string\"\n                  },\n                  \"network\": \"amex\",\n                  \"request_three_d_secure\": \"any\"\n                },\n                \"customer_balance\": {\n                  \"bank_transfer\": {\n                    \"eu_bank_transfer\": {\n                      \"country\": \"BE\"\n                    },\n                    \"type\": \"string\"\n                  },\n                  \"funding_type\": \"bank_transfer\"\n                },\n                \"konbini\": {},\n                \"payto\": {\n                  \"mandate_options\": {\n                    \"amount\": 0,\n                    \"amount_type\": \"fixed\",\n                    \"purpose\": \"dependant_support\"\n                  }\n                },\n                \"sepa_debit\": {},\n                \"us_bank_account\": {\n                  \"financial_connections\": {\n                    \"filters\": {\n                      \"account_subcategories\": [\n                        \"checking\"\n                      ]\n                    },\n                    \"permissions\": [\n                      \"balances\"\n                    ],\n                    \"prefetch\": [\n                      \"balances\"\n                    ]\n                  },\n                  \"verification_method\": \"automatic\"\n                }\n              },\n              \"payment_method_types\": [\n                \"ach_credit_transfer\"\n              ],\n              \"save_default_payment_method\": \"off\"\n            },\n            \"pending_invoice_item_interval\": {\n              \"interval\": \"day\",\n              \"interval_count\": 0\n            },\n            \"pending_setup_intent\": \"string\",\n            \"pending_update\": {\n              \"billing_cycle_anchor\": 0,\n              \"expires_at\": 0,\n              \"subscription_items\": [\n                {\n                  \"billing_thresholds\": {\n                    \"usage_gte\": 0\n                  },\n                  \"created\": 0,\n                  \"current_period_end\": 0,\n                  \"current_period_start\": 0,\n                  \"discounts\": [\n                    \"string\"\n                  ],\n                  \"id\": \"string\",\n                  \"metadata\": {},\n                  \"object\": \"subscription_item\",\n                  \"price\": {\n                    \"active\": true,\n                    \"billing_scheme\": \"per_unit\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"currency_options\": {},\n                    \"custom_unit_amount\": {\n                      \"maximum\": 0,\n                      \"minimum\": 0,\n                      \"preset\": 0\n                    },\n                    \"id\": \"string\",\n                    \"livemode\": true,\n                    \"lookup_key\": \"string\",\n                    \"metadata\": {},\n                    \"nickname\": \"string\",\n                    \"object\": \"price\",\n                    \"product\": \"string\",\n                    \"recurring\": {\n                      \"interval\": \"day\",\n                      \"interval_count\": 0,\n                      \"meter\": \"string\",\n                      \"usage_type\": \"licensed\"\n                    },\n                    \"tax_behavior\": \"exclusive\",\n                    \"tiers\": [\n                      {\n                        \"flat_amount\": 0,\n                        \"flat_amount_decimal\": \"string\",\n                        \"unit_amount\": 0,\n                        \"unit_amount_decimal\": \"string\",\n                        \"up_to\": 0\n                      }\n                    ],\n                    \"tiers_mode\": \"graduated\",\n                    \"transform_quantity\": {\n                      \"divide_by\": 0,\n                      \"round\": \"down\"\n                    },\n                    \"type\": \"one_time\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\"\n                  },\n                  \"quantity\": 0,\n                  \"subscription\": \"string\",\n                  \"tax_rates\": [\n                    {\n                      \"active\": true,\n                      \"country\": \"string\",\n                      \"created\": 0,\n                      \"description\": \"string\",\n                      \"display_name\": \"string\",\n                      \"effective_percentage\": 0.0,\n                      \"flat_amount\": {\n                        \"amount\": 0,\n                        \"currency\": \"string\"\n                      },\n                      \"id\": \"string\",\n                      \"inclusive\": true,\n                      \"jurisdiction\": \"string\",\n                      \"jurisdiction_level\": \"city\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"tax_rate\",\n                      \"percentage\": 0.0,\n                      \"rate_type\": \"flat_amount\",\n                      \"state\": \"string\",\n                      \"tax_type\": \"amusement_tax\"\n                    }\n                  ]\n                }\n              ],\n              \"trial_end\": 0,\n              \"trial_from_plan\": true\n            },\n            \"schedule\": \"string\",\n            \"start_date\": 0,\n            \"status\": \"active\",\n            \"test_clock\": \"string\",\n            \"transfer_data\": {\n              \"amount_percent\": 0.0,\n              \"destination\": \"string\"\n            },\n            \"trial_end\": 0,\n            \"trial_settings\": {\n              \"end_behavior\": {\n                \"missing_payment_method\": \"cancel\"\n              }\n            },\n            \"trial_start\": 0\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"tax\": {\n        \"automatic_tax\": \"failed\",\n        \"ip_address\": \"string\",\n        \"location\": {\n          \"country\": \"string\",\n          \"source\": \"billing_address\",\n          \"state\": \"string\"\n        },\n        \"provider\": \"anrok\"\n      },\n      \"tax_exempt\": \"exempt\",\n      \"tax_ids\": {\n        \"data\": [\n          {\n            \"country\": \"string\",\n            \"created\": 0,\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"object\": \"tax_id\",\n            \"owner\": {\n              \"account\": \"string\",\n              \"application\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"type\": \"account\"\n            },\n            \"type\": \"ad_nrt\",\n            \"value\": \"string\",\n            \"verification\": {\n              \"status\": \"pending\",\n              \"verified_address\": \"string\",\n              \"verified_name\": \"string\"\n            }\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"test_clock\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all customers"},"post":{"description":"Create a customer","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer"}}},"description":"{\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"balance\": 0,\n  \"business_name\": \"string\",\n  \"cash_balance\": {\n    \"available\": {},\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"livemode\": true,\n    \"object\": \"cash_balance\",\n    \"settings\": {\n      \"reconciliation_mode\": \"automatic\",\n      \"using_merchant_default\": true\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_source\": \"string\",\n  \"delinquent\": true,\n  \"description\": \"string\",\n  \"discount\": {\n    \"checkout_session\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"end\": 0,\n    \"id\": \"string\",\n    \"invoice\": \"string\",\n    \"invoice_item\": \"string\",\n    \"object\": \"discount\",\n    \"promotion_code\": \"string\",\n    \"source\": {\n      \"coupon\": \"string\",\n      \"type\": \"coupon\"\n    },\n    \"start\": 0,\n    \"subscription\": \"string\",\n    \"subscription_item\": \"string\"\n  },\n  \"email\": \"string\",\n  \"id\": \"string\",\n  \"individual_name\": \"string\",\n  \"invoice_credit_balance\": {},\n  \"invoice_prefix\": \"string\",\n  \"invoice_settings\": {\n    \"custom_fields\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"default_payment_method\": \"string\",\n    \"footer\": \"string\",\n    \"rendering_options\": {\n      \"amount_tax_display\": \"string\",\n      \"template\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"next_invoice_sequence\": 0,\n  \"object\": \"customer\",\n  \"phone\": \"string\",\n  \"preferred_locales\": [\n    \"string\"\n  ],\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"sources\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"subscriptions\": {\n    \"data\": [\n      {\n        \"application\": \"string\",\n        \"application_fee_percent\": 0.0,\n        \"automatic_tax\": {\n          \"disabled_reason\": \"requires_location_inputs\",\n          \"enabled\": true,\n          \"liability\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"billing_cycle_anchor\": 0,\n        \"billing_cycle_anchor_config\": {\n          \"day_of_month\": 0,\n          \"hour\": 0,\n          \"minute\": 0,\n          \"month\": 0,\n          \"second\": 0\n        },\n        \"billing_mode\": {\n          \"flexible\": {\n            \"proration_discounts\": \"included\"\n          },\n          \"type\": \"classic\",\n          \"updated_at\": 0\n        },\n        \"billing_thresholds\": {\n          \"amount_gte\": 0,\n          \"reset_billing_cycle_anchor\": true\n        },\n        \"cancel_at\": 0,\n        \"cancel_at_period_end\": true,\n        \"canceled_at\": 0,\n        \"cancellation_details\": {\n          \"comment\": \"string\",\n          \"feedback\": \"customer_service\",\n          \"reason\": \"cancellation_requested\"\n        },\n        \"collection_method\": \"charge_automatically\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"days_until_due\": 0,\n        \"default_payment_method\": \"string\",\n        \"default_source\": \"string\",\n        \"default_tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"description\": \"string\",\n        \"discounts\": [\n          \"string\"\n        ],\n        \"ended_at\": 0,\n        \"id\": \"string\",\n        \"invoice_settings\": {\n          \"account_tax_ids\": [\n            \"string\"\n          ],\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"items\": {\n          \"data\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"created\": 0,\n              \"current_period_end\": 0,\n              \"current_period_start\": 0,\n              \"discounts\": [\n                \"string\"\n              ],\n              \"id\": \"string\",\n              \"metadata\": {},\n              \"object\": \"subscription_item\",\n              \"price\": {\n                \"active\": true,\n                \"billing_scheme\": \"per_unit\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"currency_options\": {},\n                \"custom_unit_amount\": {\n                  \"maximum\": 0,\n                  \"minimum\": 0,\n                  \"preset\": 0\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"lookup_key\": \"string\",\n                \"metadata\": {},\n                \"nickname\": \"string\",\n                \"object\": \"price\",\n                \"product\": \"string\",\n                \"recurring\": {\n                  \"interval\": \"day\",\n                  \"interval_count\": 0,\n                  \"meter\": \"string\",\n                  \"usage_type\": \"licensed\"\n                },\n                \"tax_behavior\": \"exclusive\",\n                \"tiers\": [\n                  {\n                    \"flat_amount\": 0,\n                    \"flat_amount_decimal\": \"string\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\",\n                    \"up_to\": 0\n                  }\n                ],\n                \"tiers_mode\": \"graduated\",\n                \"transform_quantity\": {\n                  \"divide_by\": 0,\n                  \"round\": \"down\"\n                },\n                \"type\": \"one_time\",\n                \"unit_amount\": 0,\n                \"unit_amount_decimal\": \"string\"\n              },\n              \"quantity\": 0,\n              \"subscription\": \"string\",\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"latest_invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"next_pending_invoice_item_invoice\": 0,\n        \"object\": \"subscription\",\n        \"on_behalf_of\": \"string\",\n        \"pause_collection\": {\n          \"behavior\": \"keep_as_draft\",\n          \"resumes_at\": 0\n        },\n        \"payment_settings\": {\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\"\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\"\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"type\": \"string\"\n              },\n              \"funding_type\": \"bank_transfer\"\n            },\n            \"konbini\": {},\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"purpose\": \"dependant_support\"\n              }\n            },\n            \"sepa_debit\": {},\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ]\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"ach_credit_transfer\"\n          ],\n          \"save_default_payment_method\": \"off\"\n        },\n        \"pending_invoice_item_interval\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0\n        },\n        \"pending_setup_intent\": \"string\",\n        \"pending_update\": {\n          \"billing_cycle_anchor\": 0,\n          \"expires_at\": 0,\n          \"subscription_items\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"created\": 0,\n              \"current_period_end\": 0,\n              \"current_period_start\": 0,\n              \"discounts\": [\n                \"string\"\n              ],\n              \"id\": \"string\",\n              \"metadata\": {},\n              \"object\": \"subscription_item\",\n              \"price\": {\n                \"active\": true,\n                \"billing_scheme\": \"per_unit\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"currency_options\": {},\n                \"custom_unit_amount\": {\n                  \"maximum\": 0,\n                  \"minimum\": 0,\n                  \"preset\": 0\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"lookup_key\": \"string\",\n                \"metadata\": {},\n                \"nickname\": \"string\",\n                \"object\": \"price\",\n                \"product\": \"string\",\n                \"recurring\": {\n                  \"interval\": \"day\",\n                  \"interval_count\": 0,\n                  \"meter\": \"string\",\n                  \"usage_type\": \"licensed\"\n                },\n                \"tax_behavior\": \"exclusive\",\n                \"tiers\": [\n                  {\n                    \"flat_amount\": 0,\n                    \"flat_amount_decimal\": \"string\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\",\n                    \"up_to\": 0\n                  }\n                ],\n                \"tiers_mode\": \"graduated\",\n                \"transform_quantity\": {\n                  \"divide_by\": 0,\n                  \"round\": \"down\"\n                },\n                \"type\": \"one_time\",\n                \"unit_amount\": 0,\n                \"unit_amount_decimal\": \"string\"\n              },\n              \"quantity\": 0,\n              \"subscription\": \"string\",\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"trial_end\": 0,\n          \"trial_from_plan\": true\n        },\n        \"schedule\": \"string\",\n        \"start_date\": 0,\n        \"status\": \"active\",\n        \"test_clock\": \"string\",\n        \"transfer_data\": {\n          \"amount_percent\": 0.0,\n          \"destination\": \"string\"\n        },\n        \"trial_end\": 0,\n        \"trial_settings\": {\n          \"end_behavior\": {\n            \"missing_payment_method\": \"cancel\"\n          }\n        },\n        \"trial_start\": 0\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"tax\": {\n    \"automatic_tax\": \"failed\",\n    \"ip_address\": \"string\",\n    \"location\": {\n      \"country\": \"string\",\n      \"source\": \"billing_address\",\n      \"state\": \"string\"\n    },\n    \"provider\": \"anrok\"\n  },\n  \"tax_exempt\": \"exempt\",\n  \"tax_ids\": {\n    \"data\": [\n      {\n        \"country\": \"string\",\n        \"created\": 0,\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"tax_id\",\n        \"owner\": {\n          \"account\": \"string\",\n          \"application\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\",\n        \"verification\": {\n          \"status\": \"pending\",\n          \"verified_address\": \"string\",\n          \"verified_name\": \"string\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"test_clock\": \"string\"\n}"}},"summary":"Create a customer"}},"/v1/customers/search":{"get":{"description":"Search customers","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for customers](https://docs.stripe.com/search#query-fields-for-customers).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"balance\": 0,\n      \"business_name\": \"string\",\n      \"cash_balance\": {\n        \"available\": {},\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"livemode\": true,\n        \"object\": \"cash_balance\",\n        \"settings\": {\n          \"reconciliation_mode\": \"automatic\",\n          \"using_merchant_default\": true\n        }\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer_account\": \"string\",\n      \"default_source\": \"string\",\n      \"delinquent\": true,\n      \"description\": \"string\",\n      \"discount\": {\n        \"checkout_session\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"end\": 0,\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"invoice_item\": \"string\",\n        \"object\": \"discount\",\n        \"promotion_code\": \"string\",\n        \"source\": {\n          \"coupon\": \"string\",\n          \"type\": \"coupon\"\n        },\n        \"start\": 0,\n        \"subscription\": \"string\",\n        \"subscription_item\": \"string\"\n      },\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual_name\": \"string\",\n      \"invoice_credit_balance\": {},\n      \"invoice_prefix\": \"string\",\n      \"invoice_settings\": {\n        \"custom_fields\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"default_payment_method\": \"string\",\n        \"footer\": \"string\",\n        \"rendering_options\": {\n          \"amount_tax_display\": \"string\",\n          \"template\": \"string\"\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"next_invoice_sequence\": 0,\n      \"object\": \"customer\",\n      \"phone\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"sources\": {\n        \"data\": [\n          {\n            \"account\": \"string\",\n            \"account_holder_name\": \"string\",\n            \"account_holder_type\": \"string\",\n            \"account_type\": \"string\",\n            \"available_payout_methods\": [\n              \"instant\"\n            ],\n            \"bank_name\": \"string\",\n            \"country\": \"string\",\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"default_for_currency\": true,\n            \"fingerprint\": \"string\",\n            \"future_requirements\": {\n              \"currently_due\": [\n                \"string\"\n              ],\n              \"errors\": [\n                {\n                  \"code\": \"external_request\",\n                  \"reason\": \"string\",\n                  \"requirement\": \"string\"\n                }\n              ],\n              \"past_due\": [\n                \"string\"\n              ],\n              \"pending_verification\": [\n                \"string\"\n              ]\n            },\n            \"id\": \"string\",\n            \"last4\": \"string\",\n            \"metadata\": {},\n            \"object\": \"bank_account\",\n            \"requirements\": {\n              \"currently_due\": [\n                \"string\"\n              ],\n              \"errors\": [\n                {\n                  \"code\": \"external_request\",\n                  \"reason\": \"string\",\n                  \"requirement\": \"string\"\n                }\n              ],\n              \"past_due\": [\n                \"string\"\n              ],\n              \"pending_verification\": [\n                \"string\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"subscriptions\": {\n        \"data\": [\n          {\n            \"application\": \"string\",\n            \"application_fee_percent\": 0.0,\n            \"automatic_tax\": {\n              \"disabled_reason\": \"requires_location_inputs\",\n              \"enabled\": true,\n              \"liability\": {\n                \"account\": \"string\",\n                \"type\": \"account\"\n              }\n            },\n            \"billing_cycle_anchor\": 0,\n            \"billing_cycle_anchor_config\": {\n              \"day_of_month\": 0,\n              \"hour\": 0,\n              \"minute\": 0,\n              \"month\": 0,\n              \"second\": 0\n            },\n            \"billing_mode\": {\n              \"flexible\": {\n                \"proration_discounts\": \"included\"\n              },\n              \"type\": \"classic\",\n              \"updated_at\": 0\n            },\n            \"billing_thresholds\": {\n              \"amount_gte\": 0,\n              \"reset_billing_cycle_anchor\": true\n            },\n            \"cancel_at\": 0,\n            \"cancel_at_period_end\": true,\n            \"canceled_at\": 0,\n            \"cancellation_details\": {\n              \"comment\": \"string\",\n              \"feedback\": \"customer_service\",\n              \"reason\": \"cancellation_requested\"\n            },\n            \"collection_method\": \"charge_automatically\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"days_until_due\": 0,\n            \"default_payment_method\": \"string\",\n            \"default_source\": \"string\",\n            \"default_tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ],\n            \"description\": \"string\",\n            \"discounts\": [\n              \"string\"\n            ],\n            \"ended_at\": 0,\n            \"id\": \"string\",\n            \"invoice_settings\": {\n              \"account_tax_ids\": [\n                \"string\"\n              ],\n              \"issuer\": {\n                \"account\": \"string\",\n                \"type\": \"account\"\n              }\n            },\n            \"items\": {\n              \"data\": [\n                {\n                  \"billing_thresholds\": {\n                    \"usage_gte\": 0\n                  },\n                  \"created\": 0,\n                  \"current_period_end\": 0,\n                  \"current_period_start\": 0,\n                  \"discounts\": [\n                    \"string\"\n                  ],\n                  \"id\": \"string\",\n                  \"metadata\": {},\n                  \"object\": \"subscription_item\",\n                  \"price\": {\n                    \"active\": true,\n                    \"billing_scheme\": \"per_unit\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"currency_options\": {},\n                    \"custom_unit_amount\": {\n                      \"maximum\": 0,\n                      \"minimum\": 0,\n                      \"preset\": 0\n                    },\n                    \"id\": \"string\",\n                    \"livemode\": true,\n                    \"lookup_key\": \"string\",\n                    \"metadata\": {},\n                    \"nickname\": \"string\",\n                    \"object\": \"price\",\n                    \"product\": \"string\",\n                    \"recurring\": {\n                      \"interval\": \"day\",\n                      \"interval_count\": 0,\n                      \"meter\": \"string\",\n                      \"usage_type\": \"licensed\"\n                    },\n                    \"tax_behavior\": \"exclusive\",\n                    \"tiers\": [\n                      {\n                        \"flat_amount\": 0,\n                        \"flat_amount_decimal\": \"string\",\n                        \"unit_amount\": 0,\n                        \"unit_amount_decimal\": \"string\",\n                        \"up_to\": 0\n                      }\n                    ],\n                    \"tiers_mode\": \"graduated\",\n                    \"transform_quantity\": {\n                      \"divide_by\": 0,\n                      \"round\": \"down\"\n                    },\n                    \"type\": \"one_time\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\"\n                  },\n                  \"quantity\": 0,\n                  \"subscription\": \"string\",\n                  \"tax_rates\": [\n                    {\n                      \"active\": true,\n                      \"country\": \"string\",\n                      \"created\": 0,\n                      \"description\": \"string\",\n                      \"display_name\": \"string\",\n                      \"effective_percentage\": 0.0,\n                      \"flat_amount\": {\n                        \"amount\": 0,\n                        \"currency\": \"string\"\n                      },\n                      \"id\": \"string\",\n                      \"inclusive\": true,\n                      \"jurisdiction\": \"string\",\n                      \"jurisdiction_level\": \"city\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"tax_rate\",\n                      \"percentage\": 0.0,\n                      \"rate_type\": \"flat_amount\",\n                      \"state\": \"string\",\n                      \"tax_type\": \"amusement_tax\"\n                    }\n                  ]\n                }\n              ],\n              \"has_more\": true,\n              \"object\": \"list\",\n              \"url\": \"string\"\n            },\n            \"latest_invoice\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"next_pending_invoice_item_invoice\": 0,\n            \"object\": \"subscription\",\n            \"on_behalf_of\": \"string\",\n            \"pause_collection\": {\n              \"behavior\": \"keep_as_draft\",\n              \"resumes_at\": 0\n            },\n            \"payment_settings\": {\n              \"payment_method_options\": {\n                \"acss_debit\": {\n                  \"mandate_options\": {\n                    \"transaction_type\": \"business\"\n                  },\n                  \"verification_method\": \"automatic\"\n                },\n                \"bancontact\": {\n                  \"preferred_language\": \"de\"\n                },\n                \"card\": {\n                  \"mandate_options\": {\n                    \"amount\": 0,\n                    \"amount_type\": \"fixed\",\n                    \"description\": \"string\"\n                  },\n                  \"network\": \"amex\",\n                  \"request_three_d_secure\": \"any\"\n                },\n                \"customer_balance\": {\n                  \"bank_transfer\": {\n                    \"eu_bank_transfer\": {\n                      \"country\": \"BE\"\n                    },\n                    \"type\": \"string\"\n                  },\n                  \"funding_type\": \"bank_transfer\"\n                },\n                \"konbini\": {},\n                \"payto\": {\n                  \"mandate_options\": {\n                    \"amount\": 0,\n                    \"amount_type\": \"fixed\",\n                    \"purpose\": \"dependant_support\"\n                  }\n                },\n                \"sepa_debit\": {},\n                \"us_bank_account\": {\n                  \"financial_connections\": {\n                    \"filters\": {\n                      \"account_subcategories\": [\n                        \"checking\"\n                      ]\n                    },\n                    \"permissions\": [\n                      \"balances\"\n                    ],\n                    \"prefetch\": [\n                      \"balances\"\n                    ]\n                  },\n                  \"verification_method\": \"automatic\"\n                }\n              },\n              \"payment_method_types\": [\n                \"ach_credit_transfer\"\n              ],\n              \"save_default_payment_method\": \"off\"\n            },\n            \"pending_invoice_item_interval\": {\n              \"interval\": \"day\",\n              \"interval_count\": 0\n            },\n            \"pending_setup_intent\": \"string\",\n            \"pending_update\": {\n              \"billing_cycle_anchor\": 0,\n              \"expires_at\": 0,\n              \"subscription_items\": [\n                {\n                  \"billing_thresholds\": {\n                    \"usage_gte\": 0\n                  },\n                  \"created\": 0,\n                  \"current_period_end\": 0,\n                  \"current_period_start\": 0,\n                  \"discounts\": [\n                    \"string\"\n                  ],\n                  \"id\": \"string\",\n                  \"metadata\": {},\n                  \"object\": \"subscription_item\",\n                  \"price\": {\n                    \"active\": true,\n                    \"billing_scheme\": \"per_unit\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"currency_options\": {},\n                    \"custom_unit_amount\": {\n                      \"maximum\": 0,\n                      \"minimum\": 0,\n                      \"preset\": 0\n                    },\n                    \"id\": \"string\",\n                    \"livemode\": true,\n                    \"lookup_key\": \"string\",\n                    \"metadata\": {},\n                    \"nickname\": \"string\",\n                    \"object\": \"price\",\n                    \"product\": \"string\",\n                    \"recurring\": {\n                      \"interval\": \"day\",\n                      \"interval_count\": 0,\n                      \"meter\": \"string\",\n                      \"usage_type\": \"licensed\"\n                    },\n                    \"tax_behavior\": \"exclusive\",\n                    \"tiers\": [\n                      {\n                        \"flat_amount\": 0,\n                        \"flat_amount_decimal\": \"string\",\n                        \"unit_amount\": 0,\n                        \"unit_amount_decimal\": \"string\",\n                        \"up_to\": 0\n                      }\n                    ],\n                    \"tiers_mode\": \"graduated\",\n                    \"transform_quantity\": {\n                      \"divide_by\": 0,\n                      \"round\": \"down\"\n                    },\n                    \"type\": \"one_time\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\"\n                  },\n                  \"quantity\": 0,\n                  \"subscription\": \"string\",\n                  \"tax_rates\": [\n                    {\n                      \"active\": true,\n                      \"country\": \"string\",\n                      \"created\": 0,\n                      \"description\": \"string\",\n                      \"display_name\": \"string\",\n                      \"effective_percentage\": 0.0,\n                      \"flat_amount\": {\n                        \"amount\": 0,\n                        \"currency\": \"string\"\n                      },\n                      \"id\": \"string\",\n                      \"inclusive\": true,\n                      \"jurisdiction\": \"string\",\n                      \"jurisdiction_level\": \"city\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"tax_rate\",\n                      \"percentage\": 0.0,\n                      \"rate_type\": \"flat_amount\",\n                      \"state\": \"string\",\n                      \"tax_type\": \"amusement_tax\"\n                    }\n                  ]\n                }\n              ],\n              \"trial_end\": 0,\n              \"trial_from_plan\": true\n            },\n            \"schedule\": \"string\",\n            \"start_date\": 0,\n            \"status\": \"active\",\n            \"test_clock\": \"string\",\n            \"transfer_data\": {\n              \"amount_percent\": 0.0,\n              \"destination\": \"string\"\n            },\n            \"trial_end\": 0,\n            \"trial_settings\": {\n              \"end_behavior\": {\n                \"missing_payment_method\": \"cancel\"\n              }\n            },\n            \"trial_start\": 0\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"tax\": {\n        \"automatic_tax\": \"failed\",\n        \"ip_address\": \"string\",\n        \"location\": {\n          \"country\": \"string\",\n          \"source\": \"billing_address\",\n          \"state\": \"string\"\n        },\n        \"provider\": \"anrok\"\n      },\n      \"tax_exempt\": \"exempt\",\n      \"tax_ids\": {\n        \"data\": [\n          {\n            \"country\": \"string\",\n            \"created\": 0,\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"object\": \"tax_id\",\n            \"owner\": {\n              \"account\": \"string\",\n              \"application\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"type\": \"account\"\n            },\n            \"type\": \"ad_nrt\",\n            \"value\": \"string\",\n            \"verification\": {\n              \"status\": \"pending\",\n              \"verified_address\": \"string\",\n              \"verified_name\": \"string\"\n            }\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"test_clock\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search customers"}},"/v1/customers/{customer}":{"delete":{"description":"Delete a customer","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_customer"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"customer\"\n}"}},"summary":"Delete a customer"},"get":{"description":"Retrieve a customer","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"balance\": 0,\n  \"business_name\": \"string\",\n  \"cash_balance\": {\n    \"available\": {},\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"livemode\": true,\n    \"object\": \"cash_balance\",\n    \"settings\": {\n      \"reconciliation_mode\": \"automatic\",\n      \"using_merchant_default\": true\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_source\": \"string\",\n  \"delinquent\": true,\n  \"description\": \"string\",\n  \"discount\": {\n    \"checkout_session\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"end\": 0,\n    \"id\": \"string\",\n    \"invoice\": \"string\",\n    \"invoice_item\": \"string\",\n    \"object\": \"discount\",\n    \"promotion_code\": \"string\",\n    \"source\": {\n      \"coupon\": \"string\",\n      \"type\": \"coupon\"\n    },\n    \"start\": 0,\n    \"subscription\": \"string\",\n    \"subscription_item\": \"string\"\n  },\n  \"email\": \"string\",\n  \"id\": \"string\",\n  \"individual_name\": \"string\",\n  \"invoice_credit_balance\": {},\n  \"invoice_prefix\": \"string\",\n  \"invoice_settings\": {\n    \"custom_fields\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"default_payment_method\": \"string\",\n    \"footer\": \"string\",\n    \"rendering_options\": {\n      \"amount_tax_display\": \"string\",\n      \"template\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"next_invoice_sequence\": 0,\n  \"object\": \"customer\",\n  \"phone\": \"string\",\n  \"preferred_locales\": [\n    \"string\"\n  ],\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"sources\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"subscriptions\": {\n    \"data\": [\n      {\n        \"application\": \"string\",\n        \"application_fee_percent\": 0.0,\n        \"automatic_tax\": {\n          \"disabled_reason\": \"requires_location_inputs\",\n          \"enabled\": true,\n          \"liability\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"billing_cycle_anchor\": 0,\n        \"billing_cycle_anchor_config\": {\n          \"day_of_month\": 0,\n          \"hour\": 0,\n          \"minute\": 0,\n          \"month\": 0,\n          \"second\": 0\n        },\n        \"billing_mode\": {\n          \"flexible\": {\n            \"proration_discounts\": \"included\"\n          },\n          \"type\": \"classic\",\n          \"updated_at\": 0\n        },\n        \"billing_thresholds\": {\n          \"amount_gte\": 0,\n          \"reset_billing_cycle_anchor\": true\n        },\n        \"cancel_at\": 0,\n        \"cancel_at_period_end\": true,\n        \"canceled_at\": 0,\n        \"cancellation_details\": {\n          \"comment\": \"string\",\n          \"feedback\": \"customer_service\",\n          \"reason\": \"cancellation_requested\"\n        },\n        \"collection_method\": \"charge_automatically\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"days_until_due\": 0,\n        \"default_payment_method\": \"string\",\n        \"default_source\": \"string\",\n        \"default_tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"description\": \"string\",\n        \"discounts\": [\n          \"string\"\n        ],\n        \"ended_at\": 0,\n        \"id\": \"string\",\n        \"invoice_settings\": {\n          \"account_tax_ids\": [\n            \"string\"\n          ],\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"items\": {\n          \"data\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"created\": 0,\n              \"current_period_end\": 0,\n              \"current_period_start\": 0,\n              \"discounts\": [\n                \"string\"\n              ],\n              \"id\": \"string\",\n              \"metadata\": {},\n              \"object\": \"subscription_item\",\n              \"price\": {\n                \"active\": true,\n                \"billing_scheme\": \"per_unit\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"currency_options\": {},\n                \"custom_unit_amount\": {\n                  \"maximum\": 0,\n                  \"minimum\": 0,\n                  \"preset\": 0\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"lookup_key\": \"string\",\n                \"metadata\": {},\n                \"nickname\": \"string\",\n                \"object\": \"price\",\n                \"product\": \"string\",\n                \"recurring\": {\n                  \"interval\": \"day\",\n                  \"interval_count\": 0,\n                  \"meter\": \"string\",\n                  \"usage_type\": \"licensed\"\n                },\n                \"tax_behavior\": \"exclusive\",\n                \"tiers\": [\n                  {\n                    \"flat_amount\": 0,\n                    \"flat_amount_decimal\": \"string\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\",\n                    \"up_to\": 0\n                  }\n                ],\n                \"tiers_mode\": \"graduated\",\n                \"transform_quantity\": {\n                  \"divide_by\": 0,\n                  \"round\": \"down\"\n                },\n                \"type\": \"one_time\",\n                \"unit_amount\": 0,\n                \"unit_amount_decimal\": \"string\"\n              },\n              \"quantity\": 0,\n              \"subscription\": \"string\",\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"latest_invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"next_pending_invoice_item_invoice\": 0,\n        \"object\": \"subscription\",\n        \"on_behalf_of\": \"string\",\n        \"pause_collection\": {\n          \"behavior\": \"keep_as_draft\",\n          \"resumes_at\": 0\n        },\n        \"payment_settings\": {\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\"\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\"\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"type\": \"string\"\n              },\n              \"funding_type\": \"bank_transfer\"\n            },\n            \"konbini\": {},\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"purpose\": \"dependant_support\"\n              }\n            },\n            \"sepa_debit\": {},\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ]\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"ach_credit_transfer\"\n          ],\n          \"save_default_payment_method\": \"off\"\n        },\n        \"pending_invoice_item_interval\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0\n        },\n        \"pending_setup_intent\": \"string\",\n        \"pending_update\": {\n          \"billing_cycle_anchor\": 0,\n          \"expires_at\": 0,\n          \"subscription_items\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"created\": 0,\n              \"current_period_end\": 0,\n              \"current_period_start\": 0,\n              \"discounts\": [\n                \"string\"\n              ],\n              \"id\": \"string\",\n              \"metadata\": {},\n              \"object\": \"subscription_item\",\n              \"price\": {\n                \"active\": true,\n                \"billing_scheme\": \"per_unit\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"currency_options\": {},\n                \"custom_unit_amount\": {\n                  \"maximum\": 0,\n                  \"minimum\": 0,\n                  \"preset\": 0\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"lookup_key\": \"string\",\n                \"metadata\": {},\n                \"nickname\": \"string\",\n                \"object\": \"price\",\n                \"product\": \"string\",\n                \"recurring\": {\n                  \"interval\": \"day\",\n                  \"interval_count\": 0,\n                  \"meter\": \"string\",\n                  \"usage_type\": \"licensed\"\n                },\n                \"tax_behavior\": \"exclusive\",\n                \"tiers\": [\n                  {\n                    \"flat_amount\": 0,\n                    \"flat_amount_decimal\": \"string\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\",\n                    \"up_to\": 0\n                  }\n                ],\n                \"tiers_mode\": \"graduated\",\n                \"transform_quantity\": {\n                  \"divide_by\": 0,\n                  \"round\": \"down\"\n                },\n                \"type\": \"one_time\",\n                \"unit_amount\": 0,\n                \"unit_amount_decimal\": \"string\"\n              },\n              \"quantity\": 0,\n              \"subscription\": \"string\",\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"trial_end\": 0,\n          \"trial_from_plan\": true\n        },\n        \"schedule\": \"string\",\n        \"start_date\": 0,\n        \"status\": \"active\",\n        \"test_clock\": \"string\",\n        \"transfer_data\": {\n          \"amount_percent\": 0.0,\n          \"destination\": \"string\"\n        },\n        \"trial_end\": 0,\n        \"trial_settings\": {\n          \"end_behavior\": {\n            \"missing_payment_method\": \"cancel\"\n          }\n        },\n        \"trial_start\": 0\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"tax\": {\n    \"automatic_tax\": \"failed\",\n    \"ip_address\": \"string\",\n    \"location\": {\n      \"country\": \"string\",\n      \"source\": \"billing_address\",\n      \"state\": \"string\"\n    },\n    \"provider\": \"anrok\"\n  },\n  \"tax_exempt\": \"exempt\",\n  \"tax_ids\": {\n    \"data\": [\n      {\n        \"country\": \"string\",\n        \"created\": 0,\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"tax_id\",\n        \"owner\": {\n          \"account\": \"string\",\n          \"application\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\",\n        \"verification\": {\n          \"status\": \"pending\",\n          \"verified_address\": \"string\",\n          \"verified_name\": \"string\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"test_clock\": \"string\"\n}"}},"summary":"Retrieve a customer"},"post":{"description":"Update a customer","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer"}}},"description":"{\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"balance\": 0,\n  \"business_name\": \"string\",\n  \"cash_balance\": {\n    \"available\": {},\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"livemode\": true,\n    \"object\": \"cash_balance\",\n    \"settings\": {\n      \"reconciliation_mode\": \"automatic\",\n      \"using_merchant_default\": true\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_source\": \"string\",\n  \"delinquent\": true,\n  \"description\": \"string\",\n  \"discount\": {\n    \"checkout_session\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"end\": 0,\n    \"id\": \"string\",\n    \"invoice\": \"string\",\n    \"invoice_item\": \"string\",\n    \"object\": \"discount\",\n    \"promotion_code\": \"string\",\n    \"source\": {\n      \"coupon\": \"string\",\n      \"type\": \"coupon\"\n    },\n    \"start\": 0,\n    \"subscription\": \"string\",\n    \"subscription_item\": \"string\"\n  },\n  \"email\": \"string\",\n  \"id\": \"string\",\n  \"individual_name\": \"string\",\n  \"invoice_credit_balance\": {},\n  \"invoice_prefix\": \"string\",\n  \"invoice_settings\": {\n    \"custom_fields\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"default_payment_method\": \"string\",\n    \"footer\": \"string\",\n    \"rendering_options\": {\n      \"amount_tax_display\": \"string\",\n      \"template\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"next_invoice_sequence\": 0,\n  \"object\": \"customer\",\n  \"phone\": \"string\",\n  \"preferred_locales\": [\n    \"string\"\n  ],\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"sources\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"subscriptions\": {\n    \"data\": [\n      {\n        \"application\": \"string\",\n        \"application_fee_percent\": 0.0,\n        \"automatic_tax\": {\n          \"disabled_reason\": \"requires_location_inputs\",\n          \"enabled\": true,\n          \"liability\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"billing_cycle_anchor\": 0,\n        \"billing_cycle_anchor_config\": {\n          \"day_of_month\": 0,\n          \"hour\": 0,\n          \"minute\": 0,\n          \"month\": 0,\n          \"second\": 0\n        },\n        \"billing_mode\": {\n          \"flexible\": {\n            \"proration_discounts\": \"included\"\n          },\n          \"type\": \"classic\",\n          \"updated_at\": 0\n        },\n        \"billing_thresholds\": {\n          \"amount_gte\": 0,\n          \"reset_billing_cycle_anchor\": true\n        },\n        \"cancel_at\": 0,\n        \"cancel_at_period_end\": true,\n        \"canceled_at\": 0,\n        \"cancellation_details\": {\n          \"comment\": \"string\",\n          \"feedback\": \"customer_service\",\n          \"reason\": \"cancellation_requested\"\n        },\n        \"collection_method\": \"charge_automatically\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"days_until_due\": 0,\n        \"default_payment_method\": \"string\",\n        \"default_source\": \"string\",\n        \"default_tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ],\n        \"description\": \"string\",\n        \"discounts\": [\n          \"string\"\n        ],\n        \"ended_at\": 0,\n        \"id\": \"string\",\n        \"invoice_settings\": {\n          \"account_tax_ids\": [\n            \"string\"\n          ],\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"items\": {\n          \"data\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"created\": 0,\n              \"current_period_end\": 0,\n              \"current_period_start\": 0,\n              \"discounts\": [\n                \"string\"\n              ],\n              \"id\": \"string\",\n              \"metadata\": {},\n              \"object\": \"subscription_item\",\n              \"price\": {\n                \"active\": true,\n                \"billing_scheme\": \"per_unit\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"currency_options\": {},\n                \"custom_unit_amount\": {\n                  \"maximum\": 0,\n                  \"minimum\": 0,\n                  \"preset\": 0\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"lookup_key\": \"string\",\n                \"metadata\": {},\n                \"nickname\": \"string\",\n                \"object\": \"price\",\n                \"product\": \"string\",\n                \"recurring\": {\n                  \"interval\": \"day\",\n                  \"interval_count\": 0,\n                  \"meter\": \"string\",\n                  \"usage_type\": \"licensed\"\n                },\n                \"tax_behavior\": \"exclusive\",\n                \"tiers\": [\n                  {\n                    \"flat_amount\": 0,\n                    \"flat_amount_decimal\": \"string\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\",\n                    \"up_to\": 0\n                  }\n                ],\n                \"tiers_mode\": \"graduated\",\n                \"transform_quantity\": {\n                  \"divide_by\": 0,\n                  \"round\": \"down\"\n                },\n                \"type\": \"one_time\",\n                \"unit_amount\": 0,\n                \"unit_amount_decimal\": \"string\"\n              },\n              \"quantity\": 0,\n              \"subscription\": \"string\",\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"latest_invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"next_pending_invoice_item_invoice\": 0,\n        \"object\": \"subscription\",\n        \"on_behalf_of\": \"string\",\n        \"pause_collection\": {\n          \"behavior\": \"keep_as_draft\",\n          \"resumes_at\": 0\n        },\n        \"payment_settings\": {\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\"\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\"\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"type\": \"string\"\n              },\n              \"funding_type\": \"bank_transfer\"\n            },\n            \"konbini\": {},\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"purpose\": \"dependant_support\"\n              }\n            },\n            \"sepa_debit\": {},\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ]\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"ach_credit_transfer\"\n          ],\n          \"save_default_payment_method\": \"off\"\n        },\n        \"pending_invoice_item_interval\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0\n        },\n        \"pending_setup_intent\": \"string\",\n        \"pending_update\": {\n          \"billing_cycle_anchor\": 0,\n          \"expires_at\": 0,\n          \"subscription_items\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"created\": 0,\n              \"current_period_end\": 0,\n              \"current_period_start\": 0,\n              \"discounts\": [\n                \"string\"\n              ],\n              \"id\": \"string\",\n              \"metadata\": {},\n              \"object\": \"subscription_item\",\n              \"price\": {\n                \"active\": true,\n                \"billing_scheme\": \"per_unit\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"currency_options\": {},\n                \"custom_unit_amount\": {\n                  \"maximum\": 0,\n                  \"minimum\": 0,\n                  \"preset\": 0\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"lookup_key\": \"string\",\n                \"metadata\": {},\n                \"nickname\": \"string\",\n                \"object\": \"price\",\n                \"product\": \"string\",\n                \"recurring\": {\n                  \"interval\": \"day\",\n                  \"interval_count\": 0,\n                  \"meter\": \"string\",\n                  \"usage_type\": \"licensed\"\n                },\n                \"tax_behavior\": \"exclusive\",\n                \"tiers\": [\n                  {\n                    \"flat_amount\": 0,\n                    \"flat_amount_decimal\": \"string\",\n                    \"unit_amount\": 0,\n                    \"unit_amount_decimal\": \"string\",\n                    \"up_to\": 0\n                  }\n                ],\n                \"tiers_mode\": \"graduated\",\n                \"transform_quantity\": {\n                  \"divide_by\": 0,\n                  \"round\": \"down\"\n                },\n                \"type\": \"one_time\",\n                \"unit_amount\": 0,\n                \"unit_amount_decimal\": \"string\"\n              },\n              \"quantity\": 0,\n              \"subscription\": \"string\",\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"trial_end\": 0,\n          \"trial_from_plan\": true\n        },\n        \"schedule\": \"string\",\n        \"start_date\": 0,\n        \"status\": \"active\",\n        \"test_clock\": \"string\",\n        \"transfer_data\": {\n          \"amount_percent\": 0.0,\n          \"destination\": \"string\"\n        },\n        \"trial_end\": 0,\n        \"trial_settings\": {\n          \"end_behavior\": {\n            \"missing_payment_method\": \"cancel\"\n          }\n        },\n        \"trial_start\": 0\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"tax\": {\n    \"automatic_tax\": \"failed\",\n    \"ip_address\": \"string\",\n    \"location\": {\n      \"country\": \"string\",\n      \"source\": \"billing_address\",\n      \"state\": \"string\"\n    },\n    \"provider\": \"anrok\"\n  },\n  \"tax_exempt\": \"exempt\",\n  \"tax_ids\": {\n    \"data\": [\n      {\n        \"country\": \"string\",\n        \"created\": 0,\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"tax_id\",\n        \"owner\": {\n          \"account\": \"string\",\n          \"application\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\",\n        \"verification\": {\n          \"status\": \"pending\",\n          \"verified_address\": \"string\",\n          \"verified_name\": \"string\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"test_clock\": \"string\"\n}"}},"summary":"Update a customer"}},"/v1/customers/{customer}/balance_transactions":{"get":{"description":"List customer balance transactions","parameters":[{"description":"Only return customer balance transactions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Only return transactions that are related to the specified invoice.","in":"query","name":"invoice","schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"checkout_session\": \"string\",\n      \"created\": 0,\n      \"credit_note\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"ending_balance\": 0,\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"customer_balance_transaction\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List customer balance transactions"},"post":{"description":"Create a customer balance transaction","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer_balance_transaction"}}},"description":"{\n  \"amount\": 0,\n  \"checkout_session\": \"string\",\n  \"created\": 0,\n  \"credit_note\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"ending_balance\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"customer_balance_transaction\",\n  \"type\": \"adjustment\"\n}"}},"summary":"Create a customer balance transaction"}},"/v1/customers/{customer}/balance_transactions/{transaction}":{"get":{"description":"Retrieve a customer balance transaction","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer_balance_transaction"}}},"description":"{\n  \"amount\": 0,\n  \"checkout_session\": \"string\",\n  \"created\": 0,\n  \"credit_note\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"ending_balance\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"customer_balance_transaction\",\n  \"type\": \"adjustment\"\n}"}},"summary":"Retrieve a customer balance transaction"},"post":{"description":"Update a customer credit balance transaction","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer_balance_transaction"}}},"description":"{\n  \"amount\": 0,\n  \"checkout_session\": \"string\",\n  \"created\": 0,\n  \"credit_note\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"ending_balance\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"customer_balance_transaction\",\n  \"type\": \"adjustment\"\n}"}},"summary":"Update a customer credit balance transaction"}},"/v1/customers/{customer}/bank_accounts":{"get":{"description":"List all bank accounts","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all bank accounts"},"post":{"description":"Create a card","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_source"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Create a card"}},"/v1/customers/{customer}/bank_accounts/{id}":{"delete":{"description":"Delete a customer source","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Delete a customer source"},"get":{"description":"Retrieve a bank account","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bank_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Retrieve a bank account"},"post":{"description":"<p>Update a specified source for a given customer.</p>","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"account\": \"string\",\n  \"address_city\": \"string\",\n  \"address_country\": \"string\",\n  \"address_line1\": \"string\",\n  \"address_line1_check\": \"string\",\n  \"address_line2\": \"string\",\n  \"address_state\": \"string\",\n  \"address_zip\": \"string\",\n  \"address_zip_check\": \"string\",\n  \"allow_redisplay\": \"always\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"brand\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"cvc_check\": \"string\",\n  \"default_for_currency\": true,\n  \"dynamic_last4\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"fingerprint\": \"string\",\n  \"funding\": \"string\",\n  \"id\": \"string\",\n  \"iin\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"networks\": {\n    \"preferred\": \"string\"\n  },\n  \"object\": \"card\",\n  \"regulated_status\": \"regulated\",\n  \"status\": \"string\",\n  \"tokenization_method\": \"string\"\n}"}},"summary":"<p>Update a specified source for a given customer.</p>"}},"/v1/customers/{customer}/bank_accounts/{id}/verify":{"post":{"description":"Verify a bank account","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bank_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Verify a bank account"}},"/v1/customers/{customer}/cards":{"get":{"description":"List all cards","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"address_city\": \"string\",\n      \"address_country\": \"string\",\n      \"address_line1\": \"string\",\n      \"address_line1_check\": \"string\",\n      \"address_line2\": \"string\",\n      \"address_state\": \"string\",\n      \"address_zip\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"allow_redisplay\": \"always\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"cvc_check\": \"string\",\n      \"default_for_currency\": true,\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"id\": \"string\",\n      \"iin\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"networks\": {\n        \"preferred\": \"string\"\n      },\n      \"object\": \"card\",\n      \"regulated_status\": \"regulated\",\n      \"status\": \"string\",\n      \"tokenization_method\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all cards"},"post":{"description":"Create a card","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_source"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Create a card"}},"/v1/customers/{customer}/cards/{id}":{"delete":{"description":"Delete a customer source","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Delete a customer source"},"get":{"description":"Retrieve a card","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/card"}}},"description":"{\n  \"account\": \"string\",\n  \"address_city\": \"string\",\n  \"address_country\": \"string\",\n  \"address_line1\": \"string\",\n  \"address_line1_check\": \"string\",\n  \"address_line2\": \"string\",\n  \"address_state\": \"string\",\n  \"address_zip\": \"string\",\n  \"address_zip_check\": \"string\",\n  \"allow_redisplay\": \"always\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"brand\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"cvc_check\": \"string\",\n  \"default_for_currency\": true,\n  \"dynamic_last4\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"fingerprint\": \"string\",\n  \"funding\": \"string\",\n  \"id\": \"string\",\n  \"iin\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"networks\": {\n    \"preferred\": \"string\"\n  },\n  \"object\": \"card\",\n  \"regulated_status\": \"regulated\",\n  \"status\": \"string\",\n  \"tokenization_method\": \"string\"\n}"}},"summary":"Retrieve a card"},"post":{"description":"<p>Update a specified source for a given customer.</p>","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"account\": \"string\",\n  \"address_city\": \"string\",\n  \"address_country\": \"string\",\n  \"address_line1\": \"string\",\n  \"address_line1_check\": \"string\",\n  \"address_line2\": \"string\",\n  \"address_state\": \"string\",\n  \"address_zip\": \"string\",\n  \"address_zip_check\": \"string\",\n  \"allow_redisplay\": \"always\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"brand\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"cvc_check\": \"string\",\n  \"default_for_currency\": true,\n  \"dynamic_last4\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"fingerprint\": \"string\",\n  \"funding\": \"string\",\n  \"id\": \"string\",\n  \"iin\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"networks\": {\n    \"preferred\": \"string\"\n  },\n  \"object\": \"card\",\n  \"regulated_status\": \"regulated\",\n  \"status\": \"string\",\n  \"tokenization_method\": \"string\"\n}"}},"summary":"<p>Update a specified source for a given customer.</p>"}},"/v1/customers/{customer}/cash_balance":{"get":{"description":"Retrieve a cash balance","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cash_balance"}}},"description":"{\n  \"available\": {},\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"livemode\": true,\n  \"object\": \"cash_balance\",\n  \"settings\": {\n    \"reconciliation_mode\": \"automatic\",\n    \"using_merchant_default\": true\n  }\n}"}},"summary":"Retrieve a cash balance"},"post":{"description":"Update a cash balance's settings","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cash_balance"}}},"description":"{\n  \"available\": {},\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"livemode\": true,\n  \"object\": \"cash_balance\",\n  \"settings\": {\n    \"reconciliation_mode\": \"automatic\",\n    \"using_merchant_default\": true\n  }\n}"}},"summary":"Update a cash balance's settings"}},"/v1/customers/{customer}/cash_balance_transactions":{"get":{"description":"List cash balance transactions","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"adjusted_for_overdraft\": {\n        \"balance_transaction\": \"string\",\n        \"linked_transaction\": \"string\"\n      },\n      \"applied_to_payment\": {\n        \"payment_intent\": \"string\"\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"ending_balance\": 0,\n      \"funded\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"bic\": \"string\",\n            \"iban_last4\": \"string\",\n            \"sender_name\": \"string\"\n          },\n          \"gb_bank_transfer\": {\n            \"account_number_last4\": \"string\",\n            \"sender_name\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"jp_bank_transfer\": {\n            \"sender_bank\": \"string\",\n            \"sender_branch\": \"string\",\n            \"sender_name\": \"string\"\n          },\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\",\n          \"us_bank_transfer\": {\n            \"network\": \"ach\",\n            \"sender_name\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"net_amount\": 0,\n      \"object\": \"customer_cash_balance_transaction\",\n      \"refunded_from_payment\": {\n        \"refund\": \"string\"\n      },\n      \"transferred_to_balance\": {\n        \"balance_transaction\": \"string\"\n      },\n      \"type\": \"adjusted_for_overdraft\",\n      \"unapplied_from_payment\": {\n        \"payment_intent\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List cash balance transactions"}},"/v1/customers/{customer}/cash_balance_transactions/{transaction}":{"get":{"description":"Retrieve a cash balance transaction","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer_cash_balance_transaction"}}},"description":"{\n  \"adjusted_for_overdraft\": {\n    \"balance_transaction\": \"string\",\n    \"linked_transaction\": \"string\"\n  },\n  \"applied_to_payment\": {\n    \"payment_intent\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"ending_balance\": 0,\n  \"funded\": {\n    \"bank_transfer\": {\n      \"eu_bank_transfer\": {\n        \"bic\": \"string\",\n        \"iban_last4\": \"string\",\n        \"sender_name\": \"string\"\n      },\n      \"gb_bank_transfer\": {\n        \"account_number_last4\": \"string\",\n        \"sender_name\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"jp_bank_transfer\": {\n        \"sender_bank\": \"string\",\n        \"sender_branch\": \"string\",\n        \"sender_name\": \"string\"\n      },\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\",\n      \"us_bank_transfer\": {\n        \"network\": \"ach\",\n        \"sender_name\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"net_amount\": 0,\n  \"object\": \"customer_cash_balance_transaction\",\n  \"refunded_from_payment\": {\n    \"refund\": \"string\"\n  },\n  \"transferred_to_balance\": {\n    \"balance_transaction\": \"string\"\n  },\n  \"type\": \"adjusted_for_overdraft\",\n  \"unapplied_from_payment\": {\n    \"payment_intent\": \"string\"\n  }\n}"}},"summary":"Retrieve a cash balance transaction"}},"/v1/customers/{customer}/discount":{"delete":{"description":"Delete a customer discount","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_discount"}}},"description":"{\n  \"checkout_session\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_item\": \"string\",\n  \"object\": \"discount\",\n  \"promotion_code\": \"string\",\n  \"source\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"start\": 0,\n  \"subscription\": \"string\",\n  \"subscription_item\": \"string\"\n}"}},"summary":"Delete a customer discount"},"get":{"description":"","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/discount"}}},"description":"{\n  \"checkout_session\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"end\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_item\": \"string\",\n  \"object\": \"discount\",\n  \"promotion_code\": \"string\",\n  \"source\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"start\": 0,\n  \"subscription\": \"string\",\n  \"subscription_item\": \"string\"\n}"}},"summary":""}},"/v1/customers/{customer}/funding_instructions":{"post":{"description":"Create or retrieve funding instructions for a customer cash balance","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/funding_instructions"}}},"description":"{\n  \"bank_transfer\": {\n    \"country\": \"string\",\n    \"financial_addresses\": [\n      {\n        \"aba\": {\n          \"account_holder_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"account_holder_name\": \"string\",\n          \"account_number\": \"string\",\n          \"account_type\": \"string\",\n          \"bank_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"bank_name\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"iban\": {\n          \"account_holder_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"account_holder_name\": \"string\",\n          \"bank_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"bic\": \"string\",\n          \"country\": \"string\",\n          \"iban\": \"string\"\n        },\n        \"sort_code\": {\n          \"account_holder_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"account_holder_name\": \"string\",\n          \"account_number\": \"string\",\n          \"bank_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"sort_code\": \"string\"\n        },\n        \"spei\": {\n          \"account_holder_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"account_holder_name\": \"string\",\n          \"bank_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"clabe\": \"string\"\n        },\n        \"supported_networks\": [\n          \"ach\"\n        ],\n        \"swift\": {\n          \"account_holder_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"account_holder_name\": \"string\",\n          \"account_number\": \"string\",\n          \"account_type\": \"string\",\n          \"bank_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"bank_name\": \"string\",\n          \"swift_code\": \"string\"\n        },\n        \"type\": \"aba\",\n        \"zengin\": {\n          \"account_holder_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"account_holder_name\": \"string\",\n          \"account_number\": \"string\",\n          \"account_type\": \"string\",\n          \"bank_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"branch_name\": \"string\"\n        }\n      }\n    ],\n    \"type\": \"eu_bank_transfer\"\n  },\n  \"currency\": \"string\",\n  \"funding_type\": \"bank_transfer\",\n  \"livemode\": true,\n  \"object\": \"funding_instructions\"\n}"}},"summary":"Create or retrieve funding instructions for a customer cash balance"}},"/v1/customers/{customer}/payment_methods":{"get":{"description":"List a Customer's PaymentMethods","parameters":[{"description":"This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow.","in":"query","name":"allow_redisplay","schema":{"type":"string"},"style":"form"},{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"An optional filter on the list, based on the object `type` field. Without the filter, the list includes all current and future payment method types. If your integration expects only one type of payment method in the response, make sure to provide a type value in the request.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List a Customer's PaymentMethods"}},"/v1/customers/{customer}/payment_methods/{payment_method}":{"get":{"description":"Retrieve a Customer's PaymentMethod","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"payment_method","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method"}}},"description":"{\n  \"acss_debit\": {\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"institution_number\": \"string\",\n    \"last4\": \"string\",\n    \"transit_number\": \"string\"\n  },\n  \"affirm\": {},\n  \"afterpay_clearpay\": {},\n  \"alipay\": {},\n  \"allow_redisplay\": \"always\",\n  \"alma\": {},\n  \"amazon_pay\": {},\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bacs_debit\": {\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"sort_code\": \"string\"\n  },\n  \"bancontact\": {},\n  \"billie\": {},\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"blik\": {},\n  \"boleto\": {\n    \"tax_id\": \"string\"\n  },\n  \"card\": {\n    \"brand\": \"string\",\n    \"checks\": {\n      \"address_line1_check\": \"string\",\n      \"address_postal_code_check\": \"string\",\n      \"cvc_check\": \"string\"\n    },\n    \"country\": \"string\",\n    \"display_brand\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"payment_method_details\": {\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"type\": \"string\"\n      },\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"regulated_status\": \"regulated\",\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": {\n      \"amex_express_checkout\": {},\n      \"apple_pay\": {},\n      \"dynamic_last4\": \"string\",\n      \"google_pay\": {},\n      \"link\": {},\n      \"masterpass\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"samsung_pay\": {},\n      \"type\": \"amex_express_checkout\",\n      \"visa_checkout\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      }\n    }\n  },\n  \"card_present\": {\n    \"brand\": \"string\",\n    \"brand_product\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"offline\": {\n      \"stored_at\": 0,\n      \"type\": \"deferred\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\",\n    \"wallet\": {\n      \"type\": \"apple_pay\"\n    }\n  },\n  \"cashapp\": {\n    \"buyer_id\": \"string\",\n    \"cashtag\": \"string\"\n  },\n  \"created\": 0,\n  \"crypto\": {},\n  \"custom\": {\n    \"display_name\": \"string\",\n    \"logo\": {\n      \"content_type\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\"\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance\": {},\n  \"eps\": {\n    \"bank\": \"arzte_und_apotheker_bank\"\n  },\n  \"fpx\": {\n    \"bank\": \"affin_bank\"\n  },\n  \"giropay\": {},\n  \"grabpay\": {},\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"abn_amro\",\n    \"bic\": \"ABNANL2A\"\n  },\n  \"interac_present\": {\n    \"brand\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\"\n  },\n  \"kakao_pay\": {},\n  \"klarna\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    }\n  },\n  \"konbini\": {},\n  \"kr_card\": {\n    \"brand\": \"bc\",\n    \"last4\": \"string\"\n  },\n  \"link\": {\n    \"email\": \"string\"\n  },\n  \"livemode\": true,\n  \"mb_way\": {},\n  \"metadata\": {},\n  \"mobilepay\": {},\n  \"multibanco\": {},\n  \"naver_pay\": {\n    \"buyer_id\": \"string\",\n    \"funding\": \"card\"\n  },\n  \"nz_bank_account\": {\n    \"account_holder_name\": \"string\",\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"branch_code\": \"string\",\n    \"last4\": \"string\",\n    \"suffix\": \"string\"\n  },\n  \"object\": \"payment_method\",\n  \"oxxo\": {},\n  \"p24\": {\n    \"bank\": \"alior_bank\"\n  },\n  \"pay_by_bank\": {},\n  \"payco\": {},\n  \"paynow\": {},\n  \"paypal\": {\n    \"country\": \"string\",\n    \"payer_email\": \"string\",\n    \"payer_id\": \"string\"\n  },\n  \"payto\": {\n    \"bsb_number\": \"string\",\n    \"last4\": \"string\",\n    \"pay_id\": \"string\"\n  },\n  \"pix\": {},\n  \"promptpay\": {},\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"revolut_pay\": {},\n  \"samsung_pay\": {},\n  \"satispay\": {},\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\"\n  },\n  \"sofort\": {\n    \"country\": \"string\"\n  },\n  \"swish\": {},\n  \"twint\": {},\n  \"type\": \"acss_debit\",\n  \"us_bank_account\": {\n    \"account_holder_type\": \"company\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"string\",\n    \"financial_connections_account\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\",\n      \"supported\": [\n        \"ach\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status_details\": {\n      \"blocked\": {\n        \"network_code\": \"R02\",\n        \"reason\": \"bank_account_closed\"\n      }\n    }\n  },\n  \"wechat_pay\": {},\n  \"zip\": {}\n}"}},"summary":"Retrieve a Customer's PaymentMethod"}},"/v1/customers/{customer}/sources":{"get":{"description":"<p>List sources for a specified customer.</p>","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filter sources according to a particular object type.","in":"query","name":"object","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"<p>List sources for a specified customer.</p>"},"post":{"description":"Create a card","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_source"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Create a card"}},"/v1/customers/{customer}/sources/{id}":{"delete":{"description":"Delete a customer source","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"Delete a customer source"},"get":{"description":"<p>Retrieve a specified source for a given customer.</p>","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_source"}}},"description":"{\n  \"business_profile\": {\n    \"annual_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"fiscal_year_end\": \"string\"\n    },\n    \"estimated_worker_count\": 0,\n    \"mcc\": \"string\",\n    \"minority_owned_business_designation\": [\n      \"lgbtqi_owned_business\"\n    ],\n    \"monthly_estimated_revenue\": {\n      \"amount\": 0,\n      \"currency\": \"string\"\n    },\n    \"name\": \"string\",\n    \"product_description\": \"string\",\n    \"support_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"support_email\": \"string\",\n    \"support_phone\": \"string\",\n    \"support_url\": \"string\",\n    \"url\": \"string\"\n  },\n  \"business_type\": \"company\",\n  \"capabilities\": {\n    \"acss_debit_payments\": \"active\",\n    \"affirm_payments\": \"active\",\n    \"afterpay_clearpay_payments\": \"active\",\n    \"alma_payments\": \"active\",\n    \"amazon_pay_payments\": \"active\",\n    \"au_becs_debit_payments\": \"active\",\n    \"bacs_debit_payments\": \"active\",\n    \"bancontact_payments\": \"active\",\n    \"bank_transfer_payments\": \"active\",\n    \"billie_payments\": \"active\",\n    \"blik_payments\": \"active\",\n    \"boleto_payments\": \"active\",\n    \"card_issuing\": \"active\",\n    \"card_payments\": \"active\",\n    \"cartes_bancaires_payments\": \"active\",\n    \"cashapp_payments\": \"active\",\n    \"crypto_payments\": \"active\",\n    \"eps_payments\": \"active\",\n    \"fpx_payments\": \"active\",\n    \"gb_bank_transfer_payments\": \"active\",\n    \"giropay_payments\": \"active\",\n    \"grabpay_payments\": \"active\",\n    \"ideal_payments\": \"active\",\n    \"india_international_payments\": \"active\",\n    \"jcb_payments\": \"active\",\n    \"jp_bank_transfer_payments\": \"active\",\n    \"kakao_pay_payments\": \"active\",\n    \"klarna_payments\": \"active\",\n    \"konbini_payments\": \"active\",\n    \"kr_card_payments\": \"active\",\n    \"legacy_payments\": \"active\",\n    \"link_payments\": \"active\",\n    \"mb_way_payments\": \"active\",\n    \"mobilepay_payments\": \"active\",\n    \"multibanco_payments\": \"active\",\n    \"mx_bank_transfer_payments\": \"active\",\n    \"naver_pay_payments\": \"active\",\n    \"nz_bank_account_becs_debit_payments\": \"active\",\n    \"oxxo_payments\": \"active\",\n    \"p24_payments\": \"active\",\n    \"pay_by_bank_payments\": \"active\",\n    \"payco_payments\": \"active\",\n    \"paynow_payments\": \"active\",\n    \"payto_payments\": \"active\",\n    \"pix_payments\": \"active\",\n    \"promptpay_payments\": \"active\",\n    \"revolut_pay_payments\": \"active\",\n    \"samsung_pay_payments\": \"active\",\n    \"satispay_payments\": \"active\",\n    \"sepa_bank_transfer_payments\": \"active\",\n    \"sepa_debit_payments\": \"active\",\n    \"sofort_payments\": \"active\",\n    \"swish_payments\": \"active\",\n    \"tax_reporting_us_1099_k\": \"active\",\n    \"tax_reporting_us_1099_misc\": \"active\",\n    \"transfers\": \"active\",\n    \"treasury\": \"active\",\n    \"twint_payments\": \"active\",\n    \"us_bank_account_ach_payments\": \"active\",\n    \"us_bank_transfer_payments\": \"active\",\n    \"zip_payments\": \"active\"\n  },\n  \"charges_enabled\": true,\n  \"company\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"directors_provided\": true,\n    \"directorship_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"executives_provided\": true,\n    \"export_license_id\": \"string\",\n    \"export_purpose_code\": \"string\",\n    \"name\": \"string\",\n    \"name_kana\": \"string\",\n    \"name_kanji\": \"string\",\n    \"owners_provided\": true,\n    \"ownership_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"ownership_exemption_reason\": \"qualified_entity_exceeds_ownership_threshold\",\n    \"phone\": \"string\",\n    \"registration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"representative_declaration\": {\n      \"date\": 0,\n      \"ip\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"structure\": \"free_zone_establishment\",\n    \"tax_id_provided\": true,\n    \"tax_id_registrar\": \"string\",\n    \"vat_id_provided\": true,\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"controller\": {\n    \"fees\": {\n      \"payer\": \"account\"\n    },\n    \"is_controller\": true,\n    \"losses\": {\n      \"payments\": \"application\"\n    },\n    \"requirement_collection\": \"application\",\n    \"stripe_dashboard\": {\n      \"type\": \"express\"\n    },\n    \"type\": \"account\"\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"default_currency\": \"string\",\n  \"details_submitted\": true,\n  \"email\": \"string\",\n  \"external_accounts\": {\n    \"data\": [\n      {\n        \"account\": \"string\",\n        \"account_holder_name\": \"string\",\n        \"account_holder_type\": \"string\",\n        \"account_type\": \"string\",\n        \"available_payout_methods\": [\n          \"instant\"\n        ],\n        \"bank_name\": \"string\",\n        \"country\": \"string\",\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"default_for_currency\": true,\n        \"fingerprint\": \"string\",\n        \"future_requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"metadata\": {},\n        \"object\": \"bank_account\",\n        \"requirements\": {\n          \"currently_due\": [\n            \"string\"\n          ],\n          \"errors\": [\n            {\n              \"code\": \"external_request\",\n              \"reason\": \"string\",\n              \"requirement\": \"string\"\n            }\n          ],\n          \"past_due\": [\n            \"string\"\n          ],\n          \"pending_verification\": [\n            \"string\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"future_requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"groups\": {\n    \"payments_pricing\": \"string\"\n  },\n  \"id\": \"string\",\n  \"individual\": {\n    \"account\": \"string\",\n    \"additional_tos_acceptances\": {\n      \"account\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_kana\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"address_kanji\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\",\n      \"town\": \"string\"\n    },\n    \"created\": 0,\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"first_name_kana\": \"string\",\n    \"first_name_kanji\": \"string\",\n    \"full_name_aliases\": [\n      \"string\"\n    ],\n    \"future_requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"gender\": \"string\",\n    \"id\": \"string\",\n    \"id_number_provided\": true,\n    \"id_number_secondary_provided\": true,\n    \"last_name\": \"string\",\n    \"last_name_kana\": \"string\",\n    \"last_name_kanji\": \"string\",\n    \"maiden_name\": \"string\",\n    \"metadata\": {},\n    \"nationality\": \"string\",\n    \"object\": \"person\",\n    \"phone\": \"string\",\n    \"political_exposure\": \"existing\",\n    \"registered_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"relationship\": {\n      \"authorizer\": true,\n      \"director\": true,\n      \"executive\": true,\n      \"legal_guardian\": true,\n      \"owner\": true,\n      \"percent_ownership\": 0.0,\n      \"representative\": true,\n      \"title\": \"string\"\n    },\n    \"requirements\": {\n      \"alternatives\": [\n        {\n          \"alternative_fields_due\": [\n            \"string\"\n          ],\n          \"original_fields_due\": [\n            \"string\"\n          ]\n        }\n      ],\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"eventually_due\": [\n        \"string\"\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"ssn_last_4_provided\": true,\n    \"us_cfpb_data\": {\n      \"ethnicity_details\": {\n        \"ethnicity\": [\n          \"cuban\"\n        ],\n        \"ethnicity_other\": \"string\"\n      },\n      \"race_details\": {\n        \"race\": [\n          \"african_american\"\n        ],\n        \"race_other\": \"string\"\n      },\n      \"self_identified_gender\": \"string\"\n    },\n    \"verification\": {\n      \"additional_document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"details\": \"string\",\n      \"details_code\": \"string\",\n      \"document\": {\n        \"back\": \"string\",\n        \"details\": \"string\",\n        \"details_code\": \"string\",\n        \"front\": \"string\"\n      },\n      \"status\": \"string\"\n    }\n  },\n  \"metadata\": {},\n  \"object\": \"account\",\n  \"payouts_enabled\": true,\n  \"requirements\": {\n    \"alternatives\": [\n      {\n        \"alternative_fields_due\": [\n          \"string\"\n        ],\n        \"original_fields_due\": [\n          \"string\"\n        ]\n      }\n    ],\n    \"current_deadline\": 0,\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"disabled_reason\": \"action_required.requested_capabilities\",\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"eventually_due\": [\n      \"string\"\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"settings\": {\n    \"bacs_debit_payments\": {\n      \"display_name\": \"string\",\n      \"service_user_number\": \"string\"\n    },\n    \"branding\": {\n      \"icon\": \"string\",\n      \"logo\": \"string\",\n      \"primary_color\": \"string\",\n      \"secondary_color\": \"string\"\n    },\n    \"card_issuing\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"card_payments\": {\n      \"decline_on\": {\n        \"avs_failure\": true,\n        \"cvc_failure\": true\n      },\n      \"statement_descriptor_prefix\": \"string\",\n      \"statement_descriptor_prefix_kana\": \"string\",\n      \"statement_descriptor_prefix_kanji\": \"string\"\n    },\n    \"dashboard\": {\n      \"display_name\": \"string\",\n      \"timezone\": \"string\"\n    },\n    \"invoices\": {\n      \"default_account_tax_ids\": [\n        \"string\"\n      ],\n      \"hosted_payment_method_save\": \"always\"\n    },\n    \"payments\": {\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_kana\": \"string\",\n      \"statement_descriptor_kanji\": \"string\"\n    },\n    \"payouts\": {\n      \"debit_negative_balances\": true,\n      \"schedule\": {\n        \"delay_days\": 0,\n        \"interval\": \"string\",\n        \"monthly_anchor\": 0,\n        \"monthly_payout_days\": [\n          0\n        ],\n        \"weekly_anchor\": \"string\",\n        \"weekly_payout_days\": [\n          \"friday\"\n        ]\n      },\n      \"statement_descriptor\": \"string\"\n    },\n    \"sepa_debit_payments\": {\n      \"creditor_id\": \"string\"\n    },\n    \"treasury\": {\n      \"tos_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    }\n  },\n  \"tos_acceptance\": {\n    \"date\": 0,\n    \"ip\": \"string\",\n    \"service_agreement\": \"string\",\n    \"user_agent\": \"string\"\n  },\n  \"type\": \"custom\"\n}"}},"summary":"<p>Retrieve a specified source for a given customer.</p>"},"post":{"description":"<p>Update a specified source for a given customer.</p>","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"account\": \"string\",\n  \"address_city\": \"string\",\n  \"address_country\": \"string\",\n  \"address_line1\": \"string\",\n  \"address_line1_check\": \"string\",\n  \"address_line2\": \"string\",\n  \"address_state\": \"string\",\n  \"address_zip\": \"string\",\n  \"address_zip_check\": \"string\",\n  \"allow_redisplay\": \"always\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"brand\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"cvc_check\": \"string\",\n  \"default_for_currency\": true,\n  \"dynamic_last4\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"fingerprint\": \"string\",\n  \"funding\": \"string\",\n  \"id\": \"string\",\n  \"iin\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"networks\": {\n    \"preferred\": \"string\"\n  },\n  \"object\": \"card\",\n  \"regulated_status\": \"regulated\",\n  \"status\": \"string\",\n  \"tokenization_method\": \"string\"\n}"}},"summary":"<p>Update a specified source for a given customer.</p>"}},"/v1/customers/{customer}/sources/{id}/verify":{"post":{"description":"Verify a bank account","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bank_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"Verify a bank account"}},"/v1/customers/{customer}/subscriptions":{"get":{"description":"List active subscriptions","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"application\": \"string\",\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": 0,\n      \"billing_cycle_anchor_config\": {\n        \"day_of_month\": 0,\n        \"hour\": 0,\n        \"minute\": 0,\n        \"month\": 0,\n        \"second\": 0\n      },\n      \"billing_mode\": {\n        \"flexible\": {\n          \"proration_discounts\": \"included\"\n        },\n        \"type\": \"classic\",\n        \"updated_at\": 0\n      },\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"cancel_at\": 0,\n      \"cancel_at_period_end\": true,\n      \"canceled_at\": 0,\n      \"cancellation_details\": {\n        \"comment\": \"string\",\n        \"feedback\": \"customer_service\",\n        \"reason\": \"cancellation_requested\"\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"days_until_due\": 0,\n      \"default_payment_method\": \"string\",\n      \"default_source\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        \"string\"\n      ],\n      \"ended_at\": 0,\n      \"id\": \"string\",\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"billing_thresholds\": {\n              \"usage_gte\": 0\n            },\n            \"created\": 0,\n            \"current_period_end\": 0,\n            \"current_period_start\": 0,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"subscription_item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"latest_invoice\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_pending_invoice_item_invoice\": 0,\n      \"object\": \"subscription\",\n      \"on_behalf_of\": \"string\",\n      \"pause_collection\": {\n        \"behavior\": \"keep_as_draft\",\n        \"resumes_at\": 0\n      },\n      \"payment_settings\": {\n        \"payment_method_options\": {\n          \"acss_debit\": {\n            \"mandate_options\": {\n              \"transaction_type\": \"business\"\n            },\n            \"verification_method\": \"automatic\"\n          },\n          \"bancontact\": {\n            \"preferred_language\": \"de\"\n          },\n          \"card\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"description\": \"string\"\n            },\n            \"network\": \"amex\",\n            \"request_three_d_secure\": \"any\"\n          },\n          \"customer_balance\": {\n            \"bank_transfer\": {\n              \"eu_bank_transfer\": {\n                \"country\": \"BE\"\n              },\n              \"type\": \"string\"\n            },\n            \"funding_type\": \"bank_transfer\"\n          },\n          \"konbini\": {},\n          \"payto\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"purpose\": \"dependant_support\"\n            }\n          },\n          \"sepa_debit\": {},\n          \"us_bank_account\": {\n            \"financial_connections\": {\n              \"filters\": {\n                \"account_subcategories\": [\n                  \"checking\"\n                ]\n              },\n              \"permissions\": [\n                \"balances\"\n              ],\n              \"prefetch\": [\n                \"balances\"\n              ]\n            },\n            \"verification_method\": \"automatic\"\n          }\n        },\n        \"payment_method_types\": [\n          \"ach_credit_transfer\"\n        ],\n        \"save_default_payment_method\": \"off\"\n      },\n      \"pending_invoice_item_interval\": {\n        \"interval\": \"day\",\n        \"interval_count\": 0\n      },\n      \"pending_setup_intent\": \"string\",\n      \"pending_update\": {\n        \"billing_cycle_anchor\": 0,\n        \"expires_at\": 0,\n        \"subscription_items\": [\n          {\n            \"billing_thresholds\": {\n              \"usage_gte\": 0\n            },\n            \"created\": 0,\n            \"current_period_end\": 0,\n            \"current_period_start\": 0,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"subscription_item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ]\n          }\n        ],\n        \"trial_end\": 0,\n        \"trial_from_plan\": true\n      },\n      \"schedule\": \"string\",\n      \"start_date\": 0,\n      \"status\": \"active\",\n      \"test_clock\": \"string\",\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0,\n      \"trial_settings\": {\n        \"end_behavior\": {\n          \"missing_payment_method\": \"cancel\"\n        }\n      },\n      \"trial_start\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List active subscriptions"},"post":{"description":"Create a subscription","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Create a subscription"}},"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}":{"delete":{"description":"Cancel a subscription","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Cancel a subscription"},"get":{"description":"Retrieve a subscription","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Retrieve a subscription"},"post":{"description":"Update a subscription on a customer","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Update a subscription on a customer"}},"/v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount":{"delete":{"description":"Delete a customer discount","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_discount"}}},"description":"{\n  \"checkout_session\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_item\": \"string\",\n  \"object\": \"discount\",\n  \"promotion_code\": \"string\",\n  \"source\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"start\": 0,\n  \"subscription\": \"string\",\n  \"subscription_item\": \"string\"\n}"}},"summary":"Delete a customer discount"},"get":{"description":"","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/discount"}}},"description":"{\n  \"checkout_session\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"end\": 0,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_item\": \"string\",\n  \"object\": \"discount\",\n  \"promotion_code\": \"string\",\n  \"source\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"start\": 0,\n  \"subscription\": \"string\",\n  \"subscription_item\": \"string\"\n}"}},"summary":""}},"/v1/customers/{customer}/tax_ids":{"get":{"description":"List all Customer tax IDs","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"country\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"tax_id\",\n      \"owner\": {\n        \"account\": \"string\",\n        \"application\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\",\n      \"verification\": {\n        \"status\": \"pending\",\n        \"verified_address\": \"string\",\n        \"verified_name\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Customer tax IDs"},"post":{"description":"Create a Customer tax ID","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_id"}}},"description":"{\n  \"country\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax_id\",\n  \"owner\": {\n    \"account\": \"string\",\n    \"application\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"type\": \"ad_nrt\",\n  \"value\": \"string\",\n  \"verification\": {\n    \"status\": \"pending\",\n    \"verified_address\": \"string\",\n    \"verified_name\": \"string\"\n  }\n}"}},"summary":"Create a Customer tax ID"}},"/v1/customers/{customer}/tax_ids/{id}":{"delete":{"description":"Delete a Customer tax ID","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_tax_id"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"tax_id\"\n}"}},"summary":"Delete a Customer tax ID"},"get":{"description":"Retrieve a Customer tax ID","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_id"}}},"description":"{\n  \"country\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax_id\",\n  \"owner\": {\n    \"account\": \"string\",\n    \"application\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"type\": \"ad_nrt\",\n  \"value\": \"string\",\n  \"verification\": {\n    \"status\": \"pending\",\n    \"verified_address\": \"string\",\n    \"verified_name\": \"string\"\n  }\n}"}},"summary":"Retrieve a Customer tax ID"}},"/v1/disputes":{"get":{"description":"List all disputes","parameters":[{"description":"Only return disputes associated to the charge specified by this charge ID.","in":"query","name":"charge","schema":{"type":"string"},"style":"form"},{"description":"Only return disputes that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return disputes associated to the PaymentIntent specified by this PaymentIntent ID.","in":"query","name":"payment_intent","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transactions\": [\n        {\n          \"amount\": 0,\n          \"available_on\": 0,\n          \"balance_type\": \"issuing\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"exchange_rate\": 0.0,\n          \"fee\": 0,\n          \"fee_details\": [\n            {\n              \"amount\": 0,\n              \"application\": \"string\",\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"id\": \"string\",\n          \"net\": 0,\n          \"object\": \"balance_transaction\",\n          \"reporting_category\": \"string\",\n          \"source\": \"string\",\n          \"status\": \"string\",\n          \"type\": \"adjustment\"\n        }\n      ],\n      \"charge\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"enhanced_eligibility_types\": [\n        \"visa_compelling_evidence_3\"\n      ],\n      \"evidence\": {\n        \"access_activity_log\": \"string\",\n        \"billing_address\": \"string\",\n        \"cancellation_policy\": \"string\",\n        \"cancellation_policy_disclosure\": \"string\",\n        \"cancellation_rebuttal\": \"string\",\n        \"customer_communication\": \"string\",\n        \"customer_email_address\": \"string\",\n        \"customer_name\": \"string\",\n        \"customer_purchase_ip\": \"string\",\n        \"customer_signature\": \"string\",\n        \"duplicate_charge_documentation\": \"string\",\n        \"duplicate_charge_explanation\": \"string\",\n        \"duplicate_charge_id\": \"string\",\n        \"enhanced_evidence\": {\n          \"visa_compelling_evidence_3\": {\n            \"disputed_transaction\": {\n              \"customer_account_id\": \"string\",\n              \"customer_device_fingerprint\": \"string\",\n              \"customer_device_id\": \"string\",\n              \"customer_email_address\": \"string\",\n              \"customer_purchase_ip\": \"string\",\n              \"merchandise_or_services\": \"merchandise\",\n              \"product_description\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"prior_undisputed_transactions\": [\n              {\n                \"charge\": \"string\",\n                \"customer_account_id\": \"string\",\n                \"customer_device_fingerprint\": \"string\",\n                \"customer_device_id\": \"string\",\n                \"customer_email_address\": \"string\",\n                \"customer_purchase_ip\": \"string\",\n                \"product_description\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            ]\n          },\n          \"visa_compliance\": {\n            \"fee_acknowledged\": true\n          }\n        },\n        \"product_description\": \"string\",\n        \"receipt\": \"string\",\n        \"refund_policy\": \"string\",\n        \"refund_policy_disclosure\": \"string\",\n        \"refund_refusal_explanation\": \"string\",\n        \"service_date\": \"string\",\n        \"service_documentation\": \"string\",\n        \"shipping_address\": \"string\",\n        \"shipping_carrier\": \"string\",\n        \"shipping_date\": \"string\",\n        \"shipping_documentation\": \"string\",\n        \"shipping_tracking_number\": \"string\",\n        \"uncategorized_file\": \"string\",\n        \"uncategorized_text\": \"string\"\n      },\n      \"evidence_details\": {\n        \"due_by\": 0,\n        \"enhanced_eligibility\": {\n          \"visa_compelling_evidence_3\": {\n            \"required_actions\": [\n              \"missing_customer_identifiers\"\n            ],\n            \"status\": \"not_qualified\"\n          },\n          \"visa_compliance\": {\n            \"status\": \"fee_acknowledged\"\n          }\n        },\n        \"has_evidence\": true,\n        \"past_due\": true,\n        \"submission_count\": 0\n      },\n      \"id\": \"string\",\n      \"is_charge_refundable\": true,\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"dispute\",\n      \"payment_intent\": \"string\",\n      \"payment_method_details\": {\n        \"amazon_pay\": {\n          \"dispute_type\": \"chargeback\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"case_type\": \"block\",\n          \"network_reason_code\": \"string\"\n        },\n        \"klarna\": {\n          \"chargeback_loss_reason_code\": \"string\",\n          \"reason_code\": \"string\"\n        },\n        \"paypal\": {\n          \"case_id\": \"string\",\n          \"reason_code\": \"string\"\n        },\n        \"type\": \"amazon_pay\"\n      },\n      \"reason\": \"string\",\n      \"status\": \"lost\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all disputes"}},"/v1/disputes/{dispute}":{"get":{"description":"Retrieve a dispute","parameters":[{"in":"path","name":"dispute","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"enhanced_eligibility_types\": [\n    \"visa_compelling_evidence_3\"\n  ],\n  \"evidence\": {\n    \"access_activity_log\": \"string\",\n    \"billing_address\": \"string\",\n    \"cancellation_policy\": \"string\",\n    \"cancellation_policy_disclosure\": \"string\",\n    \"cancellation_rebuttal\": \"string\",\n    \"customer_communication\": \"string\",\n    \"customer_email_address\": \"string\",\n    \"customer_name\": \"string\",\n    \"customer_purchase_ip\": \"string\",\n    \"customer_signature\": \"string\",\n    \"duplicate_charge_documentation\": \"string\",\n    \"duplicate_charge_explanation\": \"string\",\n    \"duplicate_charge_id\": \"string\",\n    \"enhanced_evidence\": {\n      \"visa_compelling_evidence_3\": {\n        \"disputed_transaction\": {\n          \"customer_account_id\": \"string\",\n          \"customer_device_fingerprint\": \"string\",\n          \"customer_device_id\": \"string\",\n          \"customer_email_address\": \"string\",\n          \"customer_purchase_ip\": \"string\",\n          \"merchandise_or_services\": \"merchandise\",\n          \"product_description\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"prior_undisputed_transactions\": [\n          {\n            \"charge\": \"string\",\n            \"customer_account_id\": \"string\",\n            \"customer_device_fingerprint\": \"string\",\n            \"customer_device_id\": \"string\",\n            \"customer_email_address\": \"string\",\n            \"customer_purchase_ip\": \"string\",\n            \"product_description\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        ]\n      },\n      \"visa_compliance\": {\n        \"fee_acknowledged\": true\n      }\n    },\n    \"product_description\": \"string\",\n    \"receipt\": \"string\",\n    \"refund_policy\": \"string\",\n    \"refund_policy_disclosure\": \"string\",\n    \"refund_refusal_explanation\": \"string\",\n    \"service_date\": \"string\",\n    \"service_documentation\": \"string\",\n    \"shipping_address\": \"string\",\n    \"shipping_carrier\": \"string\",\n    \"shipping_date\": \"string\",\n    \"shipping_documentation\": \"string\",\n    \"shipping_tracking_number\": \"string\",\n    \"uncategorized_file\": \"string\",\n    \"uncategorized_text\": \"string\"\n  },\n  \"evidence_details\": {\n    \"due_by\": 0,\n    \"enhanced_eligibility\": {\n      \"visa_compelling_evidence_3\": {\n        \"required_actions\": [\n          \"missing_customer_identifiers\"\n        ],\n        \"status\": \"not_qualified\"\n      },\n      \"visa_compliance\": {\n        \"status\": \"fee_acknowledged\"\n      }\n    },\n    \"has_evidence\": true,\n    \"past_due\": true,\n    \"submission_count\": 0\n  },\n  \"id\": \"string\",\n  \"is_charge_refundable\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"dispute\",\n  \"payment_intent\": \"string\",\n  \"payment_method_details\": {\n    \"amazon_pay\": {\n      \"dispute_type\": \"chargeback\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"case_type\": \"block\",\n      \"network_reason_code\": \"string\"\n    },\n    \"klarna\": {\n      \"chargeback_loss_reason_code\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"paypal\": {\n      \"case_id\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"type\": \"amazon_pay\"\n  },\n  \"reason\": \"string\",\n  \"status\": \"lost\"\n}"}},"summary":"Retrieve a dispute"},"post":{"description":"Update a dispute","parameters":[{"in":"path","name":"dispute","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"enhanced_eligibility_types\": [\n    \"visa_compelling_evidence_3\"\n  ],\n  \"evidence\": {\n    \"access_activity_log\": \"string\",\n    \"billing_address\": \"string\",\n    \"cancellation_policy\": \"string\",\n    \"cancellation_policy_disclosure\": \"string\",\n    \"cancellation_rebuttal\": \"string\",\n    \"customer_communication\": \"string\",\n    \"customer_email_address\": \"string\",\n    \"customer_name\": \"string\",\n    \"customer_purchase_ip\": \"string\",\n    \"customer_signature\": \"string\",\n    \"duplicate_charge_documentation\": \"string\",\n    \"duplicate_charge_explanation\": \"string\",\n    \"duplicate_charge_id\": \"string\",\n    \"enhanced_evidence\": {\n      \"visa_compelling_evidence_3\": {\n        \"disputed_transaction\": {\n          \"customer_account_id\": \"string\",\n          \"customer_device_fingerprint\": \"string\",\n          \"customer_device_id\": \"string\",\n          \"customer_email_address\": \"string\",\n          \"customer_purchase_ip\": \"string\",\n          \"merchandise_or_services\": \"merchandise\",\n          \"product_description\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"prior_undisputed_transactions\": [\n          {\n            \"charge\": \"string\",\n            \"customer_account_id\": \"string\",\n            \"customer_device_fingerprint\": \"string\",\n            \"customer_device_id\": \"string\",\n            \"customer_email_address\": \"string\",\n            \"customer_purchase_ip\": \"string\",\n            \"product_description\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        ]\n      },\n      \"visa_compliance\": {\n        \"fee_acknowledged\": true\n      }\n    },\n    \"product_description\": \"string\",\n    \"receipt\": \"string\",\n    \"refund_policy\": \"string\",\n    \"refund_policy_disclosure\": \"string\",\n    \"refund_refusal_explanation\": \"string\",\n    \"service_date\": \"string\",\n    \"service_documentation\": \"string\",\n    \"shipping_address\": \"string\",\n    \"shipping_carrier\": \"string\",\n    \"shipping_date\": \"string\",\n    \"shipping_documentation\": \"string\",\n    \"shipping_tracking_number\": \"string\",\n    \"uncategorized_file\": \"string\",\n    \"uncategorized_text\": \"string\"\n  },\n  \"evidence_details\": {\n    \"due_by\": 0,\n    \"enhanced_eligibility\": {\n      \"visa_compelling_evidence_3\": {\n        \"required_actions\": [\n          \"missing_customer_identifiers\"\n        ],\n        \"status\": \"not_qualified\"\n      },\n      \"visa_compliance\": {\n        \"status\": \"fee_acknowledged\"\n      }\n    },\n    \"has_evidence\": true,\n    \"past_due\": true,\n    \"submission_count\": 0\n  },\n  \"id\": \"string\",\n  \"is_charge_refundable\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"dispute\",\n  \"payment_intent\": \"string\",\n  \"payment_method_details\": {\n    \"amazon_pay\": {\n      \"dispute_type\": \"chargeback\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"case_type\": \"block\",\n      \"network_reason_code\": \"string\"\n    },\n    \"klarna\": {\n      \"chargeback_loss_reason_code\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"paypal\": {\n      \"case_id\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"type\": \"amazon_pay\"\n  },\n  \"reason\": \"string\",\n  \"status\": \"lost\"\n}"}},"summary":"Update a dispute"}},"/v1/disputes/{dispute}/close":{"post":{"description":"Close a dispute","parameters":[{"in":"path","name":"dispute","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"enhanced_eligibility_types\": [\n    \"visa_compelling_evidence_3\"\n  ],\n  \"evidence\": {\n    \"access_activity_log\": \"string\",\n    \"billing_address\": \"string\",\n    \"cancellation_policy\": \"string\",\n    \"cancellation_policy_disclosure\": \"string\",\n    \"cancellation_rebuttal\": \"string\",\n    \"customer_communication\": \"string\",\n    \"customer_email_address\": \"string\",\n    \"customer_name\": \"string\",\n    \"customer_purchase_ip\": \"string\",\n    \"customer_signature\": \"string\",\n    \"duplicate_charge_documentation\": \"string\",\n    \"duplicate_charge_explanation\": \"string\",\n    \"duplicate_charge_id\": \"string\",\n    \"enhanced_evidence\": {\n      \"visa_compelling_evidence_3\": {\n        \"disputed_transaction\": {\n          \"customer_account_id\": \"string\",\n          \"customer_device_fingerprint\": \"string\",\n          \"customer_device_id\": \"string\",\n          \"customer_email_address\": \"string\",\n          \"customer_purchase_ip\": \"string\",\n          \"merchandise_or_services\": \"merchandise\",\n          \"product_description\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"prior_undisputed_transactions\": [\n          {\n            \"charge\": \"string\",\n            \"customer_account_id\": \"string\",\n            \"customer_device_fingerprint\": \"string\",\n            \"customer_device_id\": \"string\",\n            \"customer_email_address\": \"string\",\n            \"customer_purchase_ip\": \"string\",\n            \"product_description\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        ]\n      },\n      \"visa_compliance\": {\n        \"fee_acknowledged\": true\n      }\n    },\n    \"product_description\": \"string\",\n    \"receipt\": \"string\",\n    \"refund_policy\": \"string\",\n    \"refund_policy_disclosure\": \"string\",\n    \"refund_refusal_explanation\": \"string\",\n    \"service_date\": \"string\",\n    \"service_documentation\": \"string\",\n    \"shipping_address\": \"string\",\n    \"shipping_carrier\": \"string\",\n    \"shipping_date\": \"string\",\n    \"shipping_documentation\": \"string\",\n    \"shipping_tracking_number\": \"string\",\n    \"uncategorized_file\": \"string\",\n    \"uncategorized_text\": \"string\"\n  },\n  \"evidence_details\": {\n    \"due_by\": 0,\n    \"enhanced_eligibility\": {\n      \"visa_compelling_evidence_3\": {\n        \"required_actions\": [\n          \"missing_customer_identifiers\"\n        ],\n        \"status\": \"not_qualified\"\n      },\n      \"visa_compliance\": {\n        \"status\": \"fee_acknowledged\"\n      }\n    },\n    \"has_evidence\": true,\n    \"past_due\": true,\n    \"submission_count\": 0\n  },\n  \"id\": \"string\",\n  \"is_charge_refundable\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"dispute\",\n  \"payment_intent\": \"string\",\n  \"payment_method_details\": {\n    \"amazon_pay\": {\n      \"dispute_type\": \"chargeback\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"case_type\": \"block\",\n      \"network_reason_code\": \"string\"\n    },\n    \"klarna\": {\n      \"chargeback_loss_reason_code\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"paypal\": {\n      \"case_id\": \"string\",\n      \"reason_code\": \"string\"\n    },\n    \"type\": \"amazon_pay\"\n  },\n  \"reason\": \"string\",\n  \"status\": \"lost\"\n}"}},"summary":"Close a dispute"}},"/v1/entitlements/active_entitlements":{"get":{"description":"List all active entitlements","parameters":[{"description":"The ID of the customer.","in":"query","name":"customer","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"feature\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"lookup_key\": \"string\",\n      \"object\": \"entitlements.active_entitlement\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all active entitlements"}},"/v1/entitlements/active_entitlements/{id}":{"get":{"description":"Retrieve an active entitlement","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The ID of the entitlement.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/entitlements.active_entitlement"}}},"description":"{\n  \"feature\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"object\": \"entitlements.active_entitlement\"\n}"}},"summary":"Retrieve an active entitlement"}},"/v1/entitlements/features":{"get":{"description":"List all features","parameters":[{"description":"If set, filter results to only include features with the given archive status.","in":"query","name":"archived","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"If set, filter results to only include features with the given lookup_key.","in":"query","name":"lookup_key","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"lookup_key\": \"string\",\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"entitlements.feature\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all features"},"post":{"description":"Create a feature","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/entitlements.feature"}}},"description":"{\n  \"active\": true,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"entitlements.feature\"\n}"}},"summary":"Create a feature"}},"/v1/entitlements/features/{id}":{"get":{"description":"Retrieve a feature","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The ID of the feature.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/entitlements.feature"}}},"description":"{\n  \"active\": true,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"entitlements.feature\"\n}"}},"summary":"Retrieve a feature"},"post":{"description":"Updates a feature","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/entitlements.feature"}}},"description":"{\n  \"active\": true,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"entitlements.feature\"\n}"}},"summary":"Updates a feature"}},"/v1/ephemeral_keys":{"post":{"description":"Create an ephemeral key","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ephemeral_key"}}},"description":"{\n  \"created\": 0,\n  \"expires\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"ephemeral_key\",\n  \"secret\": \"string\"\n}"}},"summary":"Create an ephemeral key"}},"/v1/ephemeral_keys/{key}":{"delete":{"description":"Immediately invalidate an ephemeral key","parameters":[{"in":"path","name":"key","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ephemeral_key"}}},"description":"{\n  \"created\": 0,\n  \"expires\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"ephemeral_key\",\n  \"secret\": \"string\"\n}"}},"summary":"Immediately invalidate an ephemeral key"}},"/v1/events":{"get":{"description":"List all events","parameters":[{"description":"Only return events that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Filter events by whether all webhooks were successfully delivered. If false, events which are still pending or have failed all delivery attempts to a webhook endpoint will be returned.","in":"query","name":"delivery_success","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"A string containing a specific event name, or group of events using * as a wildcard. The list will be filtered to include only events with a matching event property.","in":"query","name":"type","schema":{"type":"string"},"style":"form"},{"description":"An array of up to 20 strings containing specific event names. The list will be filtered to include only events with a matching event property. You may pass either `type` or `types`, but not both.","in":"query","name":"types","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"api_version\": \"string\",\n      \"context\": \"string\",\n      \"created\": 0,\n      \"data\": {\n        \"object\": {},\n        \"previous_attributes\": {}\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"event\",\n      \"pending_webhooks\": 0,\n      \"request\": {\n        \"id\": \"string\",\n        \"idempotency_key\": \"string\"\n      },\n      \"type\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all events"}},"/v1/events/{id}":{"get":{"description":"Retrieve an event","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event"}}},"description":"{\n  \"account\": \"string\",\n  \"api_version\": \"string\",\n  \"context\": \"string\",\n  \"created\": 0,\n  \"data\": {\n    \"object\": {},\n    \"previous_attributes\": {}\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"event\",\n  \"pending_webhooks\": 0,\n  \"request\": {\n    \"id\": \"string\",\n    \"idempotency_key\": \"string\"\n  },\n  \"type\": \"string\"\n}"}},"summary":"Retrieve an event"}},"/v1/exchange_rates":{"get":{"description":"List all exchange rates","parameters":[{"description":"A cursor for use in pagination. `ending_before` is the currency that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with the exchange rate for currency X your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and total number of supported payout currencies, and the default is the max.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is the currency that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with the exchange rate for currency X, your subsequent call can include `starting_after=X` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"object\": \"exchange_rate\",\n      \"rates\": {}\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all exchange rates"}},"/v1/exchange_rates/{rate_id}":{"get":{"description":"Retrieve an exchange rate","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"rate_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchange_rate"}}},"description":"{\n  \"id\": \"string\",\n  \"object\": \"exchange_rate\",\n  \"rates\": {}\n}"}},"summary":"Retrieve an exchange rate"}},"/v1/external_accounts/{id}":{"post":{"description":"<p>Updates the metadata, account holder name, account holder type of a bank account belonging to\na connected account and optionally sets it as the default for its currency. Other bank account\ndetails are not editable by design.</p>\n\n<p>You can only update bank accounts when <a href=\"/api/accounts/object#account_object-controller-requirement_collection\">account.controller.requirement_collection</a> is <code>application</code>, which includes <a href=\"/connect/custom-accounts\">Custom accounts</a>.</p>\n\n<p>You can re-enable a disabled bank account by performing an update call without providing any\narguments or changes.</p>","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/external_account"}}},"description":"{\n  \"account\": \"string\",\n  \"account_holder_name\": \"string\",\n  \"account_holder_type\": \"string\",\n  \"account_type\": \"string\",\n  \"available_payout_methods\": [\n    \"instant\"\n  ],\n  \"bank_name\": \"string\",\n  \"country\": \"string\",\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"default_for_currency\": true,\n  \"fingerprint\": \"string\",\n  \"future_requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"metadata\": {},\n  \"object\": \"bank_account\",\n  \"requirements\": {\n    \"currently_due\": [\n      \"string\"\n    ],\n    \"errors\": [\n      {\n        \"code\": \"external_request\",\n        \"reason\": \"string\",\n        \"requirement\": \"string\"\n      }\n    ],\n    \"past_due\": [\n      \"string\"\n    ],\n    \"pending_verification\": [\n      \"string\"\n    ]\n  },\n  \"routing_number\": \"string\",\n  \"status\": \"string\"\n}"}},"summary":"<p>Updates the metadata, account holder name, account holder type of a bank account belonging to\na connected account and optionally sets it as the default for its currency. Other bank account\ndetails are not editable by design.</p>\n\n<p>You can only update bank accounts when <a href=\"/api/accounts/object#account_object-controller-requirement_collection\">account.controller.requirement_collection</a> is <code>application</code>, which includes <a href=\"/connect/custom-accounts\">Custom accounts</a>.</p>\n\n<p>You can re-enable a disabled bank account by performing an update call without providing any\narguments or changes.</p>"}},"/v1/fabric/service/integration_config":{"get":{"description":"","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"query","name":"service_name","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fabric_service"}}},"description":"{\n  \"object\": \"fabric_service\"\n}"}},"summary":""}},"/v1/fabric/service/subscribe":{"post":{"description":"","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fabric_service"}}},"description":"{\n  \"object\": \"fabric_service\"\n}"}},"summary":""}},"/v1/file_links":{"get":{"description":"List all file links","parameters":[{"description":"Only return links that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Filter links by their expiration status. By default, Stripe returns all links.","in":"query","name":"expired","schema":{"type":"boolean"},"style":"form"},{"description":"Only return links for the given file.","in":"query","name":"file","schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"expired\": true,\n      \"expires_at\": 0,\n      \"file\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"file_link\",\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all file links"},"post":{"description":"Create a file link","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/file_link"}}},"description":"{\n  \"created\": 0,\n  \"expired\": true,\n  \"expires_at\": 0,\n  \"file\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"file_link\",\n  \"url\": \"string\"\n}"}},"summary":"Create a file link"}},"/v1/file_links/{link}":{"get":{"description":"Retrieve a file link","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"link","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/file_link"}}},"description":"{\n  \"created\": 0,\n  \"expired\": true,\n  \"expires_at\": 0,\n  \"file\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"file_link\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a file link"},"post":{"description":"Update a file link","parameters":[{"in":"path","name":"link","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/file_link"}}},"description":"{\n  \"created\": 0,\n  \"expired\": true,\n  \"expires_at\": 0,\n  \"file\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"file_link\",\n  \"url\": \"string\"\n}"}},"summary":"Update a file link"}},"/v1/files":{"get":{"description":"List all files","parameters":[{"description":"Only return files that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filter queries by the file purpose. If you don't provide a purpose, the queries return unfiltered files.","in":"query","name":"purpose","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"expires_at\": 0,\n      \"filename\": \"string\",\n      \"id\": \"string\",\n      \"links\": {\n        \"data\": [\n          {\n            \"created\": 0,\n            \"expired\": true,\n            \"expires_at\": 0,\n            \"file\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"file_link\",\n            \"url\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"object\": \"file\",\n      \"purpose\": \"account_requirement\",\n      \"size\": 0,\n      \"title\": \"string\",\n      \"type\": \"string\",\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all files"},"post":{"description":"Create a file","requestBody":{"content":{"multipart/form-data":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/file"}}},"description":"{\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"filename\": \"string\",\n  \"id\": \"string\",\n  \"links\": {\n    \"data\": [\n      {\n        \"created\": 0,\n        \"expired\": true,\n        \"expires_at\": 0,\n        \"file\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"file_link\",\n        \"url\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"object\": \"file\",\n  \"purpose\": \"account_requirement\",\n  \"size\": 0,\n  \"title\": \"string\",\n  \"type\": \"string\",\n  \"url\": \"string\"\n}"}},"summary":"Create a file"}},"/v1/files/{file}":{"get":{"description":"Retrieve a file","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"file","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/file"}}},"description":"{\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"filename\": \"string\",\n  \"id\": \"string\",\n  \"links\": {\n    \"data\": [\n      {\n        \"created\": 0,\n        \"expired\": true,\n        \"expires_at\": 0,\n        \"file\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"file_link\",\n        \"url\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"object\": \"file\",\n  \"purpose\": \"account_requirement\",\n  \"size\": 0,\n  \"title\": \"string\",\n  \"type\": \"string\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a file"}},"/v1/financial_connections/accounts":{"get":{"description":"List Accounts","parameters":[{"description":"If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive.","in":"query","name":"account_holder","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"If present, only return accounts that were collected as part of the given session.","in":"query","name":"session","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account_holder\": {\n        \"account\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"account_numbers\": [\n        {\n          \"expected_expiry_date\": 0,\n          \"identifier_type\": \"account_number\",\n          \"status\": \"deactivated\",\n          \"supported_networks\": [\n            \"ach\"\n          ]\n        }\n      ],\n      \"balance\": {\n        \"as_of\": 0,\n        \"cash\": {\n          \"available\": {}\n        },\n        \"credit\": {\n          \"used\": {}\n        },\n        \"current\": {},\n        \"type\": \"cash\"\n      },\n      \"balance_refresh\": {\n        \"last_attempted_at\": 0,\n        \"next_refresh_available_at\": 0,\n        \"status\": \"failed\"\n      },\n      \"category\": \"cash\",\n      \"created\": 0,\n      \"display_name\": \"string\",\n      \"id\": \"string\",\n      \"institution_name\": \"string\",\n      \"last4\": \"string\",\n      \"livemode\": true,\n      \"object\": \"financial_connections.account\",\n      \"ownership\": \"string\",\n      \"ownership_refresh\": {\n        \"last_attempted_at\": 0,\n        \"next_refresh_available_at\": 0,\n        \"status\": \"failed\"\n      },\n      \"permissions\": [\n        \"balances\"\n      ],\n      \"status\": \"active\",\n      \"subcategory\": \"checking\",\n      \"subscriptions\": [\n        \"transactions\"\n      ],\n      \"supported_payment_method_types\": [\n        \"link\"\n      ],\n      \"transaction_refresh\": {\n        \"id\": \"string\",\n        \"last_attempted_at\": 0,\n        \"next_refresh_available_at\": 0,\n        \"status\": \"failed\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Accounts"}},"/v1/financial_connections/accounts/{account}":{"get":{"description":"Retrieve an Account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Retrieve an Account"}},"/v1/financial_connections/accounts/{account}/disconnect":{"post":{"description":"Disconnect an Account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Disconnect an Account"}},"/v1/financial_connections/accounts/{account}/owners":{"get":{"description":"List Account Owners","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The ID of the ownership object to fetch owners from.","in":"query","name":"ownership","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"object\": \"financial_connections.account_owner\",\n      \"ownership\": \"string\",\n      \"phone\": \"string\",\n      \"raw_address\": \"string\",\n      \"refreshed_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Account Owners"}},"/v1/financial_connections/accounts/{account}/refresh":{"post":{"description":"Refresh Account data","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Refresh Account data"}},"/v1/financial_connections/accounts/{account}/subscribe":{"post":{"description":"Subscribe to data refreshes for an Account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Subscribe to data refreshes for an Account"}},"/v1/financial_connections/accounts/{account}/unsubscribe":{"post":{"description":"Unsubscribe from data refreshes for an Account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Unsubscribe from data refreshes for an Account"}},"/v1/financial_connections/sessions":{"post":{"description":"Create a Session","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.session"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"accounts\": {\n    \"data\": [\n      {\n        \"account_holder\": {\n          \"account\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"account_numbers\": [\n          {\n            \"expected_expiry_date\": 0,\n            \"identifier_type\": \"account_number\",\n            \"status\": \"deactivated\",\n            \"supported_networks\": [\n              \"ach\"\n            ]\n          }\n        ],\n        \"balance\": {\n          \"as_of\": 0,\n          \"cash\": {\n            \"available\": {}\n          },\n          \"credit\": {\n            \"used\": {}\n          },\n          \"current\": {},\n          \"type\": \"cash\"\n        },\n        \"balance_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"category\": \"cash\",\n        \"created\": 0,\n        \"display_name\": \"string\",\n        \"id\": \"string\",\n        \"institution_name\": \"string\",\n        \"last4\": \"string\",\n        \"livemode\": true,\n        \"object\": \"financial_connections.account\",\n        \"ownership\": \"string\",\n        \"ownership_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"status\": \"active\",\n        \"subcategory\": \"checking\",\n        \"subscriptions\": [\n          \"transactions\"\n        ],\n        \"supported_payment_method_types\": [\n          \"link\"\n        ],\n        \"transaction_refresh\": {\n          \"id\": \"string\",\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"filters\": {\n    \"account_subcategories\": [\n      \"checking\"\n    ],\n    \"countries\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.session\",\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"prefetch\": [\n    \"balances\"\n  ],\n  \"return_url\": \"string\"\n}"}},"summary":"Create a Session"}},"/v1/financial_connections/sessions/{session}":{"get":{"description":"Retrieve a Session","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.session"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"accounts\": {\n    \"data\": [\n      {\n        \"account_holder\": {\n          \"account\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"account_numbers\": [\n          {\n            \"expected_expiry_date\": 0,\n            \"identifier_type\": \"account_number\",\n            \"status\": \"deactivated\",\n            \"supported_networks\": [\n              \"ach\"\n            ]\n          }\n        ],\n        \"balance\": {\n          \"as_of\": 0,\n          \"cash\": {\n            \"available\": {}\n          },\n          \"credit\": {\n            \"used\": {}\n          },\n          \"current\": {},\n          \"type\": \"cash\"\n        },\n        \"balance_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"category\": \"cash\",\n        \"created\": 0,\n        \"display_name\": \"string\",\n        \"id\": \"string\",\n        \"institution_name\": \"string\",\n        \"last4\": \"string\",\n        \"livemode\": true,\n        \"object\": \"financial_connections.account\",\n        \"ownership\": \"string\",\n        \"ownership_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"status\": \"active\",\n        \"subcategory\": \"checking\",\n        \"subscriptions\": [\n          \"transactions\"\n        ],\n        \"supported_payment_method_types\": [\n          \"link\"\n        ],\n        \"transaction_refresh\": {\n          \"id\": \"string\",\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"filters\": {\n    \"account_subcategories\": [\n      \"checking\"\n    ],\n    \"countries\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.session\",\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"prefetch\": [\n    \"balances\"\n  ],\n  \"return_url\": \"string\"\n}"}},"summary":"Retrieve a Session"}},"/v1/financial_connections/transactions":{"get":{"description":"List Transactions","parameters":[{"description":"The ID of the Financial Connections Account whose transactions will be retrieved.","in":"query","name":"account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"A filter on the list based on the object `transacted_at` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:","in":"query","name":"transacted_at","schema":{"type":"string"},"style":"form"},{"description":"A filter on the list based on the object `transaction_refresh` field. The value can be a dictionary with the following options:","in":"query","name":"transaction_refresh","schema":{"type":"object"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account\": \"string\",\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"financial_connections.transaction\",\n      \"status\": \"pending\",\n      \"status_transitions\": {\n        \"posted_at\": 0,\n        \"void_at\": 0\n      },\n      \"transacted_at\": 0,\n      \"transaction_refresh\": \"string\",\n      \"updated\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Transactions"}},"/v1/financial_connections/transactions/{transaction}":{"get":{"description":"Retrieve a Transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.transaction"}}},"description":"{\n  \"account\": \"string\",\n  \"amount\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.transaction\",\n  \"status\": \"pending\",\n  \"status_transitions\": {\n    \"posted_at\": 0,\n    \"void_at\": 0\n  },\n  \"transacted_at\": 0,\n  \"transaction_refresh\": \"string\",\n  \"updated\": 0\n}"}},"summary":"Retrieve a Transaction"}},"/v1/forwarding/requests":{"get":{"description":"List all ForwardingRequests","parameters":[{"description":"Similar to other List endpoints, filters results based on created timestamp. You can pass gt, gte, lt, and lte timestamp values.","in":"query","name":"created","schema":{"type":"object"},"style":"form"},{"description":"A pagination cursor to fetch the previous page of the list. The value must be a ForwardingRequest ID.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A pagination cursor to fetch the next page of the list. The value must be a ForwardingRequest ID.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"forwarding.request\",\n      \"payment_method\": \"string\",\n      \"replacements\": [\n        \"card_cvc\"\n      ],\n      \"request_context\": {\n        \"destination_duration\": 0,\n        \"destination_ip_address\": \"string\"\n      },\n      \"request_details\": {\n        \"body\": \"string\",\n        \"headers\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"http_method\": \"POST\"\n      },\n      \"response_details\": {\n        \"body\": \"string\",\n        \"headers\": [\n          {\n            \"name\": \"string\",\n            \"value\": \"string\"\n          }\n        ],\n        \"status\": 0\n      },\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all ForwardingRequests"},"post":{"description":"Create a ForwardingRequest","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/forwarding.request"}}},"description":"{\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"forwarding.request\",\n  \"payment_method\": \"string\",\n  \"replacements\": [\n    \"card_cvc\"\n  ],\n  \"request_context\": {\n    \"destination_duration\": 0,\n    \"destination_ip_address\": \"string\"\n  },\n  \"request_details\": {\n    \"body\": \"string\",\n    \"headers\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"http_method\": \"POST\"\n  },\n  \"response_details\": {\n    \"body\": \"string\",\n    \"headers\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"status\": 0\n  },\n  \"url\": \"string\"\n}"}},"summary":"Create a ForwardingRequest"}},"/v1/forwarding/requests/{id}":{"get":{"description":"Retrieve a ForwardingRequest","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/forwarding.request"}}},"description":"{\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"forwarding.request\",\n  \"payment_method\": \"string\",\n  \"replacements\": [\n    \"card_cvc\"\n  ],\n  \"request_context\": {\n    \"destination_duration\": 0,\n    \"destination_ip_address\": \"string\"\n  },\n  \"request_details\": {\n    \"body\": \"string\",\n    \"headers\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"http_method\": \"POST\"\n  },\n  \"response_details\": {\n    \"body\": \"string\",\n    \"headers\": [\n      {\n        \"name\": \"string\",\n        \"value\": \"string\"\n      }\n    ],\n    \"status\": 0\n  },\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a ForwardingRequest"}},"/v1/identity/verification_reports":{"get":{"description":"List VerificationReports","parameters":[{"description":"A string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.","in":"query","name":"client_reference_id","schema":{"type":"string"},"style":"form"},{"description":"Only return VerificationReports that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return VerificationReports of this type","in":"query","name":"type","schema":{"type":"string"},"style":"form"},{"description":"Only return VerificationReports created by this VerificationSession ID. It is allowed to provide a VerificationIntent ID.","in":"query","name":"verification_session","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"client_reference_id\": \"string\",\n      \"created\": 0,\n      \"document\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"error\": {\n          \"code\": \"document_expired\",\n          \"reason\": \"string\"\n        },\n        \"expiration_date\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"files\": [\n          \"string\"\n        ],\n        \"first_name\": \"string\",\n        \"issued_date\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"issuing_country\": \"string\",\n        \"last_name\": \"string\",\n        \"number\": \"string\",\n        \"sex\": \"[redacted]\",\n        \"status\": \"unverified\",\n        \"type\": \"driving_license\",\n        \"unparsed_place_of_birth\": \"string\",\n        \"unparsed_sex\": \"string\"\n      },\n      \"email\": {\n        \"email\": \"string\",\n        \"error\": {\n          \"code\": \"email_unverified_other\",\n          \"reason\": \"string\"\n        },\n        \"status\": \"unverified\"\n      },\n      \"id\": \"string\",\n      \"id_number\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"error\": {\n          \"code\": \"id_number_insufficient_document_data\",\n          \"reason\": \"string\"\n        },\n        \"first_name\": \"string\",\n        \"id_number\": \"string\",\n        \"id_number_type\": \"br_cpf\",\n        \"last_name\": \"string\",\n        \"status\": \"unverified\"\n      },\n      \"livemode\": true,\n      \"object\": \"identity.verification_report\",\n      \"options\": {\n        \"document\": {\n          \"allowed_types\": [\n            \"driving_license\"\n          ],\n          \"require_id_number\": true,\n          \"require_live_capture\": true,\n          \"require_matching_selfie\": true\n        },\n        \"id_number\": {}\n      },\n      \"phone\": {\n        \"error\": {\n          \"code\": \"phone_unverified_other\",\n          \"reason\": \"string\"\n        },\n        \"phone\": \"string\",\n        \"status\": \"unverified\"\n      },\n      \"selfie\": {\n        \"document\": \"string\",\n        \"error\": {\n          \"code\": \"selfie_document_missing_photo\",\n          \"reason\": \"string\"\n        },\n        \"selfie\": \"string\",\n        \"status\": \"unverified\"\n      },\n      \"type\": \"document\",\n      \"verification_flow\": \"string\",\n      \"verification_session\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List VerificationReports"}},"/v1/identity/verification_reports/{report}":{"get":{"description":"Retrieve a VerificationReport","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"report","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identity.verification_report"}}},"description":"{\n  \"client_reference_id\": \"string\",\n  \"created\": 0,\n  \"document\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"error\": {\n      \"code\": \"document_expired\",\n      \"reason\": \"string\"\n    },\n    \"expiration_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"files\": [\n      \"string\"\n    ],\n    \"first_name\": \"string\",\n    \"issued_date\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"issuing_country\": \"string\",\n    \"last_name\": \"string\",\n    \"number\": \"string\",\n    \"sex\": \"[redacted]\",\n    \"status\": \"unverified\",\n    \"type\": \"driving_license\",\n    \"unparsed_place_of_birth\": \"string\",\n    \"unparsed_sex\": \"string\"\n  },\n  \"email\": {\n    \"email\": \"string\",\n    \"error\": {\n      \"code\": \"email_unverified_other\",\n      \"reason\": \"string\"\n    },\n    \"status\": \"unverified\"\n  },\n  \"id\": \"string\",\n  \"id_number\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"error\": {\n      \"code\": \"id_number_insufficient_document_data\",\n      \"reason\": \"string\"\n    },\n    \"first_name\": \"string\",\n    \"id_number\": \"string\",\n    \"id_number_type\": \"br_cpf\",\n    \"last_name\": \"string\",\n    \"status\": \"unverified\"\n  },\n  \"livemode\": true,\n  \"object\": \"identity.verification_report\",\n  \"options\": {\n    \"document\": {\n      \"allowed_types\": [\n        \"driving_license\"\n      ],\n      \"require_id_number\": true,\n      \"require_live_capture\": true,\n      \"require_matching_selfie\": true\n    },\n    \"id_number\": {}\n  },\n  \"phone\": {\n    \"error\": {\n      \"code\": \"phone_unverified_other\",\n      \"reason\": \"string\"\n    },\n    \"phone\": \"string\",\n    \"status\": \"unverified\"\n  },\n  \"selfie\": {\n    \"document\": \"string\",\n    \"error\": {\n      \"code\": \"selfie_document_missing_photo\",\n      \"reason\": \"string\"\n    },\n    \"selfie\": \"string\",\n    \"status\": \"unverified\"\n  },\n  \"type\": \"document\",\n  \"verification_flow\": \"string\",\n  \"verification_session\": \"string\"\n}"}},"summary":"Retrieve a VerificationReport"}},"/v1/identity/verification_sessions":{"get":{"description":"List VerificationSessions","parameters":[{"description":"A string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.","in":"query","name":"client_reference_id","schema":{"type":"string"},"style":"form"},{"description":"Only return VerificationSessions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Customer ID","in":"query","name":"related_customer","schema":{"type":"string"},"style":"form"},{"description":"The ID of the Account representing a customer.","in":"query","name":"related_customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return VerificationSessions with this status. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work).","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"client_reference_id\": \"string\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"id\": \"string\",\n      \"last_error\": {\n        \"code\": \"abandoned\",\n        \"reason\": \"string\"\n      },\n      \"last_verification_report\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"identity.verification_session\",\n      \"options\": {\n        \"document\": {\n          \"allowed_types\": [\n            \"driving_license\"\n          ],\n          \"require_id_number\": true,\n          \"require_live_capture\": true,\n          \"require_matching_selfie\": true\n        },\n        \"email\": {\n          \"require_verification\": true\n        },\n        \"id_number\": {},\n        \"matching\": {\n          \"dob\": \"none\",\n          \"name\": \"none\"\n        },\n        \"phone\": {\n          \"require_verification\": true\n        }\n      },\n      \"provided_details\": {\n        \"email\": \"string\",\n        \"phone\": \"string\"\n      },\n      \"redaction\": {\n        \"status\": \"processing\"\n      },\n      \"related_customer\": \"string\",\n      \"related_customer_account\": \"string\",\n      \"related_person\": {\n        \"account\": \"string\",\n        \"person\": \"string\"\n      },\n      \"status\": \"canceled\",\n      \"type\": \"document\",\n      \"url\": \"string\",\n      \"verification_flow\": \"string\",\n      \"verified_outputs\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"email\": \"string\",\n        \"first_name\": \"string\",\n        \"id_number\": \"string\",\n        \"id_number_type\": \"br_cpf\",\n        \"last_name\": \"string\",\n        \"phone\": \"string\",\n        \"sex\": \"[redacted]\",\n        \"unparsed_place_of_birth\": \"string\",\n        \"unparsed_sex\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List VerificationSessions"},"post":{"description":"Create a VerificationSession","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identity.verification_session"}}},"description":"{\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"last_error\": {\n    \"code\": \"abandoned\",\n    \"reason\": \"string\"\n  },\n  \"last_verification_report\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"identity.verification_session\",\n  \"options\": {\n    \"document\": {\n      \"allowed_types\": [\n        \"driving_license\"\n      ],\n      \"require_id_number\": true,\n      \"require_live_capture\": true,\n      \"require_matching_selfie\": true\n    },\n    \"email\": {\n      \"require_verification\": true\n    },\n    \"id_number\": {},\n    \"matching\": {\n      \"dob\": \"none\",\n      \"name\": \"none\"\n    },\n    \"phone\": {\n      \"require_verification\": true\n    }\n  },\n  \"provided_details\": {\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"redaction\": {\n    \"status\": \"processing\"\n  },\n  \"related_customer\": \"string\",\n  \"related_customer_account\": \"string\",\n  \"related_person\": {\n    \"account\": \"string\",\n    \"person\": \"string\"\n  },\n  \"status\": \"canceled\",\n  \"type\": \"document\",\n  \"url\": \"string\",\n  \"verification_flow\": \"string\",\n  \"verified_outputs\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"id_number\": \"string\",\n    \"id_number_type\": \"br_cpf\",\n    \"last_name\": \"string\",\n    \"phone\": \"string\",\n    \"sex\": \"[redacted]\",\n    \"unparsed_place_of_birth\": \"string\",\n    \"unparsed_sex\": \"string\"\n  }\n}"}},"summary":"Create a VerificationSession"}},"/v1/identity/verification_sessions/{session}":{"get":{"description":"Retrieve a VerificationSession","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identity.verification_session"}}},"description":"{\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"last_error\": {\n    \"code\": \"abandoned\",\n    \"reason\": \"string\"\n  },\n  \"last_verification_report\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"identity.verification_session\",\n  \"options\": {\n    \"document\": {\n      \"allowed_types\": [\n        \"driving_license\"\n      ],\n      \"require_id_number\": true,\n      \"require_live_capture\": true,\n      \"require_matching_selfie\": true\n    },\n    \"email\": {\n      \"require_verification\": true\n    },\n    \"id_number\": {},\n    \"matching\": {\n      \"dob\": \"none\",\n      \"name\": \"none\"\n    },\n    \"phone\": {\n      \"require_verification\": true\n    }\n  },\n  \"provided_details\": {\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"redaction\": {\n    \"status\": \"processing\"\n  },\n  \"related_customer\": \"string\",\n  \"related_customer_account\": \"string\",\n  \"related_person\": {\n    \"account\": \"string\",\n    \"person\": \"string\"\n  },\n  \"status\": \"canceled\",\n  \"type\": \"document\",\n  \"url\": \"string\",\n  \"verification_flow\": \"string\",\n  \"verified_outputs\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"id_number\": \"string\",\n    \"id_number_type\": \"br_cpf\",\n    \"last_name\": \"string\",\n    \"phone\": \"string\",\n    \"sex\": \"[redacted]\",\n    \"unparsed_place_of_birth\": \"string\",\n    \"unparsed_sex\": \"string\"\n  }\n}"}},"summary":"Retrieve a VerificationSession"},"post":{"description":"Update a VerificationSession","parameters":[{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identity.verification_session"}}},"description":"{\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"last_error\": {\n    \"code\": \"abandoned\",\n    \"reason\": \"string\"\n  },\n  \"last_verification_report\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"identity.verification_session\",\n  \"options\": {\n    \"document\": {\n      \"allowed_types\": [\n        \"driving_license\"\n      ],\n      \"require_id_number\": true,\n      \"require_live_capture\": true,\n      \"require_matching_selfie\": true\n    },\n    \"email\": {\n      \"require_verification\": true\n    },\n    \"id_number\": {},\n    \"matching\": {\n      \"dob\": \"none\",\n      \"name\": \"none\"\n    },\n    \"phone\": {\n      \"require_verification\": true\n    }\n  },\n  \"provided_details\": {\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"redaction\": {\n    \"status\": \"processing\"\n  },\n  \"related_customer\": \"string\",\n  \"related_customer_account\": \"string\",\n  \"related_person\": {\n    \"account\": \"string\",\n    \"person\": \"string\"\n  },\n  \"status\": \"canceled\",\n  \"type\": \"document\",\n  \"url\": \"string\",\n  \"verification_flow\": \"string\",\n  \"verified_outputs\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"id_number\": \"string\",\n    \"id_number_type\": \"br_cpf\",\n    \"last_name\": \"string\",\n    \"phone\": \"string\",\n    \"sex\": \"[redacted]\",\n    \"unparsed_place_of_birth\": \"string\",\n    \"unparsed_sex\": \"string\"\n  }\n}"}},"summary":"Update a VerificationSession"}},"/v1/identity/verification_sessions/{session}/cancel":{"post":{"description":"Cancel a VerificationSession","parameters":[{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identity.verification_session"}}},"description":"{\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"last_error\": {\n    \"code\": \"abandoned\",\n    \"reason\": \"string\"\n  },\n  \"last_verification_report\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"identity.verification_session\",\n  \"options\": {\n    \"document\": {\n      \"allowed_types\": [\n        \"driving_license\"\n      ],\n      \"require_id_number\": true,\n      \"require_live_capture\": true,\n      \"require_matching_selfie\": true\n    },\n    \"email\": {\n      \"require_verification\": true\n    },\n    \"id_number\": {},\n    \"matching\": {\n      \"dob\": \"none\",\n      \"name\": \"none\"\n    },\n    \"phone\": {\n      \"require_verification\": true\n    }\n  },\n  \"provided_details\": {\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"redaction\": {\n    \"status\": \"processing\"\n  },\n  \"related_customer\": \"string\",\n  \"related_customer_account\": \"string\",\n  \"related_person\": {\n    \"account\": \"string\",\n    \"person\": \"string\"\n  },\n  \"status\": \"canceled\",\n  \"type\": \"document\",\n  \"url\": \"string\",\n  \"verification_flow\": \"string\",\n  \"verified_outputs\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"id_number\": \"string\",\n    \"id_number_type\": \"br_cpf\",\n    \"last_name\": \"string\",\n    \"phone\": \"string\",\n    \"sex\": \"[redacted]\",\n    \"unparsed_place_of_birth\": \"string\",\n    \"unparsed_sex\": \"string\"\n  }\n}"}},"summary":"Cancel a VerificationSession"}},"/v1/identity/verification_sessions/{session}/redact":{"post":{"description":"Redact a VerificationSession","parameters":[{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identity.verification_session"}}},"description":"{\n  \"client_reference_id\": \"string\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"last_error\": {\n    \"code\": \"abandoned\",\n    \"reason\": \"string\"\n  },\n  \"last_verification_report\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"identity.verification_session\",\n  \"options\": {\n    \"document\": {\n      \"allowed_types\": [\n        \"driving_license\"\n      ],\n      \"require_id_number\": true,\n      \"require_live_capture\": true,\n      \"require_matching_selfie\": true\n    },\n    \"email\": {\n      \"require_verification\": true\n    },\n    \"id_number\": {},\n    \"matching\": {\n      \"dob\": \"none\",\n      \"name\": \"none\"\n    },\n    \"phone\": {\n      \"require_verification\": true\n    }\n  },\n  \"provided_details\": {\n    \"email\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"redaction\": {\n    \"status\": \"processing\"\n  },\n  \"related_customer\": \"string\",\n  \"related_customer_account\": \"string\",\n  \"related_person\": {\n    \"account\": \"string\",\n    \"person\": \"string\"\n  },\n  \"status\": \"canceled\",\n  \"type\": \"document\",\n  \"url\": \"string\",\n  \"verification_flow\": \"string\",\n  \"verified_outputs\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"email\": \"string\",\n    \"first_name\": \"string\",\n    \"id_number\": \"string\",\n    \"id_number_type\": \"br_cpf\",\n    \"last_name\": \"string\",\n    \"phone\": \"string\",\n    \"sex\": \"[redacted]\",\n    \"unparsed_place_of_birth\": \"string\",\n    \"unparsed_sex\": \"string\"\n  }\n}"}},"summary":"Redact a VerificationSession"}},"/v1/invoice_payments":{"get":{"description":"List all payments for an invoice","parameters":[{"description":"Only return invoice payments that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The identifier of the invoice whose payments to return.","in":"query","name":"invoice","schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The payment details of the invoice payments to return.","in":"query","name":"payment","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"The status of the invoice payments to return.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_paid\": 0,\n      \"amount_requested\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"is_default\": true,\n      \"livemode\": true,\n      \"object\": \"invoice_payment\",\n      \"payment\": {\n        \"charge\": \"string\",\n        \"payment_intent\": \"string\",\n        \"payment_record\": \"string\",\n        \"type\": \"charge\"\n      },\n      \"status\": \"string\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"paid_at\": 0\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all payments for an invoice"}},"/v1/invoice_payments/{invoice_payment}":{"get":{"description":"Retrieve an InvoicePayment","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"invoice_payment","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice_payment"}}},"description":"{\n  \"amount_paid\": 0,\n  \"amount_requested\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"object\": \"invoice_payment\",\n  \"payment\": {\n    \"charge\": \"string\",\n    \"payment_intent\": \"string\",\n    \"payment_record\": \"string\",\n    \"type\": \"charge\"\n  },\n  \"status\": \"string\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"paid_at\": 0\n  }\n}"}},"summary":"Retrieve an InvoicePayment"}},"/v1/invoice_rendering_templates":{"get":{"description":"List all invoice rendering templates","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"nickname\": \"string\",\n      \"object\": \"invoice_rendering_template\",\n      \"status\": \"active\",\n      \"version\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all invoice rendering templates"}},"/v1/invoice_rendering_templates/{template}":{"get":{"description":"Retrieve an invoice rendering template","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"template","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"query","name":"version","schema":{"type":"integer"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice_rendering_template"}}},"description":"{\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"invoice_rendering_template\",\n  \"status\": \"active\",\n  \"version\": 0\n}"}},"summary":"Retrieve an invoice rendering template"}},"/v1/invoice_rendering_templates/{template}/archive":{"post":{"description":"Archive an invoice rendering template","parameters":[{"in":"path","name":"template","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice_rendering_template"}}},"description":"{\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"invoice_rendering_template\",\n  \"status\": \"active\",\n  \"version\": 0\n}"}},"summary":"Archive an invoice rendering template"}},"/v1/invoice_rendering_templates/{template}/unarchive":{"post":{"description":"Unarchive an invoice rendering template","parameters":[{"in":"path","name":"template","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice_rendering_template"}}},"description":"{\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"invoice_rendering_template\",\n  \"status\": \"active\",\n  \"version\": 0\n}"}},"summary":"Unarchive an invoice rendering template"}},"/v1/invoiceitems":{"get":{"description":"List all invoice items","parameters":[{"description":"Only return invoice items that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"The identifier of the customer whose invoice items to return. If none is provided, returns all invoice items.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"The identifier of the account representing the customer whose invoice items to return. If none is provided, returns all invoice items.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Only return invoice items belonging to this invoice. If none is provided, all invoice items will be returned. If specifying an invoice, no customer identifier is needed.","in":"query","name":"invoice","schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Set to `true` to only show pending invoice items, which are not yet attached to any invoices. Set to `false` to only show invoice items already attached to invoices. If unspecified, no filter is applied.","in":"query","name":"pending","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"date\": 0,\n      \"description\": \"string\",\n      \"discountable\": true,\n      \"discounts\": [\n        \"string\"\n      ],\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"net_amount\": 0,\n      \"object\": \"invoiceitem\",\n      \"parent\": {\n        \"subscription_details\": {\n          \"subscription\": \"string\",\n          \"subscription_item\": \"string\"\n        },\n        \"type\": \"subscription_details\"\n      },\n      \"period\": {\n        \"end\": 0,\n        \"start\": 0\n      },\n      \"pricing\": {\n        \"price_details\": {\n          \"price\": \"string\",\n          \"product\": \"string\"\n        },\n        \"type\": \"price_details\",\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"proration\": true,\n      \"proration_details\": {\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ]\n      },\n      \"quantity\": 0,\n      \"tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"test_clock\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all invoice items"},"post":{"description":"Create an invoice item","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoiceitem"}}},"description":"{\n  \"amount\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"date\": 0,\n  \"description\": \"string\",\n  \"discountable\": true,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_amount\": 0,\n  \"object\": \"invoiceitem\",\n  \"parent\": {\n    \"subscription_details\": {\n      \"subscription\": \"string\",\n      \"subscription_item\": \"string\"\n    },\n    \"type\": \"subscription_details\"\n  },\n  \"period\": {\n    \"end\": 0,\n    \"start\": 0\n  },\n  \"pricing\": {\n    \"price_details\": {\n      \"price\": \"string\",\n      \"product\": \"string\"\n    },\n    \"type\": \"price_details\",\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"proration\": true,\n  \"proration_details\": {\n    \"discount_amounts\": [\n      {\n        \"amount\": 0,\n        \"discount\": \"string\"\n      }\n    ]\n  },\n  \"quantity\": 0,\n  \"tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"test_clock\": \"string\"\n}"}},"summary":"Create an invoice item"}},"/v1/invoiceitems/{invoiceitem}":{"delete":{"description":"Delete an invoice item","parameters":[{"in":"path","name":"invoiceitem","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_invoiceitem"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"invoiceitem\"\n}"}},"summary":"Delete an invoice item"},"get":{"description":"Retrieve an invoice item","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"invoiceitem","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoiceitem"}}},"description":"{\n  \"amount\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"date\": 0,\n  \"description\": \"string\",\n  \"discountable\": true,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_amount\": 0,\n  \"object\": \"invoiceitem\",\n  \"parent\": {\n    \"subscription_details\": {\n      \"subscription\": \"string\",\n      \"subscription_item\": \"string\"\n    },\n    \"type\": \"subscription_details\"\n  },\n  \"period\": {\n    \"end\": 0,\n    \"start\": 0\n  },\n  \"pricing\": {\n    \"price_details\": {\n      \"price\": \"string\",\n      \"product\": \"string\"\n    },\n    \"type\": \"price_details\",\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"proration\": true,\n  \"proration_details\": {\n    \"discount_amounts\": [\n      {\n        \"amount\": 0,\n        \"discount\": \"string\"\n      }\n    ]\n  },\n  \"quantity\": 0,\n  \"tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"test_clock\": \"string\"\n}"}},"summary":"Retrieve an invoice item"},"post":{"description":"Update an invoice item","parameters":[{"in":"path","name":"invoiceitem","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoiceitem"}}},"description":"{\n  \"amount\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"date\": 0,\n  \"description\": \"string\",\n  \"discountable\": true,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_amount\": 0,\n  \"object\": \"invoiceitem\",\n  \"parent\": {\n    \"subscription_details\": {\n      \"subscription\": \"string\",\n      \"subscription_item\": \"string\"\n    },\n    \"type\": \"subscription_details\"\n  },\n  \"period\": {\n    \"end\": 0,\n    \"start\": 0\n  },\n  \"pricing\": {\n    \"price_details\": {\n      \"price\": \"string\",\n      \"product\": \"string\"\n    },\n    \"type\": \"price_details\",\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"proration\": true,\n  \"proration_details\": {\n    \"discount_amounts\": [\n      {\n        \"amount\": 0,\n        \"discount\": \"string\"\n      }\n    ]\n  },\n  \"quantity\": 0,\n  \"tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"test_clock\": \"string\"\n}"}},"summary":"Update an invoice item"}},"/v1/invoices":{"get":{"description":"List all invoices","parameters":[{"description":"The collection method of the invoice to retrieve. Either `charge_automatically` or `send_invoice`.","in":"query","name":"collection_method","schema":{"type":"string"},"style":"form"},{"description":"Only return invoices that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return invoices for the customer specified by this customer ID.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return invoices for the account representing the customer specified by this account ID.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"in":"query","name":"due_date","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://docs.stripe.com/billing/invoices/workflow#workflow-overview)","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Only return invoices for the subscription specified by this subscription ID.","in":"query","name":"subscription","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account_country\": \"string\",\n      \"account_name\": \"string\",\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"amount_due\": 0,\n      \"amount_overpaid\": 0,\n      \"amount_paid\": 0,\n      \"amount_remaining\": 0,\n      \"amount_shipping\": 0,\n      \"application\": \"string\",\n      \"attempt_count\": 0,\n      \"attempted\": true,\n      \"auto_advance\": true,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"finalization_requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"provider\": \"string\",\n        \"status\": \"complete\"\n      },\n      \"automatically_finalizes_at\": 0,\n      \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n      \"collection_method\": \"charge_automatically\",\n      \"confirmation_secret\": {\n        \"client_secret\": \"string\",\n        \"type\": \"string\"\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"customer_email\": \"string\",\n      \"customer_name\": \"string\",\n      \"customer_phone\": \"string\",\n      \"customer_shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"customer_tax_exempt\": \"exempt\",\n      \"customer_tax_ids\": [\n        {\n          \"type\": \"ad_nrt\",\n          \"value\": \"string\"\n        }\n      ],\n      \"default_payment_method\": \"string\",\n      \"default_source\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        \"string\"\n      ],\n      \"due_date\": 0,\n      \"effective_at\": 0,\n      \"ending_balance\": 0,\n      \"footer\": \"string\",\n      \"from_invoice\": {\n        \"action\": \"string\",\n        \"invoice\": \"string\"\n      },\n      \"hosted_invoice_url\": \"string\",\n      \"id\": \"string\",\n      \"invoice_pdf\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"last_finalization_error\": {\n        \"advice_code\": \"string\",\n        \"charge\": \"string\",\n        \"code\": \"string\",\n        \"decline_code\": \"string\",\n        \"doc_url\": \"string\",\n        \"message\": \"string\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"param\": \"string\",\n        \"payment_intent\": {\n          \"amount\": 0,\n          \"amount_capturable\": 0,\n          \"amount_details\": {\n            \"discount_amount\": 0,\n            \"error\": {\n              \"code\": \"amount_details_amount_mismatch\",\n              \"message\": \"string\"\n            },\n            \"line_items\": {\n              \"data\": [\n                {\n                  \"discount_amount\": 0,\n                  \"id\": \"string\",\n                  \"object\": \"payment_intent_amount_details_line_item\",\n                  \"payment_method_options\": {\n                    \"card\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"card_present\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"klarna\": {\n                      \"image_url\": \"string\",\n                      \"product_url\": \"string\",\n                      \"reference\": \"string\",\n                      \"subscription_reference\": \"string\"\n                    },\n                    \"paypal\": {\n                      \"category\": \"digital_goods\",\n                      \"description\": \"string\",\n                      \"sold_by\": \"string\"\n                    }\n                  },\n                  \"product_code\": \"string\",\n                  \"product_name\": \"string\",\n                  \"quantity\": 0,\n                  \"tax\": {\n                    \"total_tax_amount\": 0\n                  },\n                  \"unit_cost\": 0,\n                  \"unit_of_measure\": \"string\"\n                }\n              ],\n              \"has_more\": true,\n              \"object\": \"list\",\n              \"url\": \"string\"\n            },\n            \"shipping\": {\n              \"amount\": 0,\n              \"from_postal_code\": \"string\",\n              \"to_postal_code\": \"string\"\n            },\n            \"tax\": {\n              \"total_tax_amount\": 0\n            },\n            \"tip\": {\n              \"amount\": 0\n            }\n          },\n          \"amount_received\": 0,\n          \"application\": \"string\",\n          \"application_fee_amount\": 0,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"canceled_at\": 0,\n          \"cancellation_reason\": \"abandoned\",\n          \"capture_method\": \"automatic\",\n          \"client_secret\": \"string\",\n          \"confirmation_method\": \"automatic\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"hooks\": {\n            \"inputs\": {\n              \"tax\": {\n                \"calculation\": \"string\"\n              }\n            }\n          },\n          \"id\": \"string\",\n          \"last_payment_error\": {},\n          \"latest_charge\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"next_action\": {\n            \"alipay_handle_redirect\": {\n              \"native_data\": \"string\",\n              \"native_url\": \"string\",\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"boleto_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\",\n              \"pdf\": \"string\"\n            },\n            \"card_await_notification\": {\n              \"charge_attempt_at\": 0,\n              \"customer_approval_required\": true\n            },\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"display_bank_transfer_instructions\": {\n              \"amount_remaining\": 0,\n              \"currency\": \"string\",\n              \"financial_addresses\": [\n                {\n                  \"aba\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"routing_number\": \"string\"\n                  },\n                  \"iban\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bic\": \"string\",\n                    \"country\": \"string\",\n                    \"iban\": \"string\"\n                  },\n                  \"sort_code\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"sort_code\": \"string\"\n                  },\n                  \"spei\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"clabe\": \"string\"\n                  },\n                  \"supported_networks\": [\n                    \"ach\"\n                  ],\n                  \"swift\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"swift_code\": \"string\"\n                  },\n                  \"type\": \"aba\",\n                  \"zengin\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"branch_code\": \"string\",\n                    \"branch_name\": \"string\"\n                  }\n                }\n              ],\n              \"hosted_instructions_url\": \"string\",\n              \"reference\": \"string\",\n              \"type\": \"eu_bank_transfer\"\n            },\n            \"konbini_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"stores\": {\n                \"familymart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"lawson\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"ministop\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"seicomart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                }\n              }\n            },\n            \"multibanco_display_details\": {\n              \"entity\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"reference\": \"string\"\n            },\n            \"oxxo_display_details\": {\n              \"expires_after\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\"\n            },\n            \"paynow_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"pix_display_qr_code\": {\n              \"data\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"promptpay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"swish_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"qr_code\": {\n                \"data\": \"string\",\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            },\n            \"wechat_pay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_data_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"wechat_pay_redirect_to_android_app\": {\n              \"app_id\": \"string\",\n              \"nonce_str\": \"string\",\n              \"package\": \"string\",\n              \"partner_id\": \"string\",\n              \"prepay_id\": \"string\",\n              \"sign\": \"string\",\n              \"timestamp\": \"string\"\n            },\n            \"wechat_pay_redirect_to_ios_app\": {\n              \"native_url\": \"string\"\n            }\n          },\n          \"object\": \"payment_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_details\": {\n            \"customer_reference\": \"string\",\n            \"order_reference\": \"string\"\n          },\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"affirm\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"afterpay_clearpay\": {\n              \"capture_method\": \"manual\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"alipay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"alma\": {\n              \"capture_method\": \"manual\"\n            },\n            \"amazon_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"au_becs_debit\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"billie\": {\n              \"capture_method\": \"manual\"\n            },\n            \"blik\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"boleto\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"card\": {\n              \"capture_method\": \"manual\",\n              \"installments\": {\n                \"available_plans\": [\n                  {\n                    \"count\": 0,\n                    \"interval\": \"month\",\n                    \"type\": \"bonus\"\n                  }\n                ],\n                \"enabled\": true,\n                \"plan\": {\n                  \"count\": 0,\n                  \"interval\": \"month\",\n                  \"type\": \"bonus\"\n                }\n              },\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_extended_authorization\": \"if_available\",\n              \"request_incremental_authorization\": \"if_available\",\n              \"request_multicapture\": \"if_available\",\n              \"request_overcapture\": \"if_available\",\n              \"request_three_d_secure\": \"any\",\n              \"require_cvc_recollection\": true,\n              \"setup_future_usage\": \"none\",\n              \"statement_descriptor_suffix_kana\": \"string\",\n              \"statement_descriptor_suffix_kanji\": \"string\"\n            },\n            \"card_present\": {\n              \"capture_method\": \"manual\",\n              \"request_extended_authorization\": true,\n              \"request_incremental_authorization_support\": true,\n              \"routing\": {\n                \"requested_priority\": \"domestic\"\n              }\n            },\n            \"cashapp\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"crypto\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"requested_address_types\": [\n                  \"aba\"\n                ],\n                \"type\": \"eu_bank_transfer\"\n              },\n              \"funding_type\": \"bank_transfer\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"eps\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"fpx\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"giropay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"grabpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"ideal\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"interac_present\": {},\n            \"kakao_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"klarna\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"konbini\": {\n              \"confirmation_number\": \"string\",\n              \"expires_after_days\": 0,\n              \"expires_at\": 0,\n              \"product_description\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"kr_card\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"link\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"mb_way\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"mobilepay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"multibanco\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"naver_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"nz_bank_account\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"oxxo\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"p24\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"pay_by_bank\": {},\n            \"payco\": {\n              \"capture_method\": \"manual\"\n            },\n            \"paynow\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"paypal\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\"\n              },\n              \"setup_future_usage\": \"none\"\n            },\n            \"pix\": {\n              \"amount_includes_iof\": \"always\",\n              \"expires_after_seconds\": 0,\n              \"expires_at\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"promptpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"revolut_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"samsung_pay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"satispay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"sofort\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"swish\": {\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"twint\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"wechat_pay\": {\n              \"app_id\": \"string\",\n              \"client\": \"android\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"zip\": {\n              \"setup_future_usage\": \"none\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"presentment_details\": {\n            \"presentment_amount\": 0,\n            \"presentment_currency\": \"string\"\n          },\n          \"processing\": {\n            \"card\": {\n              \"customer_notification\": {\n                \"approval_requested\": true,\n                \"completes_at\": 0\n              }\n            },\n            \"type\": \"card\"\n          },\n          \"receipt_email\": \"string\",\n          \"review\": \"string\",\n          \"setup_future_usage\": \"off_session\",\n          \"shipping\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"carrier\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tracking_number\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"statement_descriptor_suffix\": \"string\",\n          \"status\": \"canceled\",\n          \"transfer_data\": {\n            \"amount\": 0,\n            \"destination\": \"string\"\n          },\n          \"transfer_group\": \"string\"\n        },\n        \"payment_method\": {\n          \"acss_debit\": {\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"institution_number\": \"string\",\n            \"last4\": \"string\",\n            \"transit_number\": \"string\"\n          },\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"allow_redisplay\": \"always\",\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_becs_debit\": {\n            \"bsb_number\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\"\n          },\n          \"bacs_debit\": {\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"bancontact\": {},\n          \"billie\": {},\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tax_id\": \"string\"\n          },\n          \"blik\": {},\n          \"boleto\": {\n            \"tax_id\": \"string\"\n          },\n          \"card\": {\n            \"brand\": \"string\",\n            \"checks\": {\n              \"address_line1_check\": \"string\",\n              \"address_postal_code_check\": \"string\",\n              \"cvc_check\": \"string\"\n            },\n            \"country\": \"string\",\n            \"display_brand\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"payment_method_details\": {\n                \"card_present\": {\n                  \"amount_authorized\": 0,\n                  \"brand\": \"string\",\n                  \"brand_product\": \"string\",\n                  \"capture_before\": 0,\n                  \"cardholder_name\": \"string\",\n                  \"country\": \"string\",\n                  \"description\": \"string\",\n                  \"emv_auth_data\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"fingerprint\": \"string\",\n                  \"funding\": \"string\",\n                  \"generated_card\": \"string\",\n                  \"incremental_authorization_supported\": true,\n                  \"issuer\": \"string\",\n                  \"last4\": \"string\",\n                  \"network\": \"string\",\n                  \"network_transaction_id\": \"string\",\n                  \"offline\": {\n                    \"stored_at\": 0,\n                    \"type\": \"deferred\"\n                  },\n                  \"overcapture_supported\": true,\n                  \"preferred_locales\": [\n                    \"string\"\n                  ],\n                  \"read_method\": \"contact_emv\",\n                  \"receipt\": {\n                    \"account_type\": \"checking\",\n                    \"application_cryptogram\": \"string\",\n                    \"application_preferred_name\": \"string\",\n                    \"authorization_code\": \"string\",\n                    \"authorization_response_code\": \"string\",\n                    \"cardholder_verification_method\": \"string\",\n                    \"dedicated_file_name\": \"string\",\n                    \"terminal_verification_results\": \"string\",\n                    \"transaction_status_information\": \"string\"\n                  },\n                  \"wallet\": {\n                    \"type\": \"apple_pay\"\n                  }\n                },\n                \"type\": \"string\"\n              },\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"regulated_status\": \"regulated\",\n            \"three_d_secure_usage\": {\n              \"supported\": true\n            },\n            \"wallet\": {\n              \"amex_express_checkout\": {},\n              \"apple_pay\": {},\n              \"dynamic_last4\": \"string\",\n              \"google_pay\": {},\n              \"link\": {},\n              \"masterpass\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"samsung_pay\": {},\n              \"type\": \"amex_express_checkout\",\n              \"visa_checkout\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            }\n          },\n          \"card_present\": {\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"cashapp\": {\n            \"buyer_id\": \"string\",\n            \"cashtag\": \"string\"\n          },\n          \"created\": 0,\n          \"crypto\": {},\n          \"custom\": {\n            \"display_name\": \"string\",\n            \"logo\": {\n              \"content_type\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\"\n          },\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"customer_balance\": {},\n          \"eps\": {\n            \"bank\": \"arzte_und_apotheker_bank\"\n          },\n          \"fpx\": {\n            \"bank\": \"affin_bank\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"id\": \"string\",\n          \"ideal\": {\n            \"bank\": \"abn_amro\",\n            \"bic\": \"ABNANL2A\"\n          },\n          \"interac_present\": {\n            \"brand\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\"\n          },\n          \"kakao_pay\": {},\n          \"klarna\": {\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            }\n          },\n          \"konbini\": {},\n          \"kr_card\": {\n            \"brand\": \"bc\",\n            \"last4\": \"string\"\n          },\n          \"link\": {\n            \"email\": \"string\"\n          },\n          \"livemode\": true,\n          \"mb_way\": {},\n          \"metadata\": {},\n          \"mobilepay\": {},\n          \"multibanco\": {},\n          \"naver_pay\": {\n            \"buyer_id\": \"string\",\n            \"funding\": \"card\"\n          },\n          \"nz_bank_account\": {\n            \"account_holder_name\": \"string\",\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"last4\": \"string\",\n            \"suffix\": \"string\"\n          },\n          \"object\": \"payment_method\",\n          \"oxxo\": {},\n          \"p24\": {\n            \"bank\": \"alior_bank\"\n          },\n          \"pay_by_bank\": {},\n          \"payco\": {},\n          \"paynow\": {},\n          \"paypal\": {\n            \"country\": \"string\",\n            \"payer_email\": \"string\",\n            \"payer_id\": \"string\"\n          },\n          \"payto\": {\n            \"bsb_number\": \"string\",\n            \"last4\": \"string\",\n            \"pay_id\": \"string\"\n          },\n          \"pix\": {},\n          \"promptpay\": {},\n          \"radar_options\": {\n            \"session\": \"string\"\n          },\n          \"revolut_pay\": {},\n          \"samsung_pay\": {},\n          \"satispay\": {},\n          \"sepa_debit\": {\n            \"bank_code\": \"string\",\n            \"branch_code\": \"string\",\n            \"country\": \"string\",\n            \"fingerprint\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\"\n          },\n          \"sofort\": {\n            \"country\": \"string\"\n          },\n          \"swish\": {},\n          \"twint\": {},\n          \"type\": \"acss_debit\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"financial_connections_account\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"preferred\": \"string\",\n              \"supported\": [\n                \"ach\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status_details\": {\n              \"blocked\": {\n                \"network_code\": \"R02\",\n                \"reason\": \"bank_account_closed\"\n              }\n            }\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"payment_method_type\": \"string\",\n        \"request_log_url\": \"string\",\n        \"setup_intent\": {\n          \"application\": \"string\",\n          \"attach_to_self\": true,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"cancellation_reason\": \"abandoned\",\n          \"client_secret\": \"string\",\n          \"created\": 0,\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"flow_directions\": [\n            \"inbound\"\n          ],\n          \"id\": \"string\",\n          \"last_setup_error\": {},\n          \"latest_attempt\": \"string\",\n          \"livemode\": true,\n          \"mandate\": \"string\",\n          \"metadata\": {},\n          \"next_action\": {\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            }\n          },\n          \"object\": \"setup_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"currency\": \"cad\",\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"default_for\": [\n                  \"invoice\"\n                ],\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"amazon_pay\": {},\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"card_present\": {},\n            \"klarna\": {\n              \"currency\": \"string\",\n              \"preferred_locale\": \"string\"\n            },\n            \"link\": {},\n            \"paypal\": {\n              \"billing_agreement_id\": \"string\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\",\n                \"start_date\": \"string\"\n              }\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"single_use_mandate\": \"string\",\n          \"status\": \"canceled\",\n          \"usage\": \"string\"\n        },\n        \"source\": {\n          \"account\": \"string\",\n          \"account_holder_name\": \"string\",\n          \"account_holder_type\": \"string\",\n          \"account_type\": \"string\",\n          \"available_payout_methods\": [\n            \"instant\"\n          ],\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"default_for_currency\": true,\n          \"fingerprint\": \"string\",\n          \"future_requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"id\": \"string\",\n          \"last4\": \"string\",\n          \"metadata\": {},\n          \"object\": \"bank_account\",\n          \"requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status\": \"string\"\n        },\n        \"type\": \"api_error\"\n      },\n      \"latest_revision\": \"string\",\n      \"lines\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discount_amounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": \"string\"\n              }\n            ],\n            \"discountable\": true,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"line_item\",\n            \"parent\": {\n              \"invoice_item_details\": {\n                \"invoice_item\": \"string\",\n                \"proration\": true,\n                \"proration_details\": {\n                  \"credited_items\": {\n                    \"invoice\": \"string\",\n                    \"invoice_line_items\": [\n                      \"string\"\n                    ]\n                  }\n                },\n                \"subscription\": \"string\"\n              },\n              \"subscription_item_details\": {\n                \"invoice_item\": \"string\",\n                \"proration\": true,\n                \"proration_details\": {\n                  \"credited_items\": {\n                    \"invoice\": \"string\",\n                    \"invoice_line_items\": [\n                      \"string\"\n                    ]\n                  }\n                },\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              },\n              \"type\": \"invoice_item_details\"\n            },\n            \"period\": {\n              \"end\": 0,\n              \"start\": 0\n            },\n            \"pretax_credit_amounts\": [\n              {\n                \"amount\": 0,\n                \"credit_balance_transaction\": \"string\",\n                \"discount\": \"string\",\n                \"type\": \"credit_balance_transaction\"\n              }\n            ],\n            \"pricing\": {\n              \"price_details\": {\n                \"price\": \"string\",\n                \"product\": \"string\"\n              },\n              \"type\": \"price_details\",\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"subtotal\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"tax_behavior\": \"exclusive\",\n                \"tax_rate_details\": {\n                  \"tax_rate\": \"string\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0,\n                \"type\": \"tax_rate_details\"\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_payment_attempt\": 0,\n      \"number\": \"string\",\n      \"object\": \"invoice\",\n      \"on_behalf_of\": \"string\",\n      \"parent\": {\n        \"quote_details\": {\n          \"quote\": \"string\"\n        },\n        \"subscription_details\": {\n          \"metadata\": {},\n          \"subscription\": \"string\",\n          \"subscription_proration_date\": 0\n        },\n        \"type\": \"quote_details\"\n      },\n      \"payment_settings\": {\n        \"default_mandate\": \"string\",\n        \"payment_method_options\": {\n          \"acss_debit\": {\n            \"mandate_options\": {\n              \"transaction_type\": \"business\"\n            },\n            \"verification_method\": \"automatic\"\n          },\n          \"bancontact\": {\n            \"preferred_language\": \"de\"\n          },\n          \"card\": {\n            \"installments\": {\n              \"enabled\": true\n            },\n            \"request_three_d_secure\": \"any\"\n          },\n          \"customer_balance\": {\n            \"bank_transfer\": {\n              \"eu_bank_transfer\": {\n                \"country\": \"BE\"\n              },\n              \"type\": \"string\"\n            },\n            \"funding_type\": \"bank_transfer\"\n          },\n          \"konbini\": {},\n          \"payto\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"purpose\": \"dependant_support\"\n            }\n          },\n          \"sepa_debit\": {},\n          \"us_bank_account\": {\n            \"financial_connections\": {\n              \"filters\": {\n                \"account_subcategories\": [\n                  \"checking\"\n                ]\n              },\n              \"permissions\": [\n                \"balances\"\n              ],\n              \"prefetch\": [\n                \"balances\"\n              ]\n            },\n            \"verification_method\": \"automatic\"\n          }\n        },\n        \"payment_method_types\": [\n          \"ach_credit_transfer\"\n        ]\n      },\n      \"payments\": {\n        \"data\": [\n          {\n            \"amount_paid\": 0,\n            \"amount_requested\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"is_default\": true,\n            \"livemode\": true,\n            \"object\": \"invoice_payment\",\n            \"payment\": {\n              \"charge\": \"string\",\n              \"payment_intent\": \"string\",\n              \"payment_record\": \"string\",\n              \"type\": \"charge\"\n            },\n            \"status\": \"string\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"paid_at\": 0\n            }\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"period_end\": 0,\n      \"period_start\": 0,\n      \"post_payment_credit_notes_amount\": 0,\n      \"pre_payment_credit_notes_amount\": 0,\n      \"receipt_number\": \"string\",\n      \"rendering\": {\n        \"amount_tax_display\": \"string\",\n        \"pdf\": {\n          \"page_size\": \"a4\"\n        },\n        \"template\": \"string\",\n        \"template_version\": 0\n      },\n      \"shipping_cost\": {\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"shipping_rate\": \"string\",\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      },\n      \"shipping_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"starting_balance\": 0,\n      \"statement_descriptor\": \"string\",\n      \"status\": \"draft\",\n      \"status_transitions\": {\n        \"finalized_at\": 0,\n        \"marked_uncollectible_at\": 0,\n        \"paid_at\": 0,\n        \"voided_at\": 0\n      },\n      \"subtotal\": 0,\n      \"subtotal_excluding_tax\": 0,\n      \"test_clock\": \"string\",\n      \"threshold_reason\": {\n        \"amount_gte\": 0,\n        \"item_reasons\": [\n          {\n            \"line_item_ids\": [\n              \"string\"\n            ],\n            \"usage_gte\": 0\n          }\n        ]\n      },\n      \"total\": 0,\n      \"total_discount_amounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": \"string\"\n        }\n      ],\n      \"total_excluding_tax\": 0,\n      \"total_pretax_credit_amounts\": [\n        {\n          \"amount\": 0,\n          \"credit_balance_transaction\": \"string\",\n          \"discount\": \"string\",\n          \"type\": \"credit_balance_transaction\"\n        }\n      ],\n      \"total_taxes\": [\n        {\n          \"amount\": 0,\n          \"tax_behavior\": \"exclusive\",\n          \"tax_rate_details\": {\n            \"tax_rate\": \"string\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0,\n          \"type\": \"tax_rate_details\"\n        }\n      ],\n      \"webhooks_delivered_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all invoices"},"post":{"description":"Create an invoice","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Create an invoice"}},"/v1/invoices/create_preview":{"post":{"description":"Create a preview invoice","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Create a preview invoice"}},"/v1/invoices/search":{"get":{"description":"Search invoices","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for invoices](https://docs.stripe.com/search#query-fields-for-invoices).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account_country\": \"string\",\n      \"account_name\": \"string\",\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"amount_due\": 0,\n      \"amount_overpaid\": 0,\n      \"amount_paid\": 0,\n      \"amount_remaining\": 0,\n      \"amount_shipping\": 0,\n      \"application\": \"string\",\n      \"attempt_count\": 0,\n      \"attempted\": true,\n      \"auto_advance\": true,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"finalization_requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"provider\": \"string\",\n        \"status\": \"complete\"\n      },\n      \"automatically_finalizes_at\": 0,\n      \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n      \"collection_method\": \"charge_automatically\",\n      \"confirmation_secret\": {\n        \"client_secret\": \"string\",\n        \"type\": \"string\"\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"customer_email\": \"string\",\n      \"customer_name\": \"string\",\n      \"customer_phone\": \"string\",\n      \"customer_shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"customer_tax_exempt\": \"exempt\",\n      \"customer_tax_ids\": [\n        {\n          \"type\": \"ad_nrt\",\n          \"value\": \"string\"\n        }\n      ],\n      \"default_payment_method\": \"string\",\n      \"default_source\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        \"string\"\n      ],\n      \"due_date\": 0,\n      \"effective_at\": 0,\n      \"ending_balance\": 0,\n      \"footer\": \"string\",\n      \"from_invoice\": {\n        \"action\": \"string\",\n        \"invoice\": \"string\"\n      },\n      \"hosted_invoice_url\": \"string\",\n      \"id\": \"string\",\n      \"invoice_pdf\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"last_finalization_error\": {\n        \"advice_code\": \"string\",\n        \"charge\": \"string\",\n        \"code\": \"string\",\n        \"decline_code\": \"string\",\n        \"doc_url\": \"string\",\n        \"message\": \"string\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"param\": \"string\",\n        \"payment_intent\": {\n          \"amount\": 0,\n          \"amount_capturable\": 0,\n          \"amount_details\": {\n            \"discount_amount\": 0,\n            \"error\": {\n              \"code\": \"amount_details_amount_mismatch\",\n              \"message\": \"string\"\n            },\n            \"line_items\": {\n              \"data\": [\n                {\n                  \"discount_amount\": 0,\n                  \"id\": \"string\",\n                  \"object\": \"payment_intent_amount_details_line_item\",\n                  \"payment_method_options\": {\n                    \"card\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"card_present\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"klarna\": {\n                      \"image_url\": \"string\",\n                      \"product_url\": \"string\",\n                      \"reference\": \"string\",\n                      \"subscription_reference\": \"string\"\n                    },\n                    \"paypal\": {\n                      \"category\": \"digital_goods\",\n                      \"description\": \"string\",\n                      \"sold_by\": \"string\"\n                    }\n                  },\n                  \"product_code\": \"string\",\n                  \"product_name\": \"string\",\n                  \"quantity\": 0,\n                  \"tax\": {\n                    \"total_tax_amount\": 0\n                  },\n                  \"unit_cost\": 0,\n                  \"unit_of_measure\": \"string\"\n                }\n              ],\n              \"has_more\": true,\n              \"object\": \"list\",\n              \"url\": \"string\"\n            },\n            \"shipping\": {\n              \"amount\": 0,\n              \"from_postal_code\": \"string\",\n              \"to_postal_code\": \"string\"\n            },\n            \"tax\": {\n              \"total_tax_amount\": 0\n            },\n            \"tip\": {\n              \"amount\": 0\n            }\n          },\n          \"amount_received\": 0,\n          \"application\": \"string\",\n          \"application_fee_amount\": 0,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"canceled_at\": 0,\n          \"cancellation_reason\": \"abandoned\",\n          \"capture_method\": \"automatic\",\n          \"client_secret\": \"string\",\n          \"confirmation_method\": \"automatic\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"hooks\": {\n            \"inputs\": {\n              \"tax\": {\n                \"calculation\": \"string\"\n              }\n            }\n          },\n          \"id\": \"string\",\n          \"last_payment_error\": {},\n          \"latest_charge\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"next_action\": {\n            \"alipay_handle_redirect\": {\n              \"native_data\": \"string\",\n              \"native_url\": \"string\",\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"boleto_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\",\n              \"pdf\": \"string\"\n            },\n            \"card_await_notification\": {\n              \"charge_attempt_at\": 0,\n              \"customer_approval_required\": true\n            },\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"display_bank_transfer_instructions\": {\n              \"amount_remaining\": 0,\n              \"currency\": \"string\",\n              \"financial_addresses\": [\n                {\n                  \"aba\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"routing_number\": \"string\"\n                  },\n                  \"iban\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bic\": \"string\",\n                    \"country\": \"string\",\n                    \"iban\": \"string\"\n                  },\n                  \"sort_code\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"sort_code\": \"string\"\n                  },\n                  \"spei\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"clabe\": \"string\"\n                  },\n                  \"supported_networks\": [\n                    \"ach\"\n                  ],\n                  \"swift\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"swift_code\": \"string\"\n                  },\n                  \"type\": \"aba\",\n                  \"zengin\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"branch_code\": \"string\",\n                    \"branch_name\": \"string\"\n                  }\n                }\n              ],\n              \"hosted_instructions_url\": \"string\",\n              \"reference\": \"string\",\n              \"type\": \"eu_bank_transfer\"\n            },\n            \"konbini_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"stores\": {\n                \"familymart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"lawson\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"ministop\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"seicomart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                }\n              }\n            },\n            \"multibanco_display_details\": {\n              \"entity\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"reference\": \"string\"\n            },\n            \"oxxo_display_details\": {\n              \"expires_after\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\"\n            },\n            \"paynow_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"pix_display_qr_code\": {\n              \"data\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"promptpay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"swish_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"qr_code\": {\n                \"data\": \"string\",\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            },\n            \"wechat_pay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_data_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"wechat_pay_redirect_to_android_app\": {\n              \"app_id\": \"string\",\n              \"nonce_str\": \"string\",\n              \"package\": \"string\",\n              \"partner_id\": \"string\",\n              \"prepay_id\": \"string\",\n              \"sign\": \"string\",\n              \"timestamp\": \"string\"\n            },\n            \"wechat_pay_redirect_to_ios_app\": {\n              \"native_url\": \"string\"\n            }\n          },\n          \"object\": \"payment_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_details\": {\n            \"customer_reference\": \"string\",\n            \"order_reference\": \"string\"\n          },\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"affirm\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"afterpay_clearpay\": {\n              \"capture_method\": \"manual\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"alipay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"alma\": {\n              \"capture_method\": \"manual\"\n            },\n            \"amazon_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"au_becs_debit\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"billie\": {\n              \"capture_method\": \"manual\"\n            },\n            \"blik\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"boleto\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"card\": {\n              \"capture_method\": \"manual\",\n              \"installments\": {\n                \"available_plans\": [\n                  {\n                    \"count\": 0,\n                    \"interval\": \"month\",\n                    \"type\": \"bonus\"\n                  }\n                ],\n                \"enabled\": true,\n                \"plan\": {\n                  \"count\": 0,\n                  \"interval\": \"month\",\n                  \"type\": \"bonus\"\n                }\n              },\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_extended_authorization\": \"if_available\",\n              \"request_incremental_authorization\": \"if_available\",\n              \"request_multicapture\": \"if_available\",\n              \"request_overcapture\": \"if_available\",\n              \"request_three_d_secure\": \"any\",\n              \"require_cvc_recollection\": true,\n              \"setup_future_usage\": \"none\",\n              \"statement_descriptor_suffix_kana\": \"string\",\n              \"statement_descriptor_suffix_kanji\": \"string\"\n            },\n            \"card_present\": {\n              \"capture_method\": \"manual\",\n              \"request_extended_authorization\": true,\n              \"request_incremental_authorization_support\": true,\n              \"routing\": {\n                \"requested_priority\": \"domestic\"\n              }\n            },\n            \"cashapp\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"crypto\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"requested_address_types\": [\n                  \"aba\"\n                ],\n                \"type\": \"eu_bank_transfer\"\n              },\n              \"funding_type\": \"bank_transfer\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"eps\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"fpx\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"giropay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"grabpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"ideal\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"interac_present\": {},\n            \"kakao_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"klarna\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"konbini\": {\n              \"confirmation_number\": \"string\",\n              \"expires_after_days\": 0,\n              \"expires_at\": 0,\n              \"product_description\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"kr_card\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"link\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"mb_way\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"mobilepay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"multibanco\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"naver_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"nz_bank_account\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"oxxo\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"p24\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"pay_by_bank\": {},\n            \"payco\": {\n              \"capture_method\": \"manual\"\n            },\n            \"paynow\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"paypal\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\"\n              },\n              \"setup_future_usage\": \"none\"\n            },\n            \"pix\": {\n              \"amount_includes_iof\": \"always\",\n              \"expires_after_seconds\": 0,\n              \"expires_at\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"promptpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"revolut_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"samsung_pay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"satispay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"sofort\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"swish\": {\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"twint\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"wechat_pay\": {\n              \"app_id\": \"string\",\n              \"client\": \"android\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"zip\": {\n              \"setup_future_usage\": \"none\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"presentment_details\": {\n            \"presentment_amount\": 0,\n            \"presentment_currency\": \"string\"\n          },\n          \"processing\": {\n            \"card\": {\n              \"customer_notification\": {\n                \"approval_requested\": true,\n                \"completes_at\": 0\n              }\n            },\n            \"type\": \"card\"\n          },\n          \"receipt_email\": \"string\",\n          \"review\": \"string\",\n          \"setup_future_usage\": \"off_session\",\n          \"shipping\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"carrier\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tracking_number\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"statement_descriptor_suffix\": \"string\",\n          \"status\": \"canceled\",\n          \"transfer_data\": {\n            \"amount\": 0,\n            \"destination\": \"string\"\n          },\n          \"transfer_group\": \"string\"\n        },\n        \"payment_method\": {\n          \"acss_debit\": {\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"institution_number\": \"string\",\n            \"last4\": \"string\",\n            \"transit_number\": \"string\"\n          },\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"allow_redisplay\": \"always\",\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_becs_debit\": {\n            \"bsb_number\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\"\n          },\n          \"bacs_debit\": {\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"bancontact\": {},\n          \"billie\": {},\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tax_id\": \"string\"\n          },\n          \"blik\": {},\n          \"boleto\": {\n            \"tax_id\": \"string\"\n          },\n          \"card\": {\n            \"brand\": \"string\",\n            \"checks\": {\n              \"address_line1_check\": \"string\",\n              \"address_postal_code_check\": \"string\",\n              \"cvc_check\": \"string\"\n            },\n            \"country\": \"string\",\n            \"display_brand\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"payment_method_details\": {\n                \"card_present\": {\n                  \"amount_authorized\": 0,\n                  \"brand\": \"string\",\n                  \"brand_product\": \"string\",\n                  \"capture_before\": 0,\n                  \"cardholder_name\": \"string\",\n                  \"country\": \"string\",\n                  \"description\": \"string\",\n                  \"emv_auth_data\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"fingerprint\": \"string\",\n                  \"funding\": \"string\",\n                  \"generated_card\": \"string\",\n                  \"incremental_authorization_supported\": true,\n                  \"issuer\": \"string\",\n                  \"last4\": \"string\",\n                  \"network\": \"string\",\n                  \"network_transaction_id\": \"string\",\n                  \"offline\": {\n                    \"stored_at\": 0,\n                    \"type\": \"deferred\"\n                  },\n                  \"overcapture_supported\": true,\n                  \"preferred_locales\": [\n                    \"string\"\n                  ],\n                  \"read_method\": \"contact_emv\",\n                  \"receipt\": {\n                    \"account_type\": \"checking\",\n                    \"application_cryptogram\": \"string\",\n                    \"application_preferred_name\": \"string\",\n                    \"authorization_code\": \"string\",\n                    \"authorization_response_code\": \"string\",\n                    \"cardholder_verification_method\": \"string\",\n                    \"dedicated_file_name\": \"string\",\n                    \"terminal_verification_results\": \"string\",\n                    \"transaction_status_information\": \"string\"\n                  },\n                  \"wallet\": {\n                    \"type\": \"apple_pay\"\n                  }\n                },\n                \"type\": \"string\"\n              },\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"regulated_status\": \"regulated\",\n            \"three_d_secure_usage\": {\n              \"supported\": true\n            },\n            \"wallet\": {\n              \"amex_express_checkout\": {},\n              \"apple_pay\": {},\n              \"dynamic_last4\": \"string\",\n              \"google_pay\": {},\n              \"link\": {},\n              \"masterpass\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"samsung_pay\": {},\n              \"type\": \"amex_express_checkout\",\n              \"visa_checkout\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            }\n          },\n          \"card_present\": {\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"cashapp\": {\n            \"buyer_id\": \"string\",\n            \"cashtag\": \"string\"\n          },\n          \"created\": 0,\n          \"crypto\": {},\n          \"custom\": {\n            \"display_name\": \"string\",\n            \"logo\": {\n              \"content_type\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\"\n          },\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"customer_balance\": {},\n          \"eps\": {\n            \"bank\": \"arzte_und_apotheker_bank\"\n          },\n          \"fpx\": {\n            \"bank\": \"affin_bank\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"id\": \"string\",\n          \"ideal\": {\n            \"bank\": \"abn_amro\",\n            \"bic\": \"ABNANL2A\"\n          },\n          \"interac_present\": {\n            \"brand\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\"\n          },\n          \"kakao_pay\": {},\n          \"klarna\": {\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            }\n          },\n          \"konbini\": {},\n          \"kr_card\": {\n            \"brand\": \"bc\",\n            \"last4\": \"string\"\n          },\n          \"link\": {\n            \"email\": \"string\"\n          },\n          \"livemode\": true,\n          \"mb_way\": {},\n          \"metadata\": {},\n          \"mobilepay\": {},\n          \"multibanco\": {},\n          \"naver_pay\": {\n            \"buyer_id\": \"string\",\n            \"funding\": \"card\"\n          },\n          \"nz_bank_account\": {\n            \"account_holder_name\": \"string\",\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"last4\": \"string\",\n            \"suffix\": \"string\"\n          },\n          \"object\": \"payment_method\",\n          \"oxxo\": {},\n          \"p24\": {\n            \"bank\": \"alior_bank\"\n          },\n          \"pay_by_bank\": {},\n          \"payco\": {},\n          \"paynow\": {},\n          \"paypal\": {\n            \"country\": \"string\",\n            \"payer_email\": \"string\",\n            \"payer_id\": \"string\"\n          },\n          \"payto\": {\n            \"bsb_number\": \"string\",\n            \"last4\": \"string\",\n            \"pay_id\": \"string\"\n          },\n          \"pix\": {},\n          \"promptpay\": {},\n          \"radar_options\": {\n            \"session\": \"string\"\n          },\n          \"revolut_pay\": {},\n          \"samsung_pay\": {},\n          \"satispay\": {},\n          \"sepa_debit\": {\n            \"bank_code\": \"string\",\n            \"branch_code\": \"string\",\n            \"country\": \"string\",\n            \"fingerprint\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\"\n          },\n          \"sofort\": {\n            \"country\": \"string\"\n          },\n          \"swish\": {},\n          \"twint\": {},\n          \"type\": \"acss_debit\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"financial_connections_account\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"preferred\": \"string\",\n              \"supported\": [\n                \"ach\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status_details\": {\n              \"blocked\": {\n                \"network_code\": \"R02\",\n                \"reason\": \"bank_account_closed\"\n              }\n            }\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"payment_method_type\": \"string\",\n        \"request_log_url\": \"string\",\n        \"setup_intent\": {\n          \"application\": \"string\",\n          \"attach_to_self\": true,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"cancellation_reason\": \"abandoned\",\n          \"client_secret\": \"string\",\n          \"created\": 0,\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"flow_directions\": [\n            \"inbound\"\n          ],\n          \"id\": \"string\",\n          \"last_setup_error\": {},\n          \"latest_attempt\": \"string\",\n          \"livemode\": true,\n          \"mandate\": \"string\",\n          \"metadata\": {},\n          \"next_action\": {\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            }\n          },\n          \"object\": \"setup_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"currency\": \"cad\",\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"default_for\": [\n                  \"invoice\"\n                ],\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"amazon_pay\": {},\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"card_present\": {},\n            \"klarna\": {\n              \"currency\": \"string\",\n              \"preferred_locale\": \"string\"\n            },\n            \"link\": {},\n            \"paypal\": {\n              \"billing_agreement_id\": \"string\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\",\n                \"start_date\": \"string\"\n              }\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"single_use_mandate\": \"string\",\n          \"status\": \"canceled\",\n          \"usage\": \"string\"\n        },\n        \"source\": {\n          \"account\": \"string\",\n          \"account_holder_name\": \"string\",\n          \"account_holder_type\": \"string\",\n          \"account_type\": \"string\",\n          \"available_payout_methods\": [\n            \"instant\"\n          ],\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"default_for_currency\": true,\n          \"fingerprint\": \"string\",\n          \"future_requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"id\": \"string\",\n          \"last4\": \"string\",\n          \"metadata\": {},\n          \"object\": \"bank_account\",\n          \"requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status\": \"string\"\n        },\n        \"type\": \"api_error\"\n      },\n      \"latest_revision\": \"string\",\n      \"lines\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discount_amounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": \"string\"\n              }\n            ],\n            \"discountable\": true,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"line_item\",\n            \"parent\": {\n              \"invoice_item_details\": {\n                \"invoice_item\": \"string\",\n                \"proration\": true,\n                \"proration_details\": {\n                  \"credited_items\": {\n                    \"invoice\": \"string\",\n                    \"invoice_line_items\": [\n                      \"string\"\n                    ]\n                  }\n                },\n                \"subscription\": \"string\"\n              },\n              \"subscription_item_details\": {\n                \"invoice_item\": \"string\",\n                \"proration\": true,\n                \"proration_details\": {\n                  \"credited_items\": {\n                    \"invoice\": \"string\",\n                    \"invoice_line_items\": [\n                      \"string\"\n                    ]\n                  }\n                },\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              },\n              \"type\": \"invoice_item_details\"\n            },\n            \"period\": {\n              \"end\": 0,\n              \"start\": 0\n            },\n            \"pretax_credit_amounts\": [\n              {\n                \"amount\": 0,\n                \"credit_balance_transaction\": \"string\",\n                \"discount\": \"string\",\n                \"type\": \"credit_balance_transaction\"\n              }\n            ],\n            \"pricing\": {\n              \"price_details\": {\n                \"price\": \"string\",\n                \"product\": \"string\"\n              },\n              \"type\": \"price_details\",\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"subtotal\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"tax_behavior\": \"exclusive\",\n                \"tax_rate_details\": {\n                  \"tax_rate\": \"string\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0,\n                \"type\": \"tax_rate_details\"\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_payment_attempt\": 0,\n      \"number\": \"string\",\n      \"object\": \"invoice\",\n      \"on_behalf_of\": \"string\",\n      \"parent\": {\n        \"quote_details\": {\n          \"quote\": \"string\"\n        },\n        \"subscription_details\": {\n          \"metadata\": {},\n          \"subscription\": \"string\",\n          \"subscription_proration_date\": 0\n        },\n        \"type\": \"quote_details\"\n      },\n      \"payment_settings\": {\n        \"default_mandate\": \"string\",\n        \"payment_method_options\": {\n          \"acss_debit\": {\n            \"mandate_options\": {\n              \"transaction_type\": \"business\"\n            },\n            \"verification_method\": \"automatic\"\n          },\n          \"bancontact\": {\n            \"preferred_language\": \"de\"\n          },\n          \"card\": {\n            \"installments\": {\n              \"enabled\": true\n            },\n            \"request_three_d_secure\": \"any\"\n          },\n          \"customer_balance\": {\n            \"bank_transfer\": {\n              \"eu_bank_transfer\": {\n                \"country\": \"BE\"\n              },\n              \"type\": \"string\"\n            },\n            \"funding_type\": \"bank_transfer\"\n          },\n          \"konbini\": {},\n          \"payto\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"purpose\": \"dependant_support\"\n            }\n          },\n          \"sepa_debit\": {},\n          \"us_bank_account\": {\n            \"financial_connections\": {\n              \"filters\": {\n                \"account_subcategories\": [\n                  \"checking\"\n                ]\n              },\n              \"permissions\": [\n                \"balances\"\n              ],\n              \"prefetch\": [\n                \"balances\"\n              ]\n            },\n            \"verification_method\": \"automatic\"\n          }\n        },\n        \"payment_method_types\": [\n          \"ach_credit_transfer\"\n        ]\n      },\n      \"payments\": {\n        \"data\": [\n          {\n            \"amount_paid\": 0,\n            \"amount_requested\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"is_default\": true,\n            \"livemode\": true,\n            \"object\": \"invoice_payment\",\n            \"payment\": {\n              \"charge\": \"string\",\n              \"payment_intent\": \"string\",\n              \"payment_record\": \"string\",\n              \"type\": \"charge\"\n            },\n            \"status\": \"string\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"paid_at\": 0\n            }\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"period_end\": 0,\n      \"period_start\": 0,\n      \"post_payment_credit_notes_amount\": 0,\n      \"pre_payment_credit_notes_amount\": 0,\n      \"receipt_number\": \"string\",\n      \"rendering\": {\n        \"amount_tax_display\": \"string\",\n        \"pdf\": {\n          \"page_size\": \"a4\"\n        },\n        \"template\": \"string\",\n        \"template_version\": 0\n      },\n      \"shipping_cost\": {\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"shipping_rate\": \"string\",\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      },\n      \"shipping_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"starting_balance\": 0,\n      \"statement_descriptor\": \"string\",\n      \"status\": \"draft\",\n      \"status_transitions\": {\n        \"finalized_at\": 0,\n        \"marked_uncollectible_at\": 0,\n        \"paid_at\": 0,\n        \"voided_at\": 0\n      },\n      \"subtotal\": 0,\n      \"subtotal_excluding_tax\": 0,\n      \"test_clock\": \"string\",\n      \"threshold_reason\": {\n        \"amount_gte\": 0,\n        \"item_reasons\": [\n          {\n            \"line_item_ids\": [\n              \"string\"\n            ],\n            \"usage_gte\": 0\n          }\n        ]\n      },\n      \"total\": 0,\n      \"total_discount_amounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": \"string\"\n        }\n      ],\n      \"total_excluding_tax\": 0,\n      \"total_pretax_credit_amounts\": [\n        {\n          \"amount\": 0,\n          \"credit_balance_transaction\": \"string\",\n          \"discount\": \"string\",\n          \"type\": \"credit_balance_transaction\"\n        }\n      ],\n      \"total_taxes\": [\n        {\n          \"amount\": 0,\n          \"tax_behavior\": \"exclusive\",\n          \"tax_rate_details\": {\n            \"tax_rate\": \"string\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0,\n          \"type\": \"tax_rate_details\"\n        }\n      ],\n      \"webhooks_delivered_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search invoices"}},"/v1/invoices/{invoice}":{"delete":{"description":"Delete a draft invoice","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_invoice"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"invoice\"\n}"}},"summary":"Delete a draft invoice"},"get":{"description":"Retrieve an invoice","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Retrieve an invoice"},"post":{"description":"Update an invoice","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Update an invoice"}},"/v1/invoices/{invoice}/add_lines":{"post":{"description":"Bulk add invoice line items","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Bulk add invoice line items"}},"/v1/invoices/{invoice}/attach_payment":{"post":{"description":"Attach a payment to an Invoice","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Attach a payment to an Invoice"}},"/v1/invoices/{invoice}/finalize":{"post":{"description":"Finalize an invoice","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Finalize an invoice"}},"/v1/invoices/{invoice}/lines":{"get":{"description":"Retrieve an invoice's line items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"discount_amounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": \"string\"\n        }\n      ],\n      \"discountable\": true,\n      \"discounts\": [\n        \"string\"\n      ],\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"line_item\",\n      \"parent\": {\n        \"invoice_item_details\": {\n          \"invoice_item\": \"string\",\n          \"proration\": true,\n          \"proration_details\": {\n            \"credited_items\": {\n              \"invoice\": \"string\",\n              \"invoice_line_items\": [\n                \"string\"\n              ]\n            }\n          },\n          \"subscription\": \"string\"\n        },\n        \"subscription_item_details\": {\n          \"invoice_item\": \"string\",\n          \"proration\": true,\n          \"proration_details\": {\n            \"credited_items\": {\n              \"invoice\": \"string\",\n              \"invoice_line_items\": [\n                \"string\"\n              ]\n            }\n          },\n          \"subscription\": \"string\",\n          \"subscription_item\": \"string\"\n        },\n        \"type\": \"invoice_item_details\"\n      },\n      \"period\": {\n        \"end\": 0,\n        \"start\": 0\n      },\n      \"pretax_credit_amounts\": [\n        {\n          \"amount\": 0,\n          \"credit_balance_transaction\": \"string\",\n          \"discount\": \"string\",\n          \"type\": \"credit_balance_transaction\"\n        }\n      ],\n      \"pricing\": {\n        \"price_details\": {\n          \"price\": \"string\",\n          \"product\": \"string\"\n        },\n        \"type\": \"price_details\",\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"quantity\": 0,\n      \"subscription\": \"string\",\n      \"subtotal\": 0,\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"tax_behavior\": \"exclusive\",\n          \"tax_rate_details\": {\n            \"tax_rate\": \"string\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0,\n          \"type\": \"tax_rate_details\"\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve an invoice's line items"}},"/v1/invoices/{invoice}/lines/{line_item_id}":{"post":{"description":"Update an invoice's line item","parameters":[{"description":"Invoice ID of line item","in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Invoice line item ID","in":"path","name":"line_item_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/line_item"}}},"description":"{\n  \"amount\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"discountable\": true,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"line_item\",\n  \"parent\": {\n    \"invoice_item_details\": {\n      \"invoice_item\": \"string\",\n      \"proration\": true,\n      \"proration_details\": {\n        \"credited_items\": {\n          \"invoice\": \"string\",\n          \"invoice_line_items\": [\n            \"string\"\n          ]\n        }\n      },\n      \"subscription\": \"string\"\n    },\n    \"subscription_item_details\": {\n      \"invoice_item\": \"string\",\n      \"proration\": true,\n      \"proration_details\": {\n        \"credited_items\": {\n          \"invoice\": \"string\",\n          \"invoice_line_items\": [\n            \"string\"\n          ]\n        }\n      },\n      \"subscription\": \"string\",\n      \"subscription_item\": \"string\"\n    },\n    \"type\": \"invoice_item_details\"\n  },\n  \"period\": {\n    \"end\": 0,\n    \"start\": 0\n  },\n  \"pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"pricing\": {\n    \"price_details\": {\n      \"price\": \"string\",\n      \"product\": \"string\"\n    },\n    \"type\": \"price_details\",\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"quantity\": 0,\n  \"subscription\": \"string\",\n  \"subtotal\": 0,\n  \"taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ]\n}"}},"summary":"Update an invoice's line item"}},"/v1/invoices/{invoice}/mark_uncollectible":{"post":{"description":"Mark an invoice as uncollectible","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Mark an invoice as uncollectible"}},"/v1/invoices/{invoice}/pay":{"post":{"description":"Pay an invoice","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Pay an invoice"}},"/v1/invoices/{invoice}/remove_lines":{"post":{"description":"Bulk remove invoice line items","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Bulk remove invoice line items"}},"/v1/invoices/{invoice}/send":{"post":{"description":"Send an invoice for manual payment","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Send an invoice for manual payment"}},"/v1/invoices/{invoice}/update_lines":{"post":{"description":"Bulk update invoice line items","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Bulk update invoice line items"}},"/v1/invoices/{invoice}/void":{"post":{"description":"Void an invoice","parameters":[{"in":"path","name":"invoice","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/invoice"}}},"description":"{\n  \"account_country\": \"string\",\n  \"account_name\": \"string\",\n  \"account_tax_ids\": [\n    \"string\"\n  ],\n  \"amount_due\": 0,\n  \"amount_overpaid\": 0,\n  \"amount_paid\": 0,\n  \"amount_remaining\": 0,\n  \"amount_shipping\": 0,\n  \"application\": \"string\",\n  \"attempt_count\": 0,\n  \"attempted\": true,\n  \"auto_advance\": true,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"finalization_requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"automatically_finalizes_at\": 0,\n  \"billing_reason\": \"automatic_pending_invoice_item_invoice\",\n  \"collection_method\": \"charge_automatically\",\n  \"confirmation_secret\": {\n    \"client_secret\": \"string\",\n    \"type\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"customer_email\": \"string\",\n  \"customer_name\": \"string\",\n  \"customer_phone\": \"string\",\n  \"customer_shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"customer_tax_exempt\": \"exempt\",\n  \"customer_tax_ids\": [\n    {\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\"\n    }\n  ],\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"due_date\": 0,\n  \"effective_at\": 0,\n  \"ending_balance\": 0,\n  \"footer\": \"string\",\n  \"from_invoice\": {\n    \"action\": \"string\",\n    \"invoice\": \"string\"\n  },\n  \"hosted_invoice_url\": \"string\",\n  \"id\": \"string\",\n  \"invoice_pdf\": \"string\",\n  \"issuer\": {\n    \"account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"last_finalization_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_revision\": \"string\",\n  \"lines\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discount_amounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": \"string\"\n          }\n        ],\n        \"discountable\": true,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"line_item\",\n        \"parent\": {\n          \"invoice_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\"\n          },\n          \"subscription_item_details\": {\n            \"invoice_item\": \"string\",\n            \"proration\": true,\n            \"proration_details\": {\n              \"credited_items\": {\n                \"invoice\": \"string\",\n                \"invoice_line_items\": [\n                  \"string\"\n                ]\n              }\n            },\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          },\n          \"type\": \"invoice_item_details\"\n        },\n        \"period\": {\n          \"end\": 0,\n          \"start\": 0\n        },\n        \"pretax_credit_amounts\": [\n          {\n            \"amount\": 0,\n            \"credit_balance_transaction\": \"string\",\n            \"discount\": \"string\",\n            \"type\": \"credit_balance_transaction\"\n          }\n        ],\n        \"pricing\": {\n          \"price_details\": {\n            \"price\": \"string\",\n            \"product\": \"string\"\n          },\n          \"type\": \"price_details\",\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"subtotal\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"tax_behavior\": \"exclusive\",\n            \"tax_rate_details\": {\n              \"tax_rate\": \"string\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0,\n            \"type\": \"tax_rate_details\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_payment_attempt\": 0,\n  \"number\": \"string\",\n  \"object\": \"invoice\",\n  \"on_behalf_of\": \"string\",\n  \"parent\": {\n    \"quote_details\": {\n      \"quote\": \"string\"\n    },\n    \"subscription_details\": {\n      \"metadata\": {},\n      \"subscription\": \"string\",\n      \"subscription_proration_date\": 0\n    },\n    \"type\": \"quote_details\"\n  },\n  \"payment_settings\": {\n    \"default_mandate\": \"string\",\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"installments\": {\n          \"enabled\": true\n        },\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ]\n  },\n  \"payments\": {\n    \"data\": [\n      {\n        \"amount_paid\": 0,\n        \"amount_requested\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"id\": \"string\",\n        \"invoice\": \"string\",\n        \"is_default\": true,\n        \"livemode\": true,\n        \"object\": \"invoice_payment\",\n        \"payment\": {\n          \"charge\": \"string\",\n          \"payment_intent\": \"string\",\n          \"payment_record\": \"string\",\n          \"type\": \"charge\"\n        },\n        \"status\": \"string\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"paid_at\": 0\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"period_end\": 0,\n  \"period_start\": 0,\n  \"post_payment_credit_notes_amount\": 0,\n  \"pre_payment_credit_notes_amount\": 0,\n  \"receipt_number\": \"string\",\n  \"rendering\": {\n    \"amount_tax_display\": \"string\",\n    \"pdf\": {\n      \"page_size\": \"a4\"\n    },\n    \"template\": \"string\",\n    \"template_version\": 0\n  },\n  \"shipping_cost\": {\n    \"amount_subtotal\": 0,\n    \"amount_tax\": 0,\n    \"amount_total\": 0,\n    \"shipping_rate\": \"string\",\n    \"taxes\": [\n      {\n        \"amount\": 0,\n        \"rate\": {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ]\n  },\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"starting_balance\": 0,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"draft\",\n  \"status_transitions\": {\n    \"finalized_at\": 0,\n    \"marked_uncollectible_at\": 0,\n    \"paid_at\": 0,\n    \"voided_at\": 0\n  },\n  \"subtotal\": 0,\n  \"subtotal_excluding_tax\": 0,\n  \"test_clock\": \"string\",\n  \"threshold_reason\": {\n    \"amount_gte\": 0,\n    \"item_reasons\": [\n      {\n        \"line_item_ids\": [\n          \"string\"\n        ],\n        \"usage_gte\": 0\n      }\n    ]\n  },\n  \"total\": 0,\n  \"total_discount_amounts\": [\n    {\n      \"amount\": 0,\n      \"discount\": \"string\"\n    }\n  ],\n  \"total_excluding_tax\": 0,\n  \"total_pretax_credit_amounts\": [\n    {\n      \"amount\": 0,\n      \"credit_balance_transaction\": \"string\",\n      \"discount\": \"string\",\n      \"type\": \"credit_balance_transaction\"\n    }\n  ],\n  \"total_taxes\": [\n    {\n      \"amount\": 0,\n      \"tax_behavior\": \"exclusive\",\n      \"tax_rate_details\": {\n        \"tax_rate\": \"string\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0,\n      \"type\": \"tax_rate_details\"\n    }\n  ],\n  \"webhooks_delivered_at\": 0\n}"}},"summary":"Void an invoice"}},"/v1/issuing/authorizations":{"get":{"description":"List all authorizations","parameters":[{"description":"Only return authorizations that belong to the given card.","in":"query","name":"card","schema":{"type":"string"},"style":"form"},{"description":"Only return authorizations that belong to the given cardholder.","in":"query","name":"cardholder","schema":{"type":"string"},"style":"form"},{"description":"Only return authorizations that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return authorizations with the given status. One of `pending`, `closed`, or `reversed`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_method\": \"chip\",\n      \"balance_transactions\": [\n        {\n          \"amount\": 0,\n          \"available_on\": 0,\n          \"balance_type\": \"issuing\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"exchange_rate\": 0.0,\n          \"fee\": 0,\n          \"fee_details\": [\n            {\n              \"amount\": 0,\n              \"application\": \"string\",\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"id\": \"string\",\n          \"net\": 0,\n          \"object\": \"balance_transaction\",\n          \"reporting_category\": \"string\",\n          \"source\": \"string\",\n          \"status\": \"string\",\n          \"type\": \"adjustment\"\n        }\n      ],\n      \"card\": {\n        \"brand\": \"string\",\n        \"cancellation_reason\": \"design_rejected\",\n        \"cardholder\": {\n          \"billing\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"company\": {\n            \"tax_id_provided\": true\n          },\n          \"created\": 0,\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"individual\": {\n            \"card_issuing\": {\n              \"user_terms_acceptance\": {\n                \"date\": 0,\n                \"ip\": \"string\",\n                \"user_agent\": \"string\"\n              }\n            },\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            },\n            \"first_name\": \"string\",\n            \"last_name\": \"string\",\n            \"verification\": {\n              \"document\": {\n                \"back\": \"string\",\n                \"front\": \"string\"\n              }\n            }\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"name\": \"string\",\n          \"object\": \"issuing.cardholder\",\n          \"phone_number\": \"string\",\n          \"preferred_locales\": [\n            \"de\"\n          ],\n          \"requirements\": {\n            \"disabled_reason\": \"listed\",\n            \"past_due\": [\n              \"company.tax_id\"\n            ]\n          },\n          \"spending_controls\": {\n            \"allowed_categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"allowed_merchant_countries\": [\n              \"string\"\n            ],\n            \"blocked_categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"blocked_merchant_countries\": [\n              \"string\"\n            ],\n            \"spending_limits\": [\n              {\n                \"amount\": 0,\n                \"categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"interval\": \"all_time\"\n              }\n            ],\n            \"spending_limits_currency\": \"string\"\n          },\n          \"status\": \"active\",\n          \"type\": \"company\"\n        },\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"cvc\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"financial_account\": \"string\",\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"latest_fraud_warning\": {\n          \"started_at\": 0,\n          \"type\": \"card_testing_exposure\"\n        },\n        \"livemode\": true,\n        \"metadata\": {},\n        \"number\": \"string\",\n        \"object\": \"issuing.card\",\n        \"personalization_design\": \"string\",\n        \"replaced_by\": \"string\",\n        \"replacement_for\": \"string\",\n        \"replacement_reason\": \"damaged\",\n        \"second_line\": \"string\",\n        \"shipping\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"address_validation\": {\n            \"mode\": \"disabled\",\n            \"normalized_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"result\": \"indeterminate\"\n          },\n          \"carrier\": \"dhl\",\n          \"customs\": {\n            \"eori_number\": \"string\"\n          },\n          \"eta\": 0,\n          \"name\": \"string\",\n          \"phone_number\": \"string\",\n          \"require_signature\": true,\n          \"service\": \"express\",\n          \"status\": \"canceled\",\n          \"tracking_number\": \"string\",\n          \"tracking_url\": \"string\",\n          \"type\": \"bulk\"\n        },\n        \"spending_controls\": {\n          \"allowed_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"allowed_merchant_countries\": [\n            \"string\"\n          ],\n          \"blocked_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"blocked_merchant_countries\": [\n            \"string\"\n          ],\n          \"spending_limits\": [\n            {\n              \"amount\": 0,\n              \"categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"interval\": \"all_time\"\n            }\n          ],\n          \"spending_limits_currency\": \"string\"\n        },\n        \"status\": \"active\",\n        \"type\": \"physical\",\n        \"wallets\": {\n          \"apple_pay\": {\n            \"eligible\": true,\n            \"ineligible_reason\": \"missing_agreement\"\n          },\n          \"google_pay\": {\n            \"eligible\": true,\n            \"ineligible_reason\": \"missing_agreement\"\n          },\n          \"primary_account_identifier\": \"string\"\n        }\n      },\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"fleet\": {\n        \"cardholder_prompt_data\": {\n          \"alphanumeric_id\": \"string\",\n          \"driver_id\": \"string\",\n          \"odometer\": 0,\n          \"unspecified_id\": \"string\",\n          \"user_id\": \"string\",\n          \"vehicle_number\": \"string\"\n        },\n        \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n        \"reported_breakdown\": {\n          \"fuel\": {\n            \"gross_amount_decimal\": \"string\"\n          },\n          \"non_fuel\": {\n            \"gross_amount_decimal\": \"string\"\n          },\n          \"tax\": {\n            \"local_amount_decimal\": \"string\",\n            \"national_amount_decimal\": \"string\"\n          }\n        },\n        \"service_type\": \"full_service\"\n      },\n      \"fraud_challenges\": [\n        {\n          \"channel\": \"sms\",\n          \"status\": \"expired\",\n          \"undeliverable_reason\": \"no_phone_number\"\n        }\n      ],\n      \"fuel\": {\n        \"industry_product_code\": \"string\",\n        \"quantity_decimal\": \"string\",\n        \"type\": \"diesel\",\n        \"unit\": \"charging_minute\",\n        \"unit_cost_decimal\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"acquiring_institution_id\": \"string\",\n        \"system_trace_audit_number\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.authorization\",\n      \"pending_request\": {\n        \"amount\": 0,\n        \"amount_details\": {\n          \"atm_fee\": 0,\n          \"cashback_amount\": 0\n        },\n        \"currency\": \"string\",\n        \"is_amount_controllable\": true,\n        \"merchant_amount\": 0,\n        \"merchant_currency\": \"string\",\n        \"network_risk_score\": 0\n      },\n      \"request_history\": [\n        {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"approved\": true,\n          \"authorization_code\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"network_risk_score\": 0,\n          \"reason\": \"account_disabled\",\n          \"reason_message\": \"string\",\n          \"requested_at\": 0\n        }\n      ],\n      \"status\": \"closed\",\n      \"token\": \"string\",\n      \"transactions\": [\n        {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"authorization\": \"string\",\n          \"balance_transaction\": \"string\",\n          \"card\": \"string\",\n          \"cardholder\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"dispute\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"merchant_data\": {\n            \"category\": \"string\",\n            \"category_code\": \"string\",\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"name\": \"string\",\n            \"network_id\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\",\n            \"tax_id\": \"string\",\n            \"terminal_id\": \"string\",\n            \"url\": \"string\"\n          },\n          \"metadata\": {},\n          \"network_data\": {\n            \"authorization_code\": \"string\",\n            \"processing_date\": \"string\",\n            \"transaction_id\": \"string\"\n          },\n          \"object\": \"issuing.transaction\",\n          \"purchase_details\": {\n            \"fleet\": {\n              \"cardholder_prompt_data\": {\n                \"driver_id\": \"string\",\n                \"odometer\": 0,\n                \"unspecified_id\": \"string\",\n                \"user_id\": \"string\",\n                \"vehicle_number\": \"string\"\n              },\n              \"purchase_type\": \"string\",\n              \"reported_breakdown\": {\n                \"fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"non_fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"tax\": {\n                  \"local_amount_decimal\": \"string\",\n                  \"national_amount_decimal\": \"string\"\n                }\n              },\n              \"service_type\": \"string\"\n            },\n            \"flight\": {\n              \"departure_at\": 0,\n              \"passenger_name\": \"string\",\n              \"refundable\": true,\n              \"segments\": [\n                {\n                  \"arrival_airport_code\": \"string\",\n                  \"carrier\": \"string\",\n                  \"departure_airport_code\": \"string\",\n                  \"flight_number\": \"string\",\n                  \"service_class\": \"string\",\n                  \"stopover_allowed\": true\n                }\n              ],\n              \"travel_agency\": \"string\"\n            },\n            \"fuel\": {\n              \"industry_product_code\": \"string\",\n              \"quantity_decimal\": \"string\",\n              \"type\": \"string\",\n              \"unit\": \"string\",\n              \"unit_cost_decimal\": \"string\"\n            },\n            \"lodging\": {\n              \"check_in_at\": 0,\n              \"nights\": 0\n            },\n            \"receipt\": [\n              {\n                \"description\": \"string\",\n                \"quantity\": 0.0,\n                \"total\": 0,\n                \"unit_cost\": 0\n              }\n            ],\n            \"reference\": \"string\"\n          },\n          \"token\": \"string\",\n          \"treasury\": {\n            \"received_credit\": \"string\",\n            \"received_debit\": \"string\"\n          },\n          \"type\": \"capture\",\n          \"wallet\": \"apple_pay\"\n        }\n      ],\n      \"treasury\": {\n        \"received_credits\": [\n          \"string\"\n        ],\n        \"received_debits\": [\n          \"string\"\n        ],\n        \"transaction\": \"string\"\n      },\n      \"verification_data\": {\n        \"address_line1_check\": \"match\",\n        \"address_postal_code_check\": \"match\",\n        \"authentication_exemption\": {\n          \"claimed_by\": \"acquirer\",\n          \"type\": \"low_value_transaction\"\n        },\n        \"cvc_check\": \"match\",\n        \"expiry_check\": \"match\",\n        \"postal_code\": \"string\",\n        \"three_d_secure\": {\n          \"result\": \"attempt_acknowledged\"\n        }\n      },\n      \"verified_by_fraud_challenge\": true,\n      \"wallet\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all authorizations"}},"/v1/issuing/authorizations/{authorization}":{"get":{"description":"Retrieve an authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Retrieve an authorization"},"post":{"description":"Update an authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Update an authorization"}},"/v1/issuing/authorizations/{authorization}/approve":{"post":{"description":"Approve an authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Approve an authorization"}},"/v1/issuing/authorizations/{authorization}/decline":{"post":{"description":"Decline an authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Decline an authorization"}},"/v1/issuing/cardholders":{"get":{"description":"List all cardholders","parameters":[{"description":"Only return cardholders that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return cardholders that have the given email address.","in":"query","name":"email","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return cardholders that have the given phone number.","in":"query","name":"phone_number","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return cardholders that have the given status. One of `active`, `inactive`, or `blocked`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Only return cardholders that have the given type. One of `individual` or `company`.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all cardholders"},"post":{"description":"Create a cardholder","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.cardholder"}}},"description":"{\n  \"billing\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"company\": {\n    \"tax_id_provided\": true\n  },\n  \"created\": 0,\n  \"email\": \"string\",\n  \"id\": \"string\",\n  \"individual\": {\n    \"card_issuing\": {\n      \"user_terms_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.cardholder\",\n  \"phone_number\": \"string\",\n  \"preferred_locales\": [\n    \"de\"\n  ],\n  \"requirements\": {\n    \"disabled_reason\": \"listed\",\n    \"past_due\": [\n      \"company.tax_id\"\n    ]\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"company\"\n}"}},"summary":"Create a cardholder"}},"/v1/issuing/cardholders/{cardholder}":{"get":{"description":"Retrieve a cardholder","parameters":[{"in":"path","name":"cardholder","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.cardholder"}}},"description":"{\n  \"billing\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"company\": {\n    \"tax_id_provided\": true\n  },\n  \"created\": 0,\n  \"email\": \"string\",\n  \"id\": \"string\",\n  \"individual\": {\n    \"card_issuing\": {\n      \"user_terms_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.cardholder\",\n  \"phone_number\": \"string\",\n  \"preferred_locales\": [\n    \"de\"\n  ],\n  \"requirements\": {\n    \"disabled_reason\": \"listed\",\n    \"past_due\": [\n      \"company.tax_id\"\n    ]\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"company\"\n}"}},"summary":"Retrieve a cardholder"},"post":{"description":"Update a cardholder","parameters":[{"in":"path","name":"cardholder","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.cardholder"}}},"description":"{\n  \"billing\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"company\": {\n    \"tax_id_provided\": true\n  },\n  \"created\": 0,\n  \"email\": \"string\",\n  \"id\": \"string\",\n  \"individual\": {\n    \"card_issuing\": {\n      \"user_terms_acceptance\": {\n        \"date\": 0,\n        \"ip\": \"string\",\n        \"user_agent\": \"string\"\n      }\n    },\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    },\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"verification\": {\n      \"document\": {\n        \"back\": \"string\",\n        \"front\": \"string\"\n      }\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.cardholder\",\n  \"phone_number\": \"string\",\n  \"preferred_locales\": [\n    \"de\"\n  ],\n  \"requirements\": {\n    \"disabled_reason\": \"listed\",\n    \"past_due\": [\n      \"company.tax_id\"\n    ]\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"company\"\n}"}},"summary":"Update a cardholder"}},"/v1/issuing/cards":{"get":{"description":"List all cards","parameters":[{"description":"Only return cards belonging to the Cardholder with the provided ID.","in":"query","name":"cardholder","schema":{"type":"string"},"style":"form"},{"description":"Only return cards that were issued during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Only return cards that have the given expiration month.","in":"query","name":"exp_month","schema":{"type":"integer"},"style":"form"},{"description":"Only return cards that have the given expiration year.","in":"query","name":"exp_year","schema":{"type":"integer"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Only return cards that have the given last four digits.","in":"query","name":"last4","schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"query","name":"personalization_design","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return cards that have the given status. One of `active`, `inactive`, or `canceled`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Only return cards that have the given type. One of `virtual` or `physical`.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"brand\": \"string\",\n      \"cancellation_reason\": \"design_rejected\",\n      \"cardholder\": {\n        \"billing\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"company\": {\n          \"tax_id_provided\": true\n        },\n        \"created\": 0,\n        \"email\": \"string\",\n        \"id\": \"string\",\n        \"individual\": {\n          \"card_issuing\": {\n            \"user_terms_acceptance\": {\n              \"date\": 0,\n              \"ip\": \"string\",\n              \"user_agent\": \"string\"\n            }\n          },\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          },\n          \"first_name\": \"string\",\n          \"last_name\": \"string\",\n          \"verification\": {\n            \"document\": {\n              \"back\": \"string\",\n              \"front\": \"string\"\n            }\n          }\n        },\n        \"livemode\": true,\n        \"metadata\": {},\n        \"name\": \"string\",\n        \"object\": \"issuing.cardholder\",\n        \"phone_number\": \"string\",\n        \"preferred_locales\": [\n          \"de\"\n        ],\n        \"requirements\": {\n          \"disabled_reason\": \"listed\",\n          \"past_due\": [\n            \"company.tax_id\"\n          ]\n        },\n        \"spending_controls\": {\n          \"allowed_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"allowed_merchant_countries\": [\n            \"string\"\n          ],\n          \"blocked_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"blocked_merchant_countries\": [\n            \"string\"\n          ],\n          \"spending_limits\": [\n            {\n              \"amount\": 0,\n              \"categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"interval\": \"all_time\"\n            }\n          ],\n          \"spending_limits_currency\": \"string\"\n        },\n        \"status\": \"active\",\n        \"type\": \"company\"\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"cvc\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"financial_account\": \"string\",\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"latest_fraud_warning\": {\n        \"started_at\": 0,\n        \"type\": \"card_testing_exposure\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"number\": \"string\",\n      \"object\": \"issuing.card\",\n      \"personalization_design\": \"string\",\n      \"replaced_by\": \"string\",\n      \"replacement_for\": \"string\",\n      \"replacement_reason\": \"damaged\",\n      \"second_line\": \"string\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"address_validation\": {\n          \"mode\": \"disabled\",\n          \"normalized_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"result\": \"indeterminate\"\n        },\n        \"carrier\": \"dhl\",\n        \"customs\": {\n          \"eori_number\": \"string\"\n        },\n        \"eta\": 0,\n        \"name\": \"string\",\n        \"phone_number\": \"string\",\n        \"require_signature\": true,\n        \"service\": \"express\",\n        \"status\": \"canceled\",\n        \"tracking_number\": \"string\",\n        \"tracking_url\": \"string\",\n        \"type\": \"bulk\"\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"physical\",\n      \"wallets\": {\n        \"apple_pay\": {\n          \"eligible\": true,\n          \"ineligible_reason\": \"missing_agreement\"\n        },\n        \"google_pay\": {\n          \"eligible\": true,\n          \"ineligible_reason\": \"missing_agreement\"\n        },\n        \"primary_account_identifier\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all cards"},"post":{"description":"Create a card","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Create a card"}},"/v1/issuing/cards/{card}":{"get":{"description":"Retrieve a card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Retrieve a card"},"post":{"description":"Update a card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Update a card"}},"/v1/issuing/disputes":{"get":{"description":"List all disputes","parameters":[{"description":"Only return Issuing disputes that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Select Issuing disputes with the given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Select the Issuing dispute for the given transaction.","in":"query","name":"transaction","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transactions\": [\n        {\n          \"amount\": 0,\n          \"available_on\": 0,\n          \"balance_type\": \"issuing\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"exchange_rate\": 0.0,\n          \"fee\": 0,\n          \"fee_details\": [\n            {\n              \"amount\": 0,\n              \"application\": \"string\",\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"id\": \"string\",\n          \"net\": 0,\n          \"object\": \"balance_transaction\",\n          \"reporting_category\": \"string\",\n          \"source\": \"string\",\n          \"status\": \"string\",\n          \"type\": \"adjustment\"\n        }\n      ],\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"evidence\": {\n        \"canceled\": {\n          \"additional_documentation\": \"string\",\n          \"canceled_at\": 0,\n          \"cancellation_policy_provided\": true,\n          \"cancellation_reason\": \"string\",\n          \"expected_at\": 0,\n          \"explanation\": \"string\",\n          \"product_description\": \"string\",\n          \"product_type\": \"merchandise\",\n          \"return_status\": \"merchant_rejected\",\n          \"returned_at\": 0\n        },\n        \"duplicate\": {\n          \"additional_documentation\": \"string\",\n          \"card_statement\": \"string\",\n          \"cash_receipt\": \"string\",\n          \"check_image\": \"string\",\n          \"explanation\": \"string\",\n          \"original_transaction\": \"string\"\n        },\n        \"fraudulent\": {\n          \"additional_documentation\": \"string\",\n          \"explanation\": \"string\"\n        },\n        \"merchandise_not_as_described\": {\n          \"additional_documentation\": \"string\",\n          \"explanation\": \"string\",\n          \"received_at\": 0,\n          \"return_description\": \"string\",\n          \"return_status\": \"merchant_rejected\",\n          \"returned_at\": 0\n        },\n        \"no_valid_authorization\": {\n          \"additional_documentation\": \"string\",\n          \"explanation\": \"string\"\n        },\n        \"not_received\": {\n          \"additional_documentation\": \"string\",\n          \"expected_at\": 0,\n          \"explanation\": \"string\",\n          \"product_description\": \"string\",\n          \"product_type\": \"merchandise\"\n        },\n        \"other\": {\n          \"additional_documentation\": \"string\",\n          \"explanation\": \"string\",\n          \"product_description\": \"string\",\n          \"product_type\": \"merchandise\"\n        },\n        \"reason\": \"canceled\",\n        \"service_not_as_described\": {\n          \"additional_documentation\": \"string\",\n          \"canceled_at\": 0,\n          \"cancellation_reason\": \"string\",\n          \"explanation\": \"string\",\n          \"received_at\": 0\n        }\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"loss_reason\": \"cardholder_authentication_issuer_liability\",\n      \"metadata\": {},\n      \"object\": \"issuing.dispute\",\n      \"status\": \"expired\",\n      \"transaction\": \"string\",\n      \"treasury\": {\n        \"debit_reversal\": \"string\",\n        \"received_debit\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all disputes"},"post":{"description":"Create a dispute","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"evidence\": {\n    \"canceled\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_policy_provided\": true,\n      \"cancellation_reason\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"duplicate\": {\n      \"additional_documentation\": \"string\",\n      \"card_statement\": \"string\",\n      \"cash_receipt\": \"string\",\n      \"check_image\": \"string\",\n      \"explanation\": \"string\",\n      \"original_transaction\": \"string\"\n    },\n    \"fraudulent\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"merchandise_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0,\n      \"return_description\": \"string\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"no_valid_authorization\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"not_received\": {\n      \"additional_documentation\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"other\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"reason\": \"canceled\",\n    \"service_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0\n    }\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"loss_reason\": \"cardholder_authentication_issuer_liability\",\n  \"metadata\": {},\n  \"object\": \"issuing.dispute\",\n  \"status\": \"expired\",\n  \"transaction\": \"string\",\n  \"treasury\": {\n    \"debit_reversal\": \"string\",\n    \"received_debit\": \"string\"\n  }\n}"}},"summary":"Create a dispute"}},"/v1/issuing/disputes/{dispute}":{"get":{"description":"Retrieve a dispute","parameters":[{"in":"path","name":"dispute","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"evidence\": {\n    \"canceled\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_policy_provided\": true,\n      \"cancellation_reason\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"duplicate\": {\n      \"additional_documentation\": \"string\",\n      \"card_statement\": \"string\",\n      \"cash_receipt\": \"string\",\n      \"check_image\": \"string\",\n      \"explanation\": \"string\",\n      \"original_transaction\": \"string\"\n    },\n    \"fraudulent\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"merchandise_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0,\n      \"return_description\": \"string\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"no_valid_authorization\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"not_received\": {\n      \"additional_documentation\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"other\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"reason\": \"canceled\",\n    \"service_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0\n    }\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"loss_reason\": \"cardholder_authentication_issuer_liability\",\n  \"metadata\": {},\n  \"object\": \"issuing.dispute\",\n  \"status\": \"expired\",\n  \"transaction\": \"string\",\n  \"treasury\": {\n    \"debit_reversal\": \"string\",\n    \"received_debit\": \"string\"\n  }\n}"}},"summary":"Retrieve a dispute"},"post":{"description":"Update a dispute","parameters":[{"in":"path","name":"dispute","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"evidence\": {\n    \"canceled\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_policy_provided\": true,\n      \"cancellation_reason\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"duplicate\": {\n      \"additional_documentation\": \"string\",\n      \"card_statement\": \"string\",\n      \"cash_receipt\": \"string\",\n      \"check_image\": \"string\",\n      \"explanation\": \"string\",\n      \"original_transaction\": \"string\"\n    },\n    \"fraudulent\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"merchandise_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0,\n      \"return_description\": \"string\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"no_valid_authorization\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"not_received\": {\n      \"additional_documentation\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"other\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"reason\": \"canceled\",\n    \"service_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0\n    }\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"loss_reason\": \"cardholder_authentication_issuer_liability\",\n  \"metadata\": {},\n  \"object\": \"issuing.dispute\",\n  \"status\": \"expired\",\n  \"transaction\": \"string\",\n  \"treasury\": {\n    \"debit_reversal\": \"string\",\n    \"received_debit\": \"string\"\n  }\n}"}},"summary":"Update a dispute"}},"/v1/issuing/disputes/{dispute}/submit":{"post":{"description":"Submit a dispute","parameters":[{"in":"path","name":"dispute","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.dispute"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"evidence\": {\n    \"canceled\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_policy_provided\": true,\n      \"cancellation_reason\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"duplicate\": {\n      \"additional_documentation\": \"string\",\n      \"card_statement\": \"string\",\n      \"cash_receipt\": \"string\",\n      \"check_image\": \"string\",\n      \"explanation\": \"string\",\n      \"original_transaction\": \"string\"\n    },\n    \"fraudulent\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"merchandise_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0,\n      \"return_description\": \"string\",\n      \"return_status\": \"merchant_rejected\",\n      \"returned_at\": 0\n    },\n    \"no_valid_authorization\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\"\n    },\n    \"not_received\": {\n      \"additional_documentation\": \"string\",\n      \"expected_at\": 0,\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"other\": {\n      \"additional_documentation\": \"string\",\n      \"explanation\": \"string\",\n      \"product_description\": \"string\",\n      \"product_type\": \"merchandise\"\n    },\n    \"reason\": \"canceled\",\n    \"service_not_as_described\": {\n      \"additional_documentation\": \"string\",\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"string\",\n      \"explanation\": \"string\",\n      \"received_at\": 0\n    }\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"loss_reason\": \"cardholder_authentication_issuer_liability\",\n  \"metadata\": {},\n  \"object\": \"issuing.dispute\",\n  \"status\": \"expired\",\n  \"transaction\": \"string\",\n  \"treasury\": {\n    \"debit_reversal\": \"string\",\n    \"received_debit\": \"string\"\n  }\n}"}},"summary":"Submit a dispute"}},"/v1/issuing/personalization_designs":{"get":{"description":"List all personalization designs","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return personalization designs with the given lookup keys.","in":"query","name":"lookup_keys","schema":{"type":"array"},"style":"form"},{"description":"Only return personalization designs with the given preferences.","in":"query","name":"preferences","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return personalization designs with the given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"card_logo\": \"string\",\n      \"carrier_text\": {\n        \"footer_body\": \"string\",\n        \"footer_title\": \"string\",\n        \"header_body\": \"string\",\n        \"header_title\": \"string\"\n      },\n      \"created\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"lookup_key\": \"string\",\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.personalization_design\",\n      \"physical_bundle\": \"string\",\n      \"preferences\": {\n        \"is_default\": true,\n        \"is_platform_default\": true\n      },\n      \"rejection_reasons\": {\n        \"card_logo\": [\n          \"geographic_location\"\n        ],\n        \"carrier_text\": [\n          \"geographic_location\"\n        ]\n      },\n      \"status\": \"active\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all personalization designs"},"post":{"description":"Create a personalization design","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.personalization_design"}}},"description":"{\n  \"card_logo\": \"string\",\n  \"carrier_text\": {\n    \"footer_body\": \"string\",\n    \"footer_title\": \"string\",\n    \"header_body\": \"string\",\n    \"header_title\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.personalization_design\",\n  \"physical_bundle\": \"string\",\n  \"preferences\": {\n    \"is_default\": true,\n    \"is_platform_default\": true\n  },\n  \"rejection_reasons\": {\n    \"card_logo\": [\n      \"geographic_location\"\n    ],\n    \"carrier_text\": [\n      \"geographic_location\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Create a personalization design"}},"/v1/issuing/personalization_designs/{personalization_design}":{"get":{"description":"Retrieve a personalization design","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"personalization_design","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.personalization_design"}}},"description":"{\n  \"card_logo\": \"string\",\n  \"carrier_text\": {\n    \"footer_body\": \"string\",\n    \"footer_title\": \"string\",\n    \"header_body\": \"string\",\n    \"header_title\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.personalization_design\",\n  \"physical_bundle\": \"string\",\n  \"preferences\": {\n    \"is_default\": true,\n    \"is_platform_default\": true\n  },\n  \"rejection_reasons\": {\n    \"card_logo\": [\n      \"geographic_location\"\n    ],\n    \"carrier_text\": [\n      \"geographic_location\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Retrieve a personalization design"},"post":{"description":"Update a personalization design","parameters":[{"in":"path","name":"personalization_design","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.personalization_design"}}},"description":"{\n  \"card_logo\": \"string\",\n  \"carrier_text\": {\n    \"footer_body\": \"string\",\n    \"footer_title\": \"string\",\n    \"header_body\": \"string\",\n    \"header_title\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.personalization_design\",\n  \"physical_bundle\": \"string\",\n  \"preferences\": {\n    \"is_default\": true,\n    \"is_platform_default\": true\n  },\n  \"rejection_reasons\": {\n    \"card_logo\": [\n      \"geographic_location\"\n    ],\n    \"carrier_text\": [\n      \"geographic_location\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Update a personalization design"}},"/v1/issuing/physical_bundles":{"get":{"description":"List all physical bundles","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return physical bundles with the given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Only return physical bundles with the given type.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"features\": {\n        \"card_logo\": \"optional\",\n        \"carrier_text\": \"optional\",\n        \"second_line\": \"optional\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"name\": \"string\",\n      \"object\": \"issuing.physical_bundle\",\n      \"status\": \"active\",\n      \"type\": \"custom\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all physical bundles"}},"/v1/issuing/physical_bundles/{physical_bundle}":{"get":{"description":"Retrieve a physical bundle","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"physical_bundle","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.physical_bundle"}}},"description":"{\n  \"features\": {\n    \"card_logo\": \"optional\",\n    \"carrier_text\": \"optional\",\n    \"second_line\": \"optional\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"issuing.physical_bundle\",\n  \"status\": \"active\",\n  \"type\": \"custom\"\n}"}},"summary":"Retrieve a physical bundle"}},"/v1/issuing/settlements/{settlement}":{"get":{"description":"Retrieve a settlement","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"settlement","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.settlement"}}},"description":"{\n  \"bin\": \"string\",\n  \"clearing_date\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interchange_fees_amount\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_total_amount\": 0,\n  \"network\": \"maestro\",\n  \"network_fees_amount\": 0,\n  \"network_settlement_identifier\": \"string\",\n  \"object\": \"issuing.settlement\",\n  \"settlement_service\": \"string\",\n  \"status\": \"complete\",\n  \"transaction_amount\": 0,\n  \"transaction_count\": 0\n}"}},"summary":"Retrieve a settlement"},"post":{"description":"Update a settlement","parameters":[{"in":"path","name":"settlement","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.settlement"}}},"description":"{\n  \"bin\": \"string\",\n  \"clearing_date\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interchange_fees_amount\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_total_amount\": 0,\n  \"network\": \"maestro\",\n  \"network_fees_amount\": 0,\n  \"network_settlement_identifier\": \"string\",\n  \"object\": \"issuing.settlement\",\n  \"settlement_service\": \"string\",\n  \"status\": \"complete\",\n  \"transaction_amount\": 0,\n  \"transaction_count\": 0\n}"}},"summary":"Update a settlement"}},"/v1/issuing/tokens":{"get":{"description":"List all issuing tokens for card","parameters":[{"description":"The Issuing card identifier to list tokens for.","in":"query","name":"card","required":true,"schema":{"type":"string"},"style":"form"},{"description":"Only return Issuing tokens that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Select Issuing tokens with the given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"card\": \"string\",\n      \"created\": 0,\n      \"device_fingerprint\": \"string\",\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"livemode\": true,\n      \"network\": \"mastercard\",\n      \"network_data\": {\n        \"device\": {\n          \"device_fingerprint\": \"string\",\n          \"ip_address\": \"string\",\n          \"location\": \"string\",\n          \"name\": \"string\",\n          \"phone_number\": \"string\",\n          \"type\": \"other\"\n        },\n        \"mastercard\": {\n          \"card_reference_id\": \"string\",\n          \"token_reference_id\": \"string\",\n          \"token_requestor_id\": \"string\",\n          \"token_requestor_name\": \"string\"\n        },\n        \"type\": \"mastercard\",\n        \"visa\": {\n          \"card_reference_id\": \"string\",\n          \"token_reference_id\": \"string\",\n          \"token_requestor_id\": \"string\",\n          \"token_risk_score\": \"string\"\n        },\n        \"wallet_provider\": {\n          \"account_id\": \"string\",\n          \"account_trust_score\": 0,\n          \"card_number_source\": \"app\",\n          \"cardholder_address\": {\n            \"line1\": \"string\",\n            \"postal_code\": \"string\"\n          },\n          \"cardholder_name\": \"string\",\n          \"device_trust_score\": 0,\n          \"hashed_account_email_address\": \"string\",\n          \"reason_codes\": [\n            \"account_card_too_new\"\n          ],\n          \"suggested_decision\": \"approve\",\n          \"suggested_decision_version\": \"string\"\n        }\n      },\n      \"network_updated_at\": 0,\n      \"object\": \"issuing.token\",\n      \"status\": \"active\",\n      \"wallet_provider\": \"apple_pay\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all issuing tokens for card"}},"/v1/issuing/tokens/{token}":{"get":{"description":"Retrieve an issuing token","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"token","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.token"}}},"description":"{\n  \"card\": \"string\",\n  \"created\": 0,\n  \"device_fingerprint\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"network\": \"mastercard\",\n  \"network_data\": {\n    \"device\": {\n      \"device_fingerprint\": \"string\",\n      \"ip_address\": \"string\",\n      \"location\": \"string\",\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"type\": \"other\"\n    },\n    \"mastercard\": {\n      \"card_reference_id\": \"string\",\n      \"token_reference_id\": \"string\",\n      \"token_requestor_id\": \"string\",\n      \"token_requestor_name\": \"string\"\n    },\n    \"type\": \"mastercard\",\n    \"visa\": {\n      \"card_reference_id\": \"string\",\n      \"token_reference_id\": \"string\",\n      \"token_requestor_id\": \"string\",\n      \"token_risk_score\": \"string\"\n    },\n    \"wallet_provider\": {\n      \"account_id\": \"string\",\n      \"account_trust_score\": 0,\n      \"card_number_source\": \"app\",\n      \"cardholder_address\": {\n        \"line1\": \"string\",\n        \"postal_code\": \"string\"\n      },\n      \"cardholder_name\": \"string\",\n      \"device_trust_score\": 0,\n      \"hashed_account_email_address\": \"string\",\n      \"reason_codes\": [\n        \"account_card_too_new\"\n      ],\n      \"suggested_decision\": \"approve\",\n      \"suggested_decision_version\": \"string\"\n    }\n  },\n  \"network_updated_at\": 0,\n  \"object\": \"issuing.token\",\n  \"status\": \"active\",\n  \"wallet_provider\": \"apple_pay\"\n}"}},"summary":"Retrieve an issuing token"},"post":{"description":"Update a token status","parameters":[{"in":"path","name":"token","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.token"}}},"description":"{\n  \"card\": \"string\",\n  \"created\": 0,\n  \"device_fingerprint\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"network\": \"mastercard\",\n  \"network_data\": {\n    \"device\": {\n      \"device_fingerprint\": \"string\",\n      \"ip_address\": \"string\",\n      \"location\": \"string\",\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"type\": \"other\"\n    },\n    \"mastercard\": {\n      \"card_reference_id\": \"string\",\n      \"token_reference_id\": \"string\",\n      \"token_requestor_id\": \"string\",\n      \"token_requestor_name\": \"string\"\n    },\n    \"type\": \"mastercard\",\n    \"visa\": {\n      \"card_reference_id\": \"string\",\n      \"token_reference_id\": \"string\",\n      \"token_requestor_id\": \"string\",\n      \"token_risk_score\": \"string\"\n    },\n    \"wallet_provider\": {\n      \"account_id\": \"string\",\n      \"account_trust_score\": 0,\n      \"card_number_source\": \"app\",\n      \"cardholder_address\": {\n        \"line1\": \"string\",\n        \"postal_code\": \"string\"\n      },\n      \"cardholder_name\": \"string\",\n      \"device_trust_score\": 0,\n      \"hashed_account_email_address\": \"string\",\n      \"reason_codes\": [\n        \"account_card_too_new\"\n      ],\n      \"suggested_decision\": \"approve\",\n      \"suggested_decision_version\": \"string\"\n    }\n  },\n  \"network_updated_at\": 0,\n  \"object\": \"issuing.token\",\n  \"status\": \"active\",\n  \"wallet_provider\": \"apple_pay\"\n}"}},"summary":"Update a token status"}},"/v1/issuing/transactions":{"get":{"description":"List all transactions","parameters":[{"description":"Only return transactions that belong to the given card.","in":"query","name":"card","schema":{"type":"string"},"style":"form"},{"description":"Only return transactions that belong to the given cardholder.","in":"query","name":"cardholder","schema":{"type":"string"},"style":"form"},{"description":"Only return transactions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return transactions that have the given type. One of `capture` or `refund`.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all transactions"}},"/v1/issuing/transactions/{transaction}":{"get":{"description":"Retrieve a transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.transaction"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"authorization\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"card\": \"string\",\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"dispute\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"authorization_code\": \"string\",\n    \"processing_date\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.transaction\",\n  \"purchase_details\": {\n    \"fleet\": {\n      \"cardholder_prompt_data\": {\n        \"driver_id\": \"string\",\n        \"odometer\": 0,\n        \"unspecified_id\": \"string\",\n        \"user_id\": \"string\",\n        \"vehicle_number\": \"string\"\n      },\n      \"purchase_type\": \"string\",\n      \"reported_breakdown\": {\n        \"fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"non_fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"tax\": {\n          \"local_amount_decimal\": \"string\",\n          \"national_amount_decimal\": \"string\"\n        }\n      },\n      \"service_type\": \"string\"\n    },\n    \"flight\": {\n      \"departure_at\": 0,\n      \"passenger_name\": \"string\",\n      \"refundable\": true,\n      \"segments\": [\n        {\n          \"arrival_airport_code\": \"string\",\n          \"carrier\": \"string\",\n          \"departure_airport_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"service_class\": \"string\",\n          \"stopover_allowed\": true\n        }\n      ],\n      \"travel_agency\": \"string\"\n    },\n    \"fuel\": {\n      \"industry_product_code\": \"string\",\n      \"quantity_decimal\": \"string\",\n      \"type\": \"string\",\n      \"unit\": \"string\",\n      \"unit_cost_decimal\": \"string\"\n    },\n    \"lodging\": {\n      \"check_in_at\": 0,\n      \"nights\": 0\n    },\n    \"receipt\": [\n      {\n        \"description\": \"string\",\n        \"quantity\": 0.0,\n        \"total\": 0,\n        \"unit_cost\": 0\n      }\n    ],\n    \"reference\": \"string\"\n  },\n  \"token\": \"string\",\n  \"treasury\": {\n    \"received_credit\": \"string\",\n    \"received_debit\": \"string\"\n  },\n  \"type\": \"capture\",\n  \"wallet\": \"apple_pay\"\n}"}},"summary":"Retrieve a transaction"},"post":{"description":"Update a transaction","parameters":[{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.transaction"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"authorization\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"card\": \"string\",\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"dispute\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"authorization_code\": \"string\",\n    \"processing_date\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.transaction\",\n  \"purchase_details\": {\n    \"fleet\": {\n      \"cardholder_prompt_data\": {\n        \"driver_id\": \"string\",\n        \"odometer\": 0,\n        \"unspecified_id\": \"string\",\n        \"user_id\": \"string\",\n        \"vehicle_number\": \"string\"\n      },\n      \"purchase_type\": \"string\",\n      \"reported_breakdown\": {\n        \"fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"non_fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"tax\": {\n          \"local_amount_decimal\": \"string\",\n          \"national_amount_decimal\": \"string\"\n        }\n      },\n      \"service_type\": \"string\"\n    },\n    \"flight\": {\n      \"departure_at\": 0,\n      \"passenger_name\": \"string\",\n      \"refundable\": true,\n      \"segments\": [\n        {\n          \"arrival_airport_code\": \"string\",\n          \"carrier\": \"string\",\n          \"departure_airport_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"service_class\": \"string\",\n          \"stopover_allowed\": true\n        }\n      ],\n      \"travel_agency\": \"string\"\n    },\n    \"fuel\": {\n      \"industry_product_code\": \"string\",\n      \"quantity_decimal\": \"string\",\n      \"type\": \"string\",\n      \"unit\": \"string\",\n      \"unit_cost_decimal\": \"string\"\n    },\n    \"lodging\": {\n      \"check_in_at\": 0,\n      \"nights\": 0\n    },\n    \"receipt\": [\n      {\n        \"description\": \"string\",\n        \"quantity\": 0.0,\n        \"total\": 0,\n        \"unit_cost\": 0\n      }\n    ],\n    \"reference\": \"string\"\n  },\n  \"token\": \"string\",\n  \"treasury\": {\n    \"received_credit\": \"string\",\n    \"received_debit\": \"string\"\n  },\n  \"type\": \"capture\",\n  \"wallet\": \"apple_pay\"\n}"}},"summary":"Update a transaction"}},"/v1/link_account_sessions":{"post":{"description":"Create a Session","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.session"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"accounts\": {\n    \"data\": [\n      {\n        \"account_holder\": {\n          \"account\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"account_numbers\": [\n          {\n            \"expected_expiry_date\": 0,\n            \"identifier_type\": \"account_number\",\n            \"status\": \"deactivated\",\n            \"supported_networks\": [\n              \"ach\"\n            ]\n          }\n        ],\n        \"balance\": {\n          \"as_of\": 0,\n          \"cash\": {\n            \"available\": {}\n          },\n          \"credit\": {\n            \"used\": {}\n          },\n          \"current\": {},\n          \"type\": \"cash\"\n        },\n        \"balance_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"category\": \"cash\",\n        \"created\": 0,\n        \"display_name\": \"string\",\n        \"id\": \"string\",\n        \"institution_name\": \"string\",\n        \"last4\": \"string\",\n        \"livemode\": true,\n        \"object\": \"financial_connections.account\",\n        \"ownership\": \"string\",\n        \"ownership_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"status\": \"active\",\n        \"subcategory\": \"checking\",\n        \"subscriptions\": [\n          \"transactions\"\n        ],\n        \"supported_payment_method_types\": [\n          \"link\"\n        ],\n        \"transaction_refresh\": {\n          \"id\": \"string\",\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"filters\": {\n    \"account_subcategories\": [\n      \"checking\"\n    ],\n    \"countries\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.session\",\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"prefetch\": [\n    \"balances\"\n  ],\n  \"return_url\": \"string\"\n}"}},"summary":"Create a Session"}},"/v1/link_account_sessions/{session}":{"get":{"description":"Retrieve a Session","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"session","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.session"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"accounts\": {\n    \"data\": [\n      {\n        \"account_holder\": {\n          \"account\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"account_numbers\": [\n          {\n            \"expected_expiry_date\": 0,\n            \"identifier_type\": \"account_number\",\n            \"status\": \"deactivated\",\n            \"supported_networks\": [\n              \"ach\"\n            ]\n          }\n        ],\n        \"balance\": {\n          \"as_of\": 0,\n          \"cash\": {\n            \"available\": {}\n          },\n          \"credit\": {\n            \"used\": {}\n          },\n          \"current\": {},\n          \"type\": \"cash\"\n        },\n        \"balance_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"category\": \"cash\",\n        \"created\": 0,\n        \"display_name\": \"string\",\n        \"id\": \"string\",\n        \"institution_name\": \"string\",\n        \"last4\": \"string\",\n        \"livemode\": true,\n        \"object\": \"financial_connections.account\",\n        \"ownership\": \"string\",\n        \"ownership_refresh\": {\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"status\": \"active\",\n        \"subcategory\": \"checking\",\n        \"subscriptions\": [\n          \"transactions\"\n        ],\n        \"supported_payment_method_types\": [\n          \"link\"\n        ],\n        \"transaction_refresh\": {\n          \"id\": \"string\",\n          \"last_attempted_at\": 0,\n          \"next_refresh_available_at\": 0,\n          \"status\": \"failed\"\n        }\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"filters\": {\n    \"account_subcategories\": [\n      \"checking\"\n    ],\n    \"countries\": [\n      \"string\"\n    ]\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.session\",\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"prefetch\": [\n    \"balances\"\n  ],\n  \"return_url\": \"string\"\n}"}},"summary":"Retrieve a Session"}},"/v1/linked_accounts":{"get":{"description":"List Accounts","parameters":[{"description":"If present, only return accounts that belong to the specified account holder. `account_holder[customer]` and `account_holder[account]` are mutually exclusive.","in":"query","name":"account_holder","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"If present, only return accounts that were collected as part of the given session.","in":"query","name":"session","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"account_holder\": {\n        \"account\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"account_numbers\": [\n        {\n          \"expected_expiry_date\": 0,\n          \"identifier_type\": \"account_number\",\n          \"status\": \"deactivated\",\n          \"supported_networks\": [\n            \"ach\"\n          ]\n        }\n      ],\n      \"balance\": {\n        \"as_of\": 0,\n        \"cash\": {\n          \"available\": {}\n        },\n        \"credit\": {\n          \"used\": {}\n        },\n        \"current\": {},\n        \"type\": \"cash\"\n      },\n      \"balance_refresh\": {\n        \"last_attempted_at\": 0,\n        \"next_refresh_available_at\": 0,\n        \"status\": \"failed\"\n      },\n      \"category\": \"cash\",\n      \"created\": 0,\n      \"display_name\": \"string\",\n      \"id\": \"string\",\n      \"institution_name\": \"string\",\n      \"last4\": \"string\",\n      \"livemode\": true,\n      \"object\": \"financial_connections.account\",\n      \"ownership\": \"string\",\n      \"ownership_refresh\": {\n        \"last_attempted_at\": 0,\n        \"next_refresh_available_at\": 0,\n        \"status\": \"failed\"\n      },\n      \"permissions\": [\n        \"balances\"\n      ],\n      \"status\": \"active\",\n      \"subcategory\": \"checking\",\n      \"subscriptions\": [\n        \"transactions\"\n      ],\n      \"supported_payment_method_types\": [\n        \"link\"\n      ],\n      \"transaction_refresh\": {\n        \"id\": \"string\",\n        \"last_attempted_at\": 0,\n        \"next_refresh_available_at\": 0,\n        \"status\": \"failed\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Accounts"}},"/v1/linked_accounts/{account}":{"get":{"description":"Retrieve an Account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Retrieve an Account"}},"/v1/linked_accounts/{account}/disconnect":{"post":{"description":"Disconnect an Account","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Disconnect an Account"}},"/v1/linked_accounts/{account}/owners":{"get":{"description":"List Account Owners","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The ID of the ownership object to fetch owners from.","in":"query","name":"ownership","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"object\": \"financial_connections.account_owner\",\n      \"ownership\": \"string\",\n      \"phone\": \"string\",\n      \"raw_address\": \"string\",\n      \"refreshed_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Account Owners"}},"/v1/linked_accounts/{account}/refresh":{"post":{"description":"Refresh Account data","parameters":[{"in":"path","name":"account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financial_connections.account"}}},"description":"{\n  \"account_holder\": {\n    \"account\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"account_numbers\": [\n    {\n      \"expected_expiry_date\": 0,\n      \"identifier_type\": \"account_number\",\n      \"status\": \"deactivated\",\n      \"supported_networks\": [\n        \"ach\"\n      ]\n    }\n  ],\n  \"balance\": {\n    \"as_of\": 0,\n    \"cash\": {\n      \"available\": {}\n    },\n    \"credit\": {\n      \"used\": {}\n    },\n    \"current\": {},\n    \"type\": \"cash\"\n  },\n  \"balance_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"category\": \"cash\",\n  \"created\": 0,\n  \"display_name\": \"string\",\n  \"id\": \"string\",\n  \"institution_name\": \"string\",\n  \"last4\": \"string\",\n  \"livemode\": true,\n  \"object\": \"financial_connections.account\",\n  \"ownership\": \"string\",\n  \"ownership_refresh\": {\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  },\n  \"permissions\": [\n    \"balances\"\n  ],\n  \"status\": \"active\",\n  \"subcategory\": \"checking\",\n  \"subscriptions\": [\n    \"transactions\"\n  ],\n  \"supported_payment_method_types\": [\n    \"link\"\n  ],\n  \"transaction_refresh\": {\n    \"id\": \"string\",\n    \"last_attempted_at\": 0,\n    \"next_refresh_available_at\": 0,\n    \"status\": \"failed\"\n  }\n}"}},"summary":"Refresh Account data"}},"/v1/mandates/{mandate}":{"get":{"description":"Retrieve a Mandate","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"mandate","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/mandate"}}},"description":"{\n  \"customer_acceptance\": {\n    \"accepted_at\": 0,\n    \"offline\": {},\n    \"online\": {\n      \"ip_address\": \"string\",\n      \"user_agent\": \"string\"\n    },\n    \"type\": \"offline\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"multi_use\": {},\n  \"object\": \"mandate\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_details\": {\n    \"acss_debit\": {\n      \"default_for\": [\n        \"invoice\"\n      ],\n      \"interval_description\": \"string\",\n      \"payment_schedule\": \"combined\",\n      \"transaction_type\": \"business\"\n    },\n    \"amazon_pay\": {},\n    \"au_becs_debit\": {\n      \"url\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"network_status\": \"accepted\",\n      \"reference\": \"string\",\n      \"revocation_reason\": \"account_closed\",\n      \"url\": \"string\"\n    },\n    \"card\": {},\n    \"cashapp\": {},\n    \"kakao_pay\": {},\n    \"klarna\": {},\n    \"kr_card\": {},\n    \"link\": {},\n    \"naver_pay\": {},\n    \"nz_bank_account\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\",\n      \"payer_id\": \"string\"\n    },\n    \"payto\": {\n      \"amount\": 0,\n      \"amount_type\": \"fixed\",\n      \"end_date\": \"string\",\n      \"payment_schedule\": \"adhoc\",\n      \"payments_per_period\": 0,\n      \"purpose\": \"dependant_support\",\n      \"start_date\": \"string\"\n    },\n    \"revolut_pay\": {},\n    \"sepa_debit\": {\n      \"reference\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"collection_method\": \"paper\"\n    }\n  },\n  \"single_use\": {\n    \"amount\": 0,\n    \"currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"multi_use\"\n}"}},"summary":"Retrieve a Mandate"}},"/v1/payment_attempt_records":{"get":{"description":"List Payment Attempt Records","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The ID of the Payment Record.","in":"query","name":"payment_record","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"amount_authorized\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"amount_canceled\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"amount_failed\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"amount_guaranteed\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"amount_refunded\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"amount_requested\": {\n        \"currency\": \"string\",\n        \"value\": 0\n      },\n      \"application\": \"string\",\n      \"created\": 0,\n      \"customer_details\": {\n        \"customer\": \"string\",\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\"\n      },\n      \"customer_presence\": \"off_session\",\n      \"description\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"payment_attempt_record\",\n      \"payment_method_details\": {\n        \"ach_credit_transfer\": {\n          \"account_number\": \"string\",\n          \"bank_name\": \"string\",\n          \"routing_number\": \"string\",\n          \"swift_code\": \"string\"\n        },\n        \"ach_debit\": {\n          \"account_holder_type\": \"company\",\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"afterpay_clearpay\": {\n          \"order_id\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"alipay\": {\n          \"buyer_id\": \"string\",\n          \"fingerprint\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"alma\": {\n          \"installments\": {\n            \"count\": 0\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"amazon_pay\": {\n          \"funding\": {\n            \"card\": {\n              \"brand\": \"string\",\n              \"country\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"funding\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"type\": \"card\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"billie\": {\n          \"transaction_id\": \"string\"\n        },\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\"\n        },\n        \"blik\": {\n          \"buyer_id\": \"string\"\n        },\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"authorization_code\": \"string\",\n          \"brand\": \"amex\",\n          \"capture_before\": 0,\n          \"checks\": {\n            \"address_line1_check\": \"fail\",\n            \"address_postal_code_check\": \"fail\",\n            \"cvc_check\": \"fail\"\n          },\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"credit\",\n          \"iin\": \"string\",\n          \"installments\": {\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"amex\",\n          \"network_advice_code\": \"string\",\n          \"network_decline_code\": \"string\",\n          \"network_token\": {\n            \"used\": true\n          },\n          \"network_transaction_id\": \"string\",\n          \"stored_credential_usage\": \"recurring\",\n          \"three_d_secure\": {\n            \"authentication_flow\": \"challenge\",\n            \"result\": \"attempt_acknowledged\",\n            \"result_reason\": \"abandoned\",\n            \"version\": \"1.0.2\"\n          },\n          \"wallet\": {\n            \"apple_pay\": {\n              \"type\": \"string\"\n            },\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"type\": \"string\"\n          }\n        },\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"crypto\": {\n          \"buyer_address\": \"string\",\n          \"network\": \"base\",\n          \"token_currency\": \"usdc\",\n          \"transaction_hash\": \"string\"\n        },\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"type\": \"string\"\n        },\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\",\n          \"verified_name\": \"string\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\",\n          \"transaction_id\": \"string\"\n        },\n        \"giropay\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"grabpay\": {\n          \"transaction_id\": \"string\"\n        },\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"transaction_id\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          }\n        },\n        \"kakao_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"klarna\": {\n          \"payer_details\": {\n            \"address\": {\n              \"country\": \"string\"\n            }\n          },\n          \"payment_method_category\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"konbini\": {\n          \"store\": {\n            \"chain\": \"familymart\"\n          }\n        },\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"buyer_id\": \"string\",\n          \"last4\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"link\": {\n          \"country\": \"string\"\n        },\n        \"mb_way\": {},\n        \"mobilepay\": {\n          \"card\": {\n            \"brand\": \"string\",\n            \"country\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"last4\": \"string\"\n          }\n        },\n        \"multibanco\": {\n          \"entity\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"oxxo\": {\n          \"number\": \"string\"\n        },\n        \"p24\": {\n          \"bank\": \"alior_bank\",\n          \"reference\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"payment_method\": \"string\",\n        \"paynow\": {\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\",\n          \"payer_name\": \"string\",\n          \"seller_protection\": {\n            \"dispute_categories\": [\n              \"fraudulent\"\n            ],\n            \"status\": \"eligible\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {\n          \"bank_transaction_id\": \"string\"\n        },\n        \"promptpay\": {\n          \"reference\": \"string\"\n        },\n        \"revolut_pay\": {\n          \"funding\": {\n            \"card\": {\n              \"brand\": \"string\",\n              \"country\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"funding\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"type\": \"card\"\n          },\n          \"transaction_id\": \"string\"\n        },\n        \"samsung_pay\": {\n          \"buyer_id\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"satispay\": {\n          \"transaction_id\": \"string\"\n        },\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\"\n        },\n        \"sofort\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"country\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"stripe_account\": {},\n        \"swish\": {\n          \"fingerprint\": \"string\",\n          \"payment_reference\": \"string\",\n          \"verified_phone_last4\": \"string\"\n        },\n        \"twint\": {},\n        \"type\": \"string\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"expected_debit_date\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"payment_reference\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"wechat\": {},\n        \"wechat_pay\": {\n          \"fingerprint\": \"string\",\n          \"location\": \"string\",\n          \"reader\": \"string\",\n          \"transaction_id\": \"string\"\n        },\n        \"zip\": {}\n      },\n      \"payment_record\": \"string\",\n      \"processor_details\": {\n        \"custom\": {\n          \"payment_reference\": \"string\"\n        },\n        \"type\": \"custom\"\n      },\n      \"reported_by\": \"self\",\n      \"shipping_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"name\": \"string\",\n        \"phone\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List Payment Attempt Records"}},"/v1/payment_attempt_records/{id}":{"get":{"description":"Retrieve a Payment Attempt Record","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The ID of the Payment Attempt Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_attempt_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_attempt_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"payment_record\": \"string\",\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Retrieve a Payment Attempt Record"}},"/v1/payment_intents":{"get":{"description":"List all PaymentIntents","parameters":[{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp or a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return PaymentIntents for the customer that this customer ID specifies.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return PaymentIntents for the account representing the customer that this ID specifies.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {\n        \"advice_code\": \"string\",\n        \"charge\": \"string\",\n        \"code\": \"string\",\n        \"decline_code\": \"string\",\n        \"doc_url\": \"string\",\n        \"message\": \"string\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"param\": \"string\",\n        \"payment_intent\": {},\n        \"payment_method\": {\n          \"acss_debit\": {\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"institution_number\": \"string\",\n            \"last4\": \"string\",\n            \"transit_number\": \"string\"\n          },\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"allow_redisplay\": \"always\",\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_becs_debit\": {\n            \"bsb_number\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\"\n          },\n          \"bacs_debit\": {\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"bancontact\": {},\n          \"billie\": {},\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tax_id\": \"string\"\n          },\n          \"blik\": {},\n          \"boleto\": {\n            \"tax_id\": \"string\"\n          },\n          \"card\": {\n            \"brand\": \"string\",\n            \"checks\": {\n              \"address_line1_check\": \"string\",\n              \"address_postal_code_check\": \"string\",\n              \"cvc_check\": \"string\"\n            },\n            \"country\": \"string\",\n            \"display_brand\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"payment_method_details\": {\n                \"card_present\": {\n                  \"amount_authorized\": 0,\n                  \"brand\": \"string\",\n                  \"brand_product\": \"string\",\n                  \"capture_before\": 0,\n                  \"cardholder_name\": \"string\",\n                  \"country\": \"string\",\n                  \"description\": \"string\",\n                  \"emv_auth_data\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"fingerprint\": \"string\",\n                  \"funding\": \"string\",\n                  \"generated_card\": \"string\",\n                  \"incremental_authorization_supported\": true,\n                  \"issuer\": \"string\",\n                  \"last4\": \"string\",\n                  \"network\": \"string\",\n                  \"network_transaction_id\": \"string\",\n                  \"offline\": {\n                    \"stored_at\": 0,\n                    \"type\": \"deferred\"\n                  },\n                  \"overcapture_supported\": true,\n                  \"preferred_locales\": [\n                    \"string\"\n                  ],\n                  \"read_method\": \"contact_emv\",\n                  \"receipt\": {\n                    \"account_type\": \"checking\",\n                    \"application_cryptogram\": \"string\",\n                    \"application_preferred_name\": \"string\",\n                    \"authorization_code\": \"string\",\n                    \"authorization_response_code\": \"string\",\n                    \"cardholder_verification_method\": \"string\",\n                    \"dedicated_file_name\": \"string\",\n                    \"terminal_verification_results\": \"string\",\n                    \"transaction_status_information\": \"string\"\n                  },\n                  \"wallet\": {\n                    \"type\": \"apple_pay\"\n                  }\n                },\n                \"type\": \"string\"\n              },\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"regulated_status\": \"regulated\",\n            \"three_d_secure_usage\": {\n              \"supported\": true\n            },\n            \"wallet\": {\n              \"amex_express_checkout\": {},\n              \"apple_pay\": {},\n              \"dynamic_last4\": \"string\",\n              \"google_pay\": {},\n              \"link\": {},\n              \"masterpass\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"samsung_pay\": {},\n              \"type\": \"amex_express_checkout\",\n              \"visa_checkout\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            }\n          },\n          \"card_present\": {\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"cashapp\": {\n            \"buyer_id\": \"string\",\n            \"cashtag\": \"string\"\n          },\n          \"created\": 0,\n          \"crypto\": {},\n          \"custom\": {\n            \"display_name\": \"string\",\n            \"logo\": {\n              \"content_type\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\"\n          },\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"customer_balance\": {},\n          \"eps\": {\n            \"bank\": \"arzte_und_apotheker_bank\"\n          },\n          \"fpx\": {\n            \"bank\": \"affin_bank\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"id\": \"string\",\n          \"ideal\": {\n            \"bank\": \"abn_amro\",\n            \"bic\": \"ABNANL2A\"\n          },\n          \"interac_present\": {\n            \"brand\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\"\n          },\n          \"kakao_pay\": {},\n          \"klarna\": {\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            }\n          },\n          \"konbini\": {},\n          \"kr_card\": {\n            \"brand\": \"bc\",\n            \"last4\": \"string\"\n          },\n          \"link\": {\n            \"email\": \"string\"\n          },\n          \"livemode\": true,\n          \"mb_way\": {},\n          \"metadata\": {},\n          \"mobilepay\": {},\n          \"multibanco\": {},\n          \"naver_pay\": {\n            \"buyer_id\": \"string\",\n            \"funding\": \"card\"\n          },\n          \"nz_bank_account\": {\n            \"account_holder_name\": \"string\",\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"last4\": \"string\",\n            \"suffix\": \"string\"\n          },\n          \"object\": \"payment_method\",\n          \"oxxo\": {},\n          \"p24\": {\n            \"bank\": \"alior_bank\"\n          },\n          \"pay_by_bank\": {},\n          \"payco\": {},\n          \"paynow\": {},\n          \"paypal\": {\n            \"country\": \"string\",\n            \"payer_email\": \"string\",\n            \"payer_id\": \"string\"\n          },\n          \"payto\": {\n            \"bsb_number\": \"string\",\n            \"last4\": \"string\",\n            \"pay_id\": \"string\"\n          },\n          \"pix\": {},\n          \"promptpay\": {},\n          \"radar_options\": {\n            \"session\": \"string\"\n          },\n          \"revolut_pay\": {},\n          \"samsung_pay\": {},\n          \"satispay\": {},\n          \"sepa_debit\": {\n            \"bank_code\": \"string\",\n            \"branch_code\": \"string\",\n            \"country\": \"string\",\n            \"fingerprint\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\"\n          },\n          \"sofort\": {\n            \"country\": \"string\"\n          },\n          \"swish\": {},\n          \"twint\": {},\n          \"type\": \"acss_debit\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"financial_connections_account\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"preferred\": \"string\",\n              \"supported\": [\n                \"ach\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status_details\": {\n              \"blocked\": {\n                \"network_code\": \"R02\",\n                \"reason\": \"bank_account_closed\"\n              }\n            }\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"payment_method_type\": \"string\",\n        \"request_log_url\": \"string\",\n        \"setup_intent\": {\n          \"application\": \"string\",\n          \"attach_to_self\": true,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"cancellation_reason\": \"abandoned\",\n          \"client_secret\": \"string\",\n          \"created\": 0,\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"flow_directions\": [\n            \"inbound\"\n          ],\n          \"id\": \"string\",\n          \"last_setup_error\": {},\n          \"latest_attempt\": \"string\",\n          \"livemode\": true,\n          \"mandate\": \"string\",\n          \"metadata\": {},\n          \"next_action\": {\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            }\n          },\n          \"object\": \"setup_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"currency\": \"cad\",\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"default_for\": [\n                  \"invoice\"\n                ],\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"amazon_pay\": {},\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"card_present\": {},\n            \"klarna\": {\n              \"currency\": \"string\",\n              \"preferred_locale\": \"string\"\n            },\n            \"link\": {},\n            \"paypal\": {\n              \"billing_agreement_id\": \"string\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\",\n                \"start_date\": \"string\"\n              }\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"single_use_mandate\": \"string\",\n          \"status\": \"canceled\",\n          \"usage\": \"string\"\n        },\n        \"source\": {\n          \"account\": \"string\",\n          \"account_holder_name\": \"string\",\n          \"account_holder_type\": \"string\",\n          \"account_type\": \"string\",\n          \"available_payout_methods\": [\n            \"instant\"\n          ],\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"default_for_currency\": true,\n          \"fingerprint\": \"string\",\n          \"future_requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"id\": \"string\",\n          \"last4\": \"string\",\n          \"metadata\": {},\n          \"object\": \"bank_account\",\n          \"requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status\": \"string\"\n        },\n        \"type\": \"api_error\"\n      },\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all PaymentIntents"},"post":{"description":"Create a PaymentIntent","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Create a PaymentIntent"}},"/v1/payment_intents/search":{"get":{"description":"Search PaymentIntents","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for payment intents](https://docs.stripe.com/search#query-fields-for-payment-intents).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {\n        \"advice_code\": \"string\",\n        \"charge\": \"string\",\n        \"code\": \"string\",\n        \"decline_code\": \"string\",\n        \"doc_url\": \"string\",\n        \"message\": \"string\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"param\": \"string\",\n        \"payment_intent\": {},\n        \"payment_method\": {\n          \"acss_debit\": {\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"institution_number\": \"string\",\n            \"last4\": \"string\",\n            \"transit_number\": \"string\"\n          },\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"allow_redisplay\": \"always\",\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_becs_debit\": {\n            \"bsb_number\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\"\n          },\n          \"bacs_debit\": {\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"bancontact\": {},\n          \"billie\": {},\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tax_id\": \"string\"\n          },\n          \"blik\": {},\n          \"boleto\": {\n            \"tax_id\": \"string\"\n          },\n          \"card\": {\n            \"brand\": \"string\",\n            \"checks\": {\n              \"address_line1_check\": \"string\",\n              \"address_postal_code_check\": \"string\",\n              \"cvc_check\": \"string\"\n            },\n            \"country\": \"string\",\n            \"display_brand\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"payment_method_details\": {\n                \"card_present\": {\n                  \"amount_authorized\": 0,\n                  \"brand\": \"string\",\n                  \"brand_product\": \"string\",\n                  \"capture_before\": 0,\n                  \"cardholder_name\": \"string\",\n                  \"country\": \"string\",\n                  \"description\": \"string\",\n                  \"emv_auth_data\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"fingerprint\": \"string\",\n                  \"funding\": \"string\",\n                  \"generated_card\": \"string\",\n                  \"incremental_authorization_supported\": true,\n                  \"issuer\": \"string\",\n                  \"last4\": \"string\",\n                  \"network\": \"string\",\n                  \"network_transaction_id\": \"string\",\n                  \"offline\": {\n                    \"stored_at\": 0,\n                    \"type\": \"deferred\"\n                  },\n                  \"overcapture_supported\": true,\n                  \"preferred_locales\": [\n                    \"string\"\n                  ],\n                  \"read_method\": \"contact_emv\",\n                  \"receipt\": {\n                    \"account_type\": \"checking\",\n                    \"application_cryptogram\": \"string\",\n                    \"application_preferred_name\": \"string\",\n                    \"authorization_code\": \"string\",\n                    \"authorization_response_code\": \"string\",\n                    \"cardholder_verification_method\": \"string\",\n                    \"dedicated_file_name\": \"string\",\n                    \"terminal_verification_results\": \"string\",\n                    \"transaction_status_information\": \"string\"\n                  },\n                  \"wallet\": {\n                    \"type\": \"apple_pay\"\n                  }\n                },\n                \"type\": \"string\"\n              },\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"regulated_status\": \"regulated\",\n            \"three_d_secure_usage\": {\n              \"supported\": true\n            },\n            \"wallet\": {\n              \"amex_express_checkout\": {},\n              \"apple_pay\": {},\n              \"dynamic_last4\": \"string\",\n              \"google_pay\": {},\n              \"link\": {},\n              \"masterpass\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"samsung_pay\": {},\n              \"type\": \"amex_express_checkout\",\n              \"visa_checkout\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            }\n          },\n          \"card_present\": {\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"cashapp\": {\n            \"buyer_id\": \"string\",\n            \"cashtag\": \"string\"\n          },\n          \"created\": 0,\n          \"crypto\": {},\n          \"custom\": {\n            \"display_name\": \"string\",\n            \"logo\": {\n              \"content_type\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\"\n          },\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"customer_balance\": {},\n          \"eps\": {\n            \"bank\": \"arzte_und_apotheker_bank\"\n          },\n          \"fpx\": {\n            \"bank\": \"affin_bank\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"id\": \"string\",\n          \"ideal\": {\n            \"bank\": \"abn_amro\",\n            \"bic\": \"ABNANL2A\"\n          },\n          \"interac_present\": {\n            \"brand\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\"\n          },\n          \"kakao_pay\": {},\n          \"klarna\": {\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            }\n          },\n          \"konbini\": {},\n          \"kr_card\": {\n            \"brand\": \"bc\",\n            \"last4\": \"string\"\n          },\n          \"link\": {\n            \"email\": \"string\"\n          },\n          \"livemode\": true,\n          \"mb_way\": {},\n          \"metadata\": {},\n          \"mobilepay\": {},\n          \"multibanco\": {},\n          \"naver_pay\": {\n            \"buyer_id\": \"string\",\n            \"funding\": \"card\"\n          },\n          \"nz_bank_account\": {\n            \"account_holder_name\": \"string\",\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"last4\": \"string\",\n            \"suffix\": \"string\"\n          },\n          \"object\": \"payment_method\",\n          \"oxxo\": {},\n          \"p24\": {\n            \"bank\": \"alior_bank\"\n          },\n          \"pay_by_bank\": {},\n          \"payco\": {},\n          \"paynow\": {},\n          \"paypal\": {\n            \"country\": \"string\",\n            \"payer_email\": \"string\",\n            \"payer_id\": \"string\"\n          },\n          \"payto\": {\n            \"bsb_number\": \"string\",\n            \"last4\": \"string\",\n            \"pay_id\": \"string\"\n          },\n          \"pix\": {},\n          \"promptpay\": {},\n          \"radar_options\": {\n            \"session\": \"string\"\n          },\n          \"revolut_pay\": {},\n          \"samsung_pay\": {},\n          \"satispay\": {},\n          \"sepa_debit\": {\n            \"bank_code\": \"string\",\n            \"branch_code\": \"string\",\n            \"country\": \"string\",\n            \"fingerprint\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\"\n          },\n          \"sofort\": {\n            \"country\": \"string\"\n          },\n          \"swish\": {},\n          \"twint\": {},\n          \"type\": \"acss_debit\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"financial_connections_account\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"preferred\": \"string\",\n              \"supported\": [\n                \"ach\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status_details\": {\n              \"blocked\": {\n                \"network_code\": \"R02\",\n                \"reason\": \"bank_account_closed\"\n              }\n            }\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"payment_method_type\": \"string\",\n        \"request_log_url\": \"string\",\n        \"setup_intent\": {\n          \"application\": \"string\",\n          \"attach_to_self\": true,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"cancellation_reason\": \"abandoned\",\n          \"client_secret\": \"string\",\n          \"created\": 0,\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"flow_directions\": [\n            \"inbound\"\n          ],\n          \"id\": \"string\",\n          \"last_setup_error\": {},\n          \"latest_attempt\": \"string\",\n          \"livemode\": true,\n          \"mandate\": \"string\",\n          \"metadata\": {},\n          \"next_action\": {\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            }\n          },\n          \"object\": \"setup_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"currency\": \"cad\",\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"default_for\": [\n                  \"invoice\"\n                ],\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"amazon_pay\": {},\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"card_present\": {},\n            \"klarna\": {\n              \"currency\": \"string\",\n              \"preferred_locale\": \"string\"\n            },\n            \"link\": {},\n            \"paypal\": {\n              \"billing_agreement_id\": \"string\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\",\n                \"start_date\": \"string\"\n              }\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"single_use_mandate\": \"string\",\n          \"status\": \"canceled\",\n          \"usage\": \"string\"\n        },\n        \"source\": {\n          \"account\": \"string\",\n          \"account_holder_name\": \"string\",\n          \"account_holder_type\": \"string\",\n          \"account_type\": \"string\",\n          \"available_payout_methods\": [\n            \"instant\"\n          ],\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"default_for_currency\": true,\n          \"fingerprint\": \"string\",\n          \"future_requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"id\": \"string\",\n          \"last4\": \"string\",\n          \"metadata\": {},\n          \"object\": \"bank_account\",\n          \"requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status\": \"string\"\n        },\n        \"type\": \"api_error\"\n      },\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search PaymentIntents"}},"/v1/payment_intents/{intent}":{"get":{"description":"Retrieve a PaymentIntent","parameters":[{"description":"The client secret of the PaymentIntent. We require it if you use a publishable key to retrieve the source.","in":"query","name":"client_secret","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Retrieve a PaymentIntent"},"post":{"description":"Update a PaymentIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Update a PaymentIntent"}},"/v1/payment_intents/{intent}/amount_details_line_items":{"get":{"description":"List all PaymentIntent LineItems","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"discount_amount\": 0,\n      \"id\": \"string\",\n      \"object\": \"payment_intent_amount_details_line_item\",\n      \"payment_method_options\": {\n        \"card\": {\n          \"commodity_code\": \"string\"\n        },\n        \"card_present\": {\n          \"commodity_code\": \"string\"\n        },\n        \"klarna\": {\n          \"image_url\": \"string\",\n          \"product_url\": \"string\",\n          \"reference\": \"string\",\n          \"subscription_reference\": \"string\"\n        },\n        \"paypal\": {\n          \"category\": \"digital_goods\",\n          \"description\": \"string\",\n          \"sold_by\": \"string\"\n        }\n      },\n      \"product_code\": \"string\",\n      \"product_name\": \"string\",\n      \"quantity\": 0,\n      \"tax\": {\n        \"total_tax_amount\": 0\n      },\n      \"unit_cost\": 0,\n      \"unit_of_measure\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all PaymentIntent LineItems"}},"/v1/payment_intents/{intent}/apply_customer_balance":{"post":{"description":"Reconcile a customer_balance PaymentIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Reconcile a customer_balance PaymentIntent"}},"/v1/payment_intents/{intent}/cancel":{"post":{"description":"Cancel a PaymentIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Cancel a PaymentIntent"}},"/v1/payment_intents/{intent}/capture":{"post":{"description":"Capture a PaymentIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Capture a PaymentIntent"}},"/v1/payment_intents/{intent}/confirm":{"post":{"description":"Confirm a PaymentIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Confirm a PaymentIntent"}},"/v1/payment_intents/{intent}/increment_authorization":{"post":{"description":"Increment an authorization","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Increment an authorization"}},"/v1/payment_intents/{intent}/verify_microdeposits":{"post":{"description":"Verify microdeposits on a PaymentIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_intent"}}},"description":"{\n  \"amount\": 0,\n  \"amount_capturable\": 0,\n  \"amount_details\": {\n    \"discount_amount\": 0,\n    \"error\": {\n      \"code\": \"amount_details_amount_mismatch\",\n      \"message\": \"string\"\n    },\n    \"line_items\": {\n      \"data\": [\n        {\n          \"discount_amount\": 0,\n          \"id\": \"string\",\n          \"object\": \"payment_intent_amount_details_line_item\",\n          \"payment_method_options\": {\n            \"card\": {\n              \"commodity_code\": \"string\"\n            },\n            \"card_present\": {\n              \"commodity_code\": \"string\"\n            },\n            \"klarna\": {\n              \"image_url\": \"string\",\n              \"product_url\": \"string\",\n              \"reference\": \"string\",\n              \"subscription_reference\": \"string\"\n            },\n            \"paypal\": {\n              \"category\": \"digital_goods\",\n              \"description\": \"string\",\n              \"sold_by\": \"string\"\n            }\n          },\n          \"product_code\": \"string\",\n          \"product_name\": \"string\",\n          \"quantity\": 0,\n          \"tax\": {\n            \"total_tax_amount\": 0\n          },\n          \"unit_cost\": 0,\n          \"unit_of_measure\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"shipping\": {\n      \"amount\": 0,\n      \"from_postal_code\": \"string\",\n      \"to_postal_code\": \"string\"\n    },\n    \"tax\": {\n      \"total_tax_amount\": 0\n    },\n    \"tip\": {\n      \"amount\": 0\n    }\n  },\n  \"amount_received\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"canceled_at\": 0,\n  \"cancellation_reason\": \"abandoned\",\n  \"capture_method\": \"automatic\",\n  \"client_secret\": \"string\",\n  \"confirmation_method\": \"automatic\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"hooks\": {\n    \"inputs\": {\n      \"tax\": {\n        \"calculation\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"last_payment_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {},\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {},\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    },\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_charge\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_action\": {\n    \"alipay_handle_redirect\": {\n      \"native_data\": \"string\",\n      \"native_url\": \"string\",\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"boleto_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\",\n      \"pdf\": \"string\"\n    },\n    \"card_await_notification\": {\n      \"charge_attempt_at\": 0,\n      \"customer_approval_required\": true\n    },\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"display_bank_transfer_instructions\": {\n      \"amount_remaining\": 0,\n      \"currency\": \"string\",\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"iban\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bic\": \"string\",\n            \"country\": \"string\",\n            \"iban\": \"string\"\n          },\n          \"sort_code\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"sort_code\": \"string\"\n          },\n          \"spei\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"clabe\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"swift\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_name\": \"string\",\n            \"swift_code\": \"string\"\n          },\n          \"type\": \"aba\",\n          \"zengin\": {\n            \"account_holder_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_type\": \"string\",\n            \"bank_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"branch_name\": \"string\"\n          }\n        }\n      ],\n      \"hosted_instructions_url\": \"string\",\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\"\n    },\n    \"konbini_display_details\": {\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"stores\": {\n        \"familymart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"lawson\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"ministop\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        },\n        \"seicomart\": {\n          \"confirmation_number\": \"string\",\n          \"payment_code\": \"string\"\n        }\n      }\n    },\n    \"multibanco_display_details\": {\n      \"entity\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"oxxo_display_details\": {\n      \"expires_after\": 0,\n      \"hosted_voucher_url\": \"string\",\n      \"number\": \"string\"\n    },\n    \"paynow_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"pix_display_qr_code\": {\n      \"data\": \"string\",\n      \"expires_at\": 0,\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"promptpay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"swish_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"qr_code\": {\n        \"data\": \"string\",\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    },\n    \"wechat_pay_display_qr_code\": {\n      \"data\": \"string\",\n      \"hosted_instructions_url\": \"string\",\n      \"image_data_url\": \"string\",\n      \"image_url_png\": \"string\",\n      \"image_url_svg\": \"string\"\n    },\n    \"wechat_pay_redirect_to_android_app\": {\n      \"app_id\": \"string\",\n      \"nonce_str\": \"string\",\n      \"package\": \"string\",\n      \"partner_id\": \"string\",\n      \"prepay_id\": \"string\",\n      \"sign\": \"string\",\n      \"timestamp\": \"string\"\n    },\n    \"wechat_pay_redirect_to_ios_app\": {\n      \"native_url\": \"string\"\n    }\n  },\n  \"object\": \"payment_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_details\": {\n    \"customer_reference\": \"string\",\n    \"order_reference\": \"string\"\n  },\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"affirm\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"afterpay_clearpay\": {\n      \"capture_method\": \"manual\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"alipay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"alma\": {\n      \"capture_method\": \"manual\"\n    },\n    \"amazon_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"au_becs_debit\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"bancontact\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"billie\": {\n      \"capture_method\": \"manual\"\n    },\n    \"blik\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"boleto\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"card\": {\n      \"capture_method\": \"manual\",\n      \"installments\": {\n        \"available_plans\": [\n          {\n            \"count\": 0,\n            \"interval\": \"month\",\n            \"type\": \"bonus\"\n          }\n        ],\n        \"enabled\": true,\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_extended_authorization\": \"if_available\",\n      \"request_incremental_authorization\": \"if_available\",\n      \"request_multicapture\": \"if_available\",\n      \"request_overcapture\": \"if_available\",\n      \"request_three_d_secure\": \"any\",\n      \"require_cvc_recollection\": true,\n      \"setup_future_usage\": \"none\",\n      \"statement_descriptor_suffix_kana\": \"string\",\n      \"statement_descriptor_suffix_kanji\": \"string\"\n    },\n    \"card_present\": {\n      \"capture_method\": \"manual\",\n      \"request_extended_authorization\": true,\n      \"request_incremental_authorization_support\": true,\n      \"routing\": {\n        \"requested_priority\": \"domestic\"\n      }\n    },\n    \"cashapp\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"crypto\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"customer_balance\": {\n      \"bank_transfer\": {\n        \"eu_bank_transfer\": {\n          \"country\": \"BE\"\n        },\n        \"requested_address_types\": [\n          \"aba\"\n        ],\n        \"type\": \"eu_bank_transfer\"\n      },\n      \"funding_type\": \"bank_transfer\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"eps\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"fpx\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"giropay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"grabpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"ideal\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"interac_present\": {},\n    \"kakao_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"klarna\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"konbini\": {\n      \"confirmation_number\": \"string\",\n      \"expires_after_days\": 0,\n      \"expires_at\": 0,\n      \"product_description\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"kr_card\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"link\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"mb_way\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"mobilepay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"multibanco\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"naver_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"nz_bank_account\": {\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"oxxo\": {\n      \"expires_after_days\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"p24\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"capture_method\": \"manual\"\n    },\n    \"paynow\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"paypal\": {\n      \"capture_method\": \"manual\",\n      \"preferred_locale\": \"string\",\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\"\n      },\n      \"setup_future_usage\": \"none\"\n    },\n    \"pix\": {\n      \"amount_includes_iof\": \"always\",\n      \"expires_after_seconds\": 0,\n      \"expires_at\": 0,\n      \"setup_future_usage\": \"none\"\n    },\n    \"promptpay\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"revolut_pay\": {\n      \"capture_method\": \"manual\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"samsung_pay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"satispay\": {\n      \"capture_method\": \"manual\"\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\"\n    },\n    \"sofort\": {\n      \"preferred_language\": \"de\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"swish\": {\n      \"reference\": \"string\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"twint\": {\n      \"setup_future_usage\": \"none\"\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"setup_future_usage\": \"none\",\n      \"target_date\": \"string\",\n      \"verification_method\": \"automatic\"\n    },\n    \"wechat_pay\": {\n      \"app_id\": \"string\",\n      \"client\": \"android\",\n      \"setup_future_usage\": \"none\"\n    },\n    \"zip\": {\n      \"setup_future_usage\": \"none\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"processing\": {\n    \"card\": {\n      \"customer_notification\": {\n        \"approval_requested\": true,\n        \"completes_at\": 0\n      }\n    },\n    \"type\": \"card\"\n  },\n  \"receipt_email\": \"string\",\n  \"review\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"carrier\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tracking_number\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"statement_descriptor_suffix\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"transfer_group\": \"string\"\n}"}},"summary":"Verify microdeposits on a PaymentIntent"}},"/v1/payment_links":{"get":{"description":"List all payment links","parameters":[{"description":"Only return payment links that are active or inactive (e.g., pass `false` to list all inactive payment links).","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"after_completion\": {\n        \"hosted_confirmation\": {\n          \"custom_message\": \"string\"\n        },\n        \"redirect\": {\n          \"url\": \"string\"\n        },\n        \"type\": \"hosted_confirmation\"\n      },\n      \"allow_promotion_codes\": true,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_address_collection\": \"auto\",\n      \"consent_collection\": {\n        \"payment_method_reuse_agreement\": {\n          \"position\": \"auto\"\n        },\n        \"promotions\": \"auto\",\n        \"terms_of_service\": \"none\"\n      },\n      \"currency\": \"string\",\n      \"custom_fields\": [\n        {\n          \"dropdown\": {\n            \"default_value\": \"string\",\n            \"options\": [\n              {\n                \"label\": \"string\",\n                \"value\": \"string\"\n              }\n            ]\n          },\n          \"key\": \"string\",\n          \"label\": {\n            \"custom\": \"string\",\n            \"type\": \"custom\"\n          },\n          \"numeric\": {\n            \"default_value\": \"string\",\n            \"maximum_length\": 0,\n            \"minimum_length\": 0\n          },\n          \"optional\": true,\n          \"text\": {\n            \"default_value\": \"string\",\n            \"maximum_length\": 0,\n            \"minimum_length\": 0\n          },\n          \"type\": \"dropdown\"\n        }\n      ],\n      \"custom_text\": {\n        \"after_submit\": {\n          \"message\": \"string\"\n        },\n        \"shipping_address\": {\n          \"message\": \"string\"\n        },\n        \"submit\": {\n          \"message\": \"string\"\n        },\n        \"terms_of_service_acceptance\": {\n          \"message\": \"string\"\n        }\n      },\n      \"customer_creation\": \"always\",\n      \"id\": \"string\",\n      \"inactive_message\": \"string\",\n      \"invoice_creation\": {\n        \"enabled\": true,\n        \"invoice_data\": {\n          \"account_tax_ids\": [\n            \"string\"\n          ],\n          \"custom_fields\": [\n            {\n              \"name\": \"string\",\n              \"value\": \"string\"\n            }\n          ],\n          \"description\": \"string\",\n          \"footer\": \"string\",\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          },\n          \"metadata\": {},\n          \"rendering_options\": {\n            \"amount_tax_display\": \"string\",\n            \"template\": \"string\"\n          }\n        }\n      },\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name_collection\": {\n        \"business\": {\n          \"enabled\": true,\n          \"optional\": true\n        },\n        \"individual\": {\n          \"enabled\": true,\n          \"optional\": true\n        }\n      },\n      \"object\": \"payment_link\",\n      \"on_behalf_of\": \"string\",\n      \"optional_items\": [\n        {\n          \"adjustable_quantity\": {\n            \"enabled\": true,\n            \"maximum\": 0,\n            \"minimum\": 0\n          },\n          \"price\": \"string\",\n          \"quantity\": 0\n        }\n      ],\n      \"payment_intent_data\": {\n        \"capture_method\": \"automatic\",\n        \"description\": \"string\",\n        \"metadata\": {},\n        \"setup_future_usage\": \"off_session\",\n        \"statement_descriptor\": \"string\",\n        \"statement_descriptor_suffix\": \"string\",\n        \"transfer_group\": \"string\"\n      },\n      \"payment_method_collection\": \"always\",\n      \"payment_method_types\": [\n        \"affirm\"\n      ],\n      \"phone_number_collection\": {\n        \"enabled\": true\n      },\n      \"restrictions\": {\n        \"completed_sessions\": {\n          \"count\": 0,\n          \"limit\": 0\n        }\n      },\n      \"shipping_address_collection\": {\n        \"allowed_countries\": [\n          \"AC\"\n        ]\n      },\n      \"shipping_options\": [\n        {\n          \"shipping_amount\": 0,\n          \"shipping_rate\": \"string\"\n        }\n      ],\n      \"submit_type\": \"auto\",\n      \"subscription_data\": {\n        \"description\": \"string\",\n        \"invoice_settings\": {\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"metadata\": {},\n        \"trial_period_days\": 0,\n        \"trial_settings\": {\n          \"end_behavior\": {\n            \"missing_payment_method\": \"cancel\"\n          }\n        }\n      },\n      \"tax_id_collection\": {\n        \"enabled\": true,\n        \"required\": \"if_supported\"\n      },\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all payment links"},"post":{"description":"Create a payment link","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_link"}}},"description":"{\n  \"active\": true,\n  \"after_completion\": {\n    \"hosted_confirmation\": {\n      \"custom_message\": \"string\"\n    },\n    \"redirect\": {\n      \"url\": \"string\"\n    },\n    \"type\": \"hosted_confirmation\"\n  },\n  \"allow_promotion_codes\": true,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_address_collection\": \"auto\",\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ]\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer_creation\": \"always\",\n  \"id\": \"string\",\n  \"inactive_message\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"payment_link\",\n  \"on_behalf_of\": \"string\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"payment_intent_data\": {\n    \"capture_method\": \"automatic\",\n    \"description\": \"string\",\n    \"metadata\": {},\n    \"setup_future_usage\": \"off_session\",\n    \"statement_descriptor\": \"string\",\n    \"statement_descriptor_suffix\": \"string\",\n    \"transfer_group\": \"string\"\n  },\n  \"payment_method_collection\": \"always\",\n  \"payment_method_types\": [\n    \"affirm\"\n  ],\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"restrictions\": {\n    \"completed_sessions\": {\n      \"count\": 0,\n      \"limit\": 0\n    }\n  },\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"submit_type\": \"auto\",\n  \"subscription_data\": {\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"metadata\": {},\n    \"trial_period_days\": 0,\n    \"trial_settings\": {\n      \"end_behavior\": {\n        \"missing_payment_method\": \"cancel\"\n      }\n    }\n  },\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"url\": \"string\"\n}"}},"summary":"Create a payment link"}},"/v1/payment_links/{payment_link}":{"get":{"description":"Retrieve payment link","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"payment_link","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_link"}}},"description":"{\n  \"active\": true,\n  \"after_completion\": {\n    \"hosted_confirmation\": {\n      \"custom_message\": \"string\"\n    },\n    \"redirect\": {\n      \"url\": \"string\"\n    },\n    \"type\": \"hosted_confirmation\"\n  },\n  \"allow_promotion_codes\": true,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_address_collection\": \"auto\",\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ]\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer_creation\": \"always\",\n  \"id\": \"string\",\n  \"inactive_message\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"payment_link\",\n  \"on_behalf_of\": \"string\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"payment_intent_data\": {\n    \"capture_method\": \"automatic\",\n    \"description\": \"string\",\n    \"metadata\": {},\n    \"setup_future_usage\": \"off_session\",\n    \"statement_descriptor\": \"string\",\n    \"statement_descriptor_suffix\": \"string\",\n    \"transfer_group\": \"string\"\n  },\n  \"payment_method_collection\": \"always\",\n  \"payment_method_types\": [\n    \"affirm\"\n  ],\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"restrictions\": {\n    \"completed_sessions\": {\n      \"count\": 0,\n      \"limit\": 0\n    }\n  },\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"submit_type\": \"auto\",\n  \"subscription_data\": {\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"metadata\": {},\n    \"trial_period_days\": 0,\n    \"trial_settings\": {\n      \"end_behavior\": {\n        \"missing_payment_method\": \"cancel\"\n      }\n    }\n  },\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"url\": \"string\"\n}"}},"summary":"Retrieve payment link"},"post":{"description":"Update a payment link","parameters":[{"in":"path","name":"payment_link","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_link"}}},"description":"{\n  \"active\": true,\n  \"after_completion\": {\n    \"hosted_confirmation\": {\n      \"custom_message\": \"string\"\n    },\n    \"redirect\": {\n      \"url\": \"string\"\n    },\n    \"type\": \"hosted_confirmation\"\n  },\n  \"allow_promotion_codes\": true,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_address_collection\": \"auto\",\n  \"consent_collection\": {\n    \"payment_method_reuse_agreement\": {\n      \"position\": \"auto\"\n    },\n    \"promotions\": \"auto\",\n    \"terms_of_service\": \"none\"\n  },\n  \"currency\": \"string\",\n  \"custom_fields\": [\n    {\n      \"dropdown\": {\n        \"default_value\": \"string\",\n        \"options\": [\n          {\n            \"label\": \"string\",\n            \"value\": \"string\"\n          }\n        ]\n      },\n      \"key\": \"string\",\n      \"label\": {\n        \"custom\": \"string\",\n        \"type\": \"custom\"\n      },\n      \"numeric\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0\n      },\n      \"optional\": true,\n      \"text\": {\n        \"default_value\": \"string\",\n        \"maximum_length\": 0,\n        \"minimum_length\": 0\n      },\n      \"type\": \"dropdown\"\n    }\n  ],\n  \"custom_text\": {\n    \"after_submit\": {\n      \"message\": \"string\"\n    },\n    \"shipping_address\": {\n      \"message\": \"string\"\n    },\n    \"submit\": {\n      \"message\": \"string\"\n    },\n    \"terms_of_service_acceptance\": {\n      \"message\": \"string\"\n    }\n  },\n  \"customer_creation\": \"always\",\n  \"id\": \"string\",\n  \"inactive_message\": \"string\",\n  \"invoice_creation\": {\n    \"enabled\": true,\n    \"invoice_data\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"custom_fields\": [\n        {\n          \"name\": \"string\",\n          \"value\": \"string\"\n        }\n      ],\n      \"description\": \"string\",\n      \"footer\": \"string\",\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"metadata\": {},\n      \"rendering_options\": {\n        \"amount_tax_display\": \"string\",\n        \"template\": \"string\"\n      }\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name_collection\": {\n    \"business\": {\n      \"enabled\": true,\n      \"optional\": true\n    },\n    \"individual\": {\n      \"enabled\": true,\n      \"optional\": true\n    }\n  },\n  \"object\": \"payment_link\",\n  \"on_behalf_of\": \"string\",\n  \"optional_items\": [\n    {\n      \"adjustable_quantity\": {\n        \"enabled\": true,\n        \"maximum\": 0,\n        \"minimum\": 0\n      },\n      \"price\": \"string\",\n      \"quantity\": 0\n    }\n  ],\n  \"payment_intent_data\": {\n    \"capture_method\": \"automatic\",\n    \"description\": \"string\",\n    \"metadata\": {},\n    \"setup_future_usage\": \"off_session\",\n    \"statement_descriptor\": \"string\",\n    \"statement_descriptor_suffix\": \"string\",\n    \"transfer_group\": \"string\"\n  },\n  \"payment_method_collection\": \"always\",\n  \"payment_method_types\": [\n    \"affirm\"\n  ],\n  \"phone_number_collection\": {\n    \"enabled\": true\n  },\n  \"restrictions\": {\n    \"completed_sessions\": {\n      \"count\": 0,\n      \"limit\": 0\n    }\n  },\n  \"shipping_address_collection\": {\n    \"allowed_countries\": [\n      \"AC\"\n    ]\n  },\n  \"shipping_options\": [\n    {\n      \"shipping_amount\": 0,\n      \"shipping_rate\": \"string\"\n    }\n  ],\n  \"submit_type\": \"auto\",\n  \"subscription_data\": {\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"metadata\": {},\n    \"trial_period_days\": 0,\n    \"trial_settings\": {\n      \"end_behavior\": {\n        \"missing_payment_method\": \"cancel\"\n      }\n    }\n  },\n  \"tax_id_collection\": {\n    \"enabled\": true,\n    \"required\": \"if_supported\"\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"destination\": \"string\"\n  },\n  \"url\": \"string\"\n}"}},"summary":"Update a payment link"}},"/v1/payment_links/{payment_link}/line_items":{"get":{"description":"Retrieve a payment link's line items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"path","name":"payment_link","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_discount\": 0,\n      \"amount_subtotal\": 0,\n      \"amount_tax\": 0,\n      \"amount_total\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"item\",\n      \"price\": {\n        \"active\": true,\n        \"billing_scheme\": \"per_unit\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"currency_options\": {},\n        \"custom_unit_amount\": {\n          \"maximum\": 0,\n          \"minimum\": 0,\n          \"preset\": 0\n        },\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"lookup_key\": \"string\",\n        \"metadata\": {},\n        \"nickname\": \"string\",\n        \"object\": \"price\",\n        \"product\": \"string\",\n        \"recurring\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0,\n          \"meter\": \"string\",\n          \"usage_type\": \"licensed\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tiers\": [\n          {\n            \"flat_amount\": 0,\n            \"flat_amount_decimal\": \"string\",\n            \"unit_amount\": 0,\n            \"unit_amount_decimal\": \"string\",\n            \"up_to\": 0\n          }\n        ],\n        \"tiers_mode\": \"graduated\",\n        \"transform_quantity\": {\n          \"divide_by\": 0,\n          \"round\": \"down\"\n        },\n        \"type\": \"one_time\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"quantity\": 0,\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a payment link's line items"}},"/v1/payment_method_configurations":{"get":{"description":"List payment method configurations","parameters":[{"description":"The Connect application to filter by.","in":"query","name":"application","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"acss_debit\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"active\": true,\n      \"affirm\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"afterpay_clearpay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"alipay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"alma\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"amazon_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"apple_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"application\": \"string\",\n      \"au_becs_debit\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"bacs_debit\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"bancontact\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"billie\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"blik\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"boleto\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"card\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"cartes_bancaires\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"cashapp\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"crypto\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"customer_balance\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"eps\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"fpx\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"giropay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"google_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"grabpay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"id\": \"string\",\n      \"ideal\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"is_default\": true,\n      \"jcb\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"kakao_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"klarna\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"konbini\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"kr_card\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"link\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"livemode\": true,\n      \"mb_way\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"mobilepay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"multibanco\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"name\": \"string\",\n      \"naver_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"nz_bank_account\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"object\": \"payment_method_configuration\",\n      \"oxxo\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"p24\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"parent\": \"string\",\n      \"pay_by_bank\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"payco\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"paynow\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"paypal\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"payto\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"pix\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"promptpay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"revolut_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"samsung_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"satispay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"sepa_debit\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"sofort\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"swish\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"twint\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"us_bank_account\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"wechat_pay\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      },\n      \"zip\": {\n        \"available\": true,\n        \"display_preference\": {\n          \"overridable\": true,\n          \"preference\": \"none\",\n          \"value\": \"off\"\n        }\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List payment method configurations"},"post":{"description":"Create a payment method configuration","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_configuration"}}},"description":"{\n  \"acss_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"active\": true,\n  \"affirm\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"afterpay_clearpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"alipay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"alma\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"amazon_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"apple_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"application\": \"string\",\n  \"au_becs_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"bacs_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"bancontact\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"billie\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"blik\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"boleto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"card\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"cartes_bancaires\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"cashapp\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"crypto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"customer_balance\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"eps\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"fpx\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"giropay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"google_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"grabpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"is_default\": true,\n  \"jcb\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"kakao_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"klarna\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"konbini\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"kr_card\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"link\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"livemode\": true,\n  \"mb_way\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"mobilepay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"multibanco\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"name\": \"string\",\n  \"naver_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"nz_bank_account\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"object\": \"payment_method_configuration\",\n  \"oxxo\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"p24\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"parent\": \"string\",\n  \"pay_by_bank\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"payco\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"paynow\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"paypal\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"payto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"pix\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"promptpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"revolut_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"samsung_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"satispay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"sepa_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"sofort\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"swish\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"twint\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"us_bank_account\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"wechat_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"zip\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  }\n}"}},"summary":"Create a payment method configuration"}},"/v1/payment_method_configurations/{configuration}":{"get":{"description":"Retrieve payment method configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_configuration"}}},"description":"{\n  \"acss_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"active\": true,\n  \"affirm\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"afterpay_clearpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"alipay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"alma\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"amazon_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"apple_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"application\": \"string\",\n  \"au_becs_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"bacs_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"bancontact\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"billie\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"blik\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"boleto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"card\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"cartes_bancaires\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"cashapp\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"crypto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"customer_balance\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"eps\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"fpx\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"giropay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"google_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"grabpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"is_default\": true,\n  \"jcb\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"kakao_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"klarna\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"konbini\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"kr_card\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"link\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"livemode\": true,\n  \"mb_way\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"mobilepay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"multibanco\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"name\": \"string\",\n  \"naver_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"nz_bank_account\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"object\": \"payment_method_configuration\",\n  \"oxxo\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"p24\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"parent\": \"string\",\n  \"pay_by_bank\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"payco\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"paynow\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"paypal\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"payto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"pix\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"promptpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"revolut_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"samsung_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"satispay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"sepa_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"sofort\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"swish\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"twint\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"us_bank_account\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"wechat_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"zip\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  }\n}"}},"summary":"Retrieve payment method configuration"},"post":{"description":"Update payment method configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_configuration"}}},"description":"{\n  \"acss_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"active\": true,\n  \"affirm\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"afterpay_clearpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"alipay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"alma\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"amazon_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"apple_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"application\": \"string\",\n  \"au_becs_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"bacs_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"bancontact\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"billie\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"blik\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"boleto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"card\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"cartes_bancaires\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"cashapp\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"crypto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"customer_balance\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"eps\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"fpx\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"giropay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"google_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"grabpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"is_default\": true,\n  \"jcb\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"kakao_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"klarna\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"konbini\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"kr_card\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"link\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"livemode\": true,\n  \"mb_way\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"mobilepay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"multibanco\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"name\": \"string\",\n  \"naver_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"nz_bank_account\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"object\": \"payment_method_configuration\",\n  \"oxxo\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"p24\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"parent\": \"string\",\n  \"pay_by_bank\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"payco\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"paynow\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"paypal\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"payto\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"pix\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"promptpay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"revolut_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"samsung_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"satispay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"sepa_debit\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"sofort\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"swish\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"twint\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"us_bank_account\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"wechat_pay\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  },\n  \"zip\": {\n    \"available\": true,\n    \"display_preference\": {\n      \"overridable\": true,\n      \"preference\": \"none\",\n      \"value\": \"off\"\n    }\n  }\n}"}},"summary":"Update payment method configuration"}},"/v1/payment_method_domains":{"get":{"description":"List payment method domains","parameters":[{"description":"The domain name that this payment method domain object represents.","in":"query","name":"domain_name","schema":{"type":"string"},"style":"form"},{"description":"Whether this payment method domain is enabled. If the domain is not enabled, payment methods will not appear in Elements or Embedded Checkout","in":"query","name":"enabled","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amazon_pay\": {\n        \"status\": \"active\",\n        \"status_details\": {\n          \"error_message\": \"string\"\n        }\n      },\n      \"apple_pay\": {\n        \"status\": \"active\",\n        \"status_details\": {\n          \"error_message\": \"string\"\n        }\n      },\n      \"created\": 0,\n      \"domain_name\": \"string\",\n      \"enabled\": true,\n      \"google_pay\": {\n        \"status\": \"active\",\n        \"status_details\": {\n          \"error_message\": \"string\"\n        }\n      },\n      \"id\": \"string\",\n      \"klarna\": {\n        \"status\": \"active\",\n        \"status_details\": {\n          \"error_message\": \"string\"\n        }\n      },\n      \"link\": {\n        \"status\": \"active\",\n        \"status_details\": {\n          \"error_message\": \"string\"\n        }\n      },\n      \"livemode\": true,\n      \"object\": \"payment_method_domain\",\n      \"paypal\": {\n        \"status\": \"active\",\n        \"status_details\": {\n          \"error_message\": \"string\"\n        }\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List payment method domains"},"post":{"description":"Create a payment method domain","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_domain"}}},"description":"{\n  \"amazon_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"apple_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"created\": 0,\n  \"domain_name\": \"string\",\n  \"enabled\": true,\n  \"google_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"id\": \"string\",\n  \"klarna\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"link\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"object\": \"payment_method_domain\",\n  \"paypal\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  }\n}"}},"summary":"Create a payment method domain"}},"/v1/payment_method_domains/{payment_method_domain}":{"get":{"description":"Retrieve a payment method domain","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"payment_method_domain","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_domain"}}},"description":"{\n  \"amazon_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"apple_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"created\": 0,\n  \"domain_name\": \"string\",\n  \"enabled\": true,\n  \"google_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"id\": \"string\",\n  \"klarna\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"link\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"object\": \"payment_method_domain\",\n  \"paypal\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  }\n}"}},"summary":"Retrieve a payment method domain"},"post":{"description":"Update a payment method domain","parameters":[{"in":"path","name":"payment_method_domain","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_domain"}}},"description":"{\n  \"amazon_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"apple_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"created\": 0,\n  \"domain_name\": \"string\",\n  \"enabled\": true,\n  \"google_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"id\": \"string\",\n  \"klarna\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"link\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"object\": \"payment_method_domain\",\n  \"paypal\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  }\n}"}},"summary":"Update a payment method domain"}},"/v1/payment_method_domains/{payment_method_domain}/validate":{"post":{"description":"Validate an existing payment method domain","parameters":[{"in":"path","name":"payment_method_domain","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method_domain"}}},"description":"{\n  \"amazon_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"apple_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"created\": 0,\n  \"domain_name\": \"string\",\n  \"enabled\": true,\n  \"google_pay\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"id\": \"string\",\n  \"klarna\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"link\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"object\": \"payment_method_domain\",\n  \"paypal\": {\n    \"status\": \"active\",\n    \"status_details\": {\n      \"error_message\": \"string\"\n    }\n  }\n}"}},"summary":"Validate an existing payment method domain"}},"/v1/payment_methods":{"get":{"description":"List PaymentMethods","parameters":[{"description":"This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow.","in":"query","name":"allow_redisplay","schema":{"type":"string"},"style":"form"},{"description":"The ID of the customer whose PaymentMethods will be retrieved.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"The ID of the Account whose PaymentMethods will be retrieved.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Filters the list by the object `type` field. Unfiltered, the list returns all payment method types except `custom`. If your integration expects only one type of payment method in the response, specify that type value in the request to reduce your payload.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List PaymentMethods"},"post":{"description":"Shares a PaymentMethod","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method"}}},"description":"{\n  \"acss_debit\": {\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"institution_number\": \"string\",\n    \"last4\": \"string\",\n    \"transit_number\": \"string\"\n  },\n  \"affirm\": {},\n  \"afterpay_clearpay\": {},\n  \"alipay\": {},\n  \"allow_redisplay\": \"always\",\n  \"alma\": {},\n  \"amazon_pay\": {},\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bacs_debit\": {\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"sort_code\": \"string\"\n  },\n  \"bancontact\": {},\n  \"billie\": {},\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"blik\": {},\n  \"boleto\": {\n    \"tax_id\": \"string\"\n  },\n  \"card\": {\n    \"brand\": \"string\",\n    \"checks\": {\n      \"address_line1_check\": \"string\",\n      \"address_postal_code_check\": \"string\",\n      \"cvc_check\": \"string\"\n    },\n    \"country\": \"string\",\n    \"display_brand\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"payment_method_details\": {\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"type\": \"string\"\n      },\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"regulated_status\": \"regulated\",\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": {\n      \"amex_express_checkout\": {},\n      \"apple_pay\": {},\n      \"dynamic_last4\": \"string\",\n      \"google_pay\": {},\n      \"link\": {},\n      \"masterpass\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"samsung_pay\": {},\n      \"type\": \"amex_express_checkout\",\n      \"visa_checkout\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      }\n    }\n  },\n  \"card_present\": {\n    \"brand\": \"string\",\n    \"brand_product\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"offline\": {\n      \"stored_at\": 0,\n      \"type\": \"deferred\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\",\n    \"wallet\": {\n      \"type\": \"apple_pay\"\n    }\n  },\n  \"cashapp\": {\n    \"buyer_id\": \"string\",\n    \"cashtag\": \"string\"\n  },\n  \"created\": 0,\n  \"crypto\": {},\n  \"custom\": {\n    \"display_name\": \"string\",\n    \"logo\": {\n      \"content_type\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\"\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance\": {},\n  \"eps\": {\n    \"bank\": \"arzte_und_apotheker_bank\"\n  },\n  \"fpx\": {\n    \"bank\": \"affin_bank\"\n  },\n  \"giropay\": {},\n  \"grabpay\": {},\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"abn_amro\",\n    \"bic\": \"ABNANL2A\"\n  },\n  \"interac_present\": {\n    \"brand\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\"\n  },\n  \"kakao_pay\": {},\n  \"klarna\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    }\n  },\n  \"konbini\": {},\n  \"kr_card\": {\n    \"brand\": \"bc\",\n    \"last4\": \"string\"\n  },\n  \"link\": {\n    \"email\": \"string\"\n  },\n  \"livemode\": true,\n  \"mb_way\": {},\n  \"metadata\": {},\n  \"mobilepay\": {},\n  \"multibanco\": {},\n  \"naver_pay\": {\n    \"buyer_id\": \"string\",\n    \"funding\": \"card\"\n  },\n  \"nz_bank_account\": {\n    \"account_holder_name\": \"string\",\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"branch_code\": \"string\",\n    \"last4\": \"string\",\n    \"suffix\": \"string\"\n  },\n  \"object\": \"payment_method\",\n  \"oxxo\": {},\n  \"p24\": {\n    \"bank\": \"alior_bank\"\n  },\n  \"pay_by_bank\": {},\n  \"payco\": {},\n  \"paynow\": {},\n  \"paypal\": {\n    \"country\": \"string\",\n    \"payer_email\": \"string\",\n    \"payer_id\": \"string\"\n  },\n  \"payto\": {\n    \"bsb_number\": \"string\",\n    \"last4\": \"string\",\n    \"pay_id\": \"string\"\n  },\n  \"pix\": {},\n  \"promptpay\": {},\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"revolut_pay\": {},\n  \"samsung_pay\": {},\n  \"satispay\": {},\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\"\n  },\n  \"sofort\": {\n    \"country\": \"string\"\n  },\n  \"swish\": {},\n  \"twint\": {},\n  \"type\": \"acss_debit\",\n  \"us_bank_account\": {\n    \"account_holder_type\": \"company\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"string\",\n    \"financial_connections_account\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\",\n      \"supported\": [\n        \"ach\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status_details\": {\n      \"blocked\": {\n        \"network_code\": \"R02\",\n        \"reason\": \"bank_account_closed\"\n      }\n    }\n  },\n  \"wechat_pay\": {},\n  \"zip\": {}\n}"}},"summary":"Shares a PaymentMethod"}},"/v1/payment_methods/{payment_method}":{"get":{"description":"Retrieve a PaymentMethod","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"payment_method","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method"}}},"description":"{\n  \"acss_debit\": {\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"institution_number\": \"string\",\n    \"last4\": \"string\",\n    \"transit_number\": \"string\"\n  },\n  \"affirm\": {},\n  \"afterpay_clearpay\": {},\n  \"alipay\": {},\n  \"allow_redisplay\": \"always\",\n  \"alma\": {},\n  \"amazon_pay\": {},\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bacs_debit\": {\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"sort_code\": \"string\"\n  },\n  \"bancontact\": {},\n  \"billie\": {},\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"blik\": {},\n  \"boleto\": {\n    \"tax_id\": \"string\"\n  },\n  \"card\": {\n    \"brand\": \"string\",\n    \"checks\": {\n      \"address_line1_check\": \"string\",\n      \"address_postal_code_check\": \"string\",\n      \"cvc_check\": \"string\"\n    },\n    \"country\": \"string\",\n    \"display_brand\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"payment_method_details\": {\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"type\": \"string\"\n      },\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"regulated_status\": \"regulated\",\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": {\n      \"amex_express_checkout\": {},\n      \"apple_pay\": {},\n      \"dynamic_last4\": \"string\",\n      \"google_pay\": {},\n      \"link\": {},\n      \"masterpass\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"samsung_pay\": {},\n      \"type\": \"amex_express_checkout\",\n      \"visa_checkout\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      }\n    }\n  },\n  \"card_present\": {\n    \"brand\": \"string\",\n    \"brand_product\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"offline\": {\n      \"stored_at\": 0,\n      \"type\": \"deferred\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\",\n    \"wallet\": {\n      \"type\": \"apple_pay\"\n    }\n  },\n  \"cashapp\": {\n    \"buyer_id\": \"string\",\n    \"cashtag\": \"string\"\n  },\n  \"created\": 0,\n  \"crypto\": {},\n  \"custom\": {\n    \"display_name\": \"string\",\n    \"logo\": {\n      \"content_type\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\"\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance\": {},\n  \"eps\": {\n    \"bank\": \"arzte_und_apotheker_bank\"\n  },\n  \"fpx\": {\n    \"bank\": \"affin_bank\"\n  },\n  \"giropay\": {},\n  \"grabpay\": {},\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"abn_amro\",\n    \"bic\": \"ABNANL2A\"\n  },\n  \"interac_present\": {\n    \"brand\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\"\n  },\n  \"kakao_pay\": {},\n  \"klarna\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    }\n  },\n  \"konbini\": {},\n  \"kr_card\": {\n    \"brand\": \"bc\",\n    \"last4\": \"string\"\n  },\n  \"link\": {\n    \"email\": \"string\"\n  },\n  \"livemode\": true,\n  \"mb_way\": {},\n  \"metadata\": {},\n  \"mobilepay\": {},\n  \"multibanco\": {},\n  \"naver_pay\": {\n    \"buyer_id\": \"string\",\n    \"funding\": \"card\"\n  },\n  \"nz_bank_account\": {\n    \"account_holder_name\": \"string\",\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"branch_code\": \"string\",\n    \"last4\": \"string\",\n    \"suffix\": \"string\"\n  },\n  \"object\": \"payment_method\",\n  \"oxxo\": {},\n  \"p24\": {\n    \"bank\": \"alior_bank\"\n  },\n  \"pay_by_bank\": {},\n  \"payco\": {},\n  \"paynow\": {},\n  \"paypal\": {\n    \"country\": \"string\",\n    \"payer_email\": \"string\",\n    \"payer_id\": \"string\"\n  },\n  \"payto\": {\n    \"bsb_number\": \"string\",\n    \"last4\": \"string\",\n    \"pay_id\": \"string\"\n  },\n  \"pix\": {},\n  \"promptpay\": {},\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"revolut_pay\": {},\n  \"samsung_pay\": {},\n  \"satispay\": {},\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\"\n  },\n  \"sofort\": {\n    \"country\": \"string\"\n  },\n  \"swish\": {},\n  \"twint\": {},\n  \"type\": \"acss_debit\",\n  \"us_bank_account\": {\n    \"account_holder_type\": \"company\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"string\",\n    \"financial_connections_account\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\",\n      \"supported\": [\n        \"ach\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status_details\": {\n      \"blocked\": {\n        \"network_code\": \"R02\",\n        \"reason\": \"bank_account_closed\"\n      }\n    }\n  },\n  \"wechat_pay\": {},\n  \"zip\": {}\n}"}},"summary":"Retrieve a PaymentMethod"},"post":{"description":"Update a PaymentMethod","parameters":[{"in":"path","name":"payment_method","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method"}}},"description":"{\n  \"acss_debit\": {\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"institution_number\": \"string\",\n    \"last4\": \"string\",\n    \"transit_number\": \"string\"\n  },\n  \"affirm\": {},\n  \"afterpay_clearpay\": {},\n  \"alipay\": {},\n  \"allow_redisplay\": \"always\",\n  \"alma\": {},\n  \"amazon_pay\": {},\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bacs_debit\": {\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"sort_code\": \"string\"\n  },\n  \"bancontact\": {},\n  \"billie\": {},\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"blik\": {},\n  \"boleto\": {\n    \"tax_id\": \"string\"\n  },\n  \"card\": {\n    \"brand\": \"string\",\n    \"checks\": {\n      \"address_line1_check\": \"string\",\n      \"address_postal_code_check\": \"string\",\n      \"cvc_check\": \"string\"\n    },\n    \"country\": \"string\",\n    \"display_brand\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"payment_method_details\": {\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"type\": \"string\"\n      },\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"regulated_status\": \"regulated\",\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": {\n      \"amex_express_checkout\": {},\n      \"apple_pay\": {},\n      \"dynamic_last4\": \"string\",\n      \"google_pay\": {},\n      \"link\": {},\n      \"masterpass\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"samsung_pay\": {},\n      \"type\": \"amex_express_checkout\",\n      \"visa_checkout\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      }\n    }\n  },\n  \"card_present\": {\n    \"brand\": \"string\",\n    \"brand_product\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"offline\": {\n      \"stored_at\": 0,\n      \"type\": \"deferred\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\",\n    \"wallet\": {\n      \"type\": \"apple_pay\"\n    }\n  },\n  \"cashapp\": {\n    \"buyer_id\": \"string\",\n    \"cashtag\": \"string\"\n  },\n  \"created\": 0,\n  \"crypto\": {},\n  \"custom\": {\n    \"display_name\": \"string\",\n    \"logo\": {\n      \"content_type\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\"\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance\": {},\n  \"eps\": {\n    \"bank\": \"arzte_und_apotheker_bank\"\n  },\n  \"fpx\": {\n    \"bank\": \"affin_bank\"\n  },\n  \"giropay\": {},\n  \"grabpay\": {},\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"abn_amro\",\n    \"bic\": \"ABNANL2A\"\n  },\n  \"interac_present\": {\n    \"brand\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\"\n  },\n  \"kakao_pay\": {},\n  \"klarna\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    }\n  },\n  \"konbini\": {},\n  \"kr_card\": {\n    \"brand\": \"bc\",\n    \"last4\": \"string\"\n  },\n  \"link\": {\n    \"email\": \"string\"\n  },\n  \"livemode\": true,\n  \"mb_way\": {},\n  \"metadata\": {},\n  \"mobilepay\": {},\n  \"multibanco\": {},\n  \"naver_pay\": {\n    \"buyer_id\": \"string\",\n    \"funding\": \"card\"\n  },\n  \"nz_bank_account\": {\n    \"account_holder_name\": \"string\",\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"branch_code\": \"string\",\n    \"last4\": \"string\",\n    \"suffix\": \"string\"\n  },\n  \"object\": \"payment_method\",\n  \"oxxo\": {},\n  \"p24\": {\n    \"bank\": \"alior_bank\"\n  },\n  \"pay_by_bank\": {},\n  \"payco\": {},\n  \"paynow\": {},\n  \"paypal\": {\n    \"country\": \"string\",\n    \"payer_email\": \"string\",\n    \"payer_id\": \"string\"\n  },\n  \"payto\": {\n    \"bsb_number\": \"string\",\n    \"last4\": \"string\",\n    \"pay_id\": \"string\"\n  },\n  \"pix\": {},\n  \"promptpay\": {},\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"revolut_pay\": {},\n  \"samsung_pay\": {},\n  \"satispay\": {},\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\"\n  },\n  \"sofort\": {\n    \"country\": \"string\"\n  },\n  \"swish\": {},\n  \"twint\": {},\n  \"type\": \"acss_debit\",\n  \"us_bank_account\": {\n    \"account_holder_type\": \"company\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"string\",\n    \"financial_connections_account\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\",\n      \"supported\": [\n        \"ach\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status_details\": {\n      \"blocked\": {\n        \"network_code\": \"R02\",\n        \"reason\": \"bank_account_closed\"\n      }\n    }\n  },\n  \"wechat_pay\": {},\n  \"zip\": {}\n}"}},"summary":"Update a PaymentMethod"}},"/v1/payment_methods/{payment_method}/attach":{"post":{"description":"Attach a PaymentMethod to a Customer","parameters":[{"in":"path","name":"payment_method","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method"}}},"description":"{\n  \"acss_debit\": {\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"institution_number\": \"string\",\n    \"last4\": \"string\",\n    \"transit_number\": \"string\"\n  },\n  \"affirm\": {},\n  \"afterpay_clearpay\": {},\n  \"alipay\": {},\n  \"allow_redisplay\": \"always\",\n  \"alma\": {},\n  \"amazon_pay\": {},\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bacs_debit\": {\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"sort_code\": \"string\"\n  },\n  \"bancontact\": {},\n  \"billie\": {},\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"blik\": {},\n  \"boleto\": {\n    \"tax_id\": \"string\"\n  },\n  \"card\": {\n    \"brand\": \"string\",\n    \"checks\": {\n      \"address_line1_check\": \"string\",\n      \"address_postal_code_check\": \"string\",\n      \"cvc_check\": \"string\"\n    },\n    \"country\": \"string\",\n    \"display_brand\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"payment_method_details\": {\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"type\": \"string\"\n      },\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"regulated_status\": \"regulated\",\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": {\n      \"amex_express_checkout\": {},\n      \"apple_pay\": {},\n      \"dynamic_last4\": \"string\",\n      \"google_pay\": {},\n      \"link\": {},\n      \"masterpass\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"samsung_pay\": {},\n      \"type\": \"amex_express_checkout\",\n      \"visa_checkout\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      }\n    }\n  },\n  \"card_present\": {\n    \"brand\": \"string\",\n    \"brand_product\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"offline\": {\n      \"stored_at\": 0,\n      \"type\": \"deferred\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\",\n    \"wallet\": {\n      \"type\": \"apple_pay\"\n    }\n  },\n  \"cashapp\": {\n    \"buyer_id\": \"string\",\n    \"cashtag\": \"string\"\n  },\n  \"created\": 0,\n  \"crypto\": {},\n  \"custom\": {\n    \"display_name\": \"string\",\n    \"logo\": {\n      \"content_type\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\"\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance\": {},\n  \"eps\": {\n    \"bank\": \"arzte_und_apotheker_bank\"\n  },\n  \"fpx\": {\n    \"bank\": \"affin_bank\"\n  },\n  \"giropay\": {},\n  \"grabpay\": {},\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"abn_amro\",\n    \"bic\": \"ABNANL2A\"\n  },\n  \"interac_present\": {\n    \"brand\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\"\n  },\n  \"kakao_pay\": {},\n  \"klarna\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    }\n  },\n  \"konbini\": {},\n  \"kr_card\": {\n    \"brand\": \"bc\",\n    \"last4\": \"string\"\n  },\n  \"link\": {\n    \"email\": \"string\"\n  },\n  \"livemode\": true,\n  \"mb_way\": {},\n  \"metadata\": {},\n  \"mobilepay\": {},\n  \"multibanco\": {},\n  \"naver_pay\": {\n    \"buyer_id\": \"string\",\n    \"funding\": \"card\"\n  },\n  \"nz_bank_account\": {\n    \"account_holder_name\": \"string\",\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"branch_code\": \"string\",\n    \"last4\": \"string\",\n    \"suffix\": \"string\"\n  },\n  \"object\": \"payment_method\",\n  \"oxxo\": {},\n  \"p24\": {\n    \"bank\": \"alior_bank\"\n  },\n  \"pay_by_bank\": {},\n  \"payco\": {},\n  \"paynow\": {},\n  \"paypal\": {\n    \"country\": \"string\",\n    \"payer_email\": \"string\",\n    \"payer_id\": \"string\"\n  },\n  \"payto\": {\n    \"bsb_number\": \"string\",\n    \"last4\": \"string\",\n    \"pay_id\": \"string\"\n  },\n  \"pix\": {},\n  \"promptpay\": {},\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"revolut_pay\": {},\n  \"samsung_pay\": {},\n  \"satispay\": {},\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\"\n  },\n  \"sofort\": {\n    \"country\": \"string\"\n  },\n  \"swish\": {},\n  \"twint\": {},\n  \"type\": \"acss_debit\",\n  \"us_bank_account\": {\n    \"account_holder_type\": \"company\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"string\",\n    \"financial_connections_account\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\",\n      \"supported\": [\n        \"ach\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status_details\": {\n      \"blocked\": {\n        \"network_code\": \"R02\",\n        \"reason\": \"bank_account_closed\"\n      }\n    }\n  },\n  \"wechat_pay\": {},\n  \"zip\": {}\n}"}},"summary":"Attach a PaymentMethod to a Customer"}},"/v1/payment_methods/{payment_method}/detach":{"post":{"description":"Detach a PaymentMethod from a Customer","parameters":[{"in":"path","name":"payment_method","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_method"}}},"description":"{\n  \"acss_debit\": {\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"institution_number\": \"string\",\n    \"last4\": \"string\",\n    \"transit_number\": \"string\"\n  },\n  \"affirm\": {},\n  \"afterpay_clearpay\": {},\n  \"alipay\": {},\n  \"allow_redisplay\": \"always\",\n  \"alma\": {},\n  \"amazon_pay\": {},\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bacs_debit\": {\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"sort_code\": \"string\"\n  },\n  \"bancontact\": {},\n  \"billie\": {},\n  \"billing_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"tax_id\": \"string\"\n  },\n  \"blik\": {},\n  \"boleto\": {\n    \"tax_id\": \"string\"\n  },\n  \"card\": {\n    \"brand\": \"string\",\n    \"checks\": {\n      \"address_line1_check\": \"string\",\n      \"address_postal_code_check\": \"string\",\n      \"cvc_check\": \"string\"\n    },\n    \"country\": \"string\",\n    \"display_brand\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"payment_method_details\": {\n        \"card_present\": {\n          \"amount_authorized\": 0,\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"capture_before\": 0,\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_card\": \"string\",\n          \"incremental_authorization_supported\": true,\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"network_transaction_id\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"overcapture_supported\": true,\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"receipt\": {\n            \"account_type\": \"checking\",\n            \"application_cryptogram\": \"string\",\n            \"application_preferred_name\": \"string\",\n            \"authorization_code\": \"string\",\n            \"authorization_response_code\": \"string\",\n            \"cardholder_verification_method\": \"string\",\n            \"dedicated_file_name\": \"string\",\n            \"terminal_verification_results\": \"string\",\n            \"transaction_status_information\": \"string\"\n          },\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"type\": \"string\"\n      },\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"regulated_status\": \"regulated\",\n    \"three_d_secure_usage\": {\n      \"supported\": true\n    },\n    \"wallet\": {\n      \"amex_express_checkout\": {},\n      \"apple_pay\": {},\n      \"dynamic_last4\": \"string\",\n      \"google_pay\": {},\n      \"link\": {},\n      \"masterpass\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"samsung_pay\": {},\n      \"type\": \"amex_express_checkout\",\n      \"visa_checkout\": {\n        \"billing_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"shipping_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      }\n    }\n  },\n  \"card_present\": {\n    \"brand\": \"string\",\n    \"brand_product\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"offline\": {\n      \"stored_at\": 0,\n      \"type\": \"deferred\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\",\n    \"wallet\": {\n      \"type\": \"apple_pay\"\n    }\n  },\n  \"cashapp\": {\n    \"buyer_id\": \"string\",\n    \"cashtag\": \"string\"\n  },\n  \"created\": 0,\n  \"crypto\": {},\n  \"custom\": {\n    \"display_name\": \"string\",\n    \"logo\": {\n      \"content_type\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\"\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"customer_balance\": {},\n  \"eps\": {\n    \"bank\": \"arzte_und_apotheker_bank\"\n  },\n  \"fpx\": {\n    \"bank\": \"affin_bank\"\n  },\n  \"giropay\": {},\n  \"grabpay\": {},\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"abn_amro\",\n    \"bic\": \"ABNANL2A\"\n  },\n  \"interac_present\": {\n    \"brand\": \"string\",\n    \"cardholder_name\": \"string\",\n    \"country\": \"string\",\n    \"description\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"issuer\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"available\": [\n        \"string\"\n      ],\n      \"preferred\": \"string\"\n    },\n    \"preferred_locales\": [\n      \"string\"\n    ],\n    \"read_method\": \"contact_emv\"\n  },\n  \"kakao_pay\": {},\n  \"klarna\": {\n    \"dob\": {\n      \"day\": 0,\n      \"month\": 0,\n      \"year\": 0\n    }\n  },\n  \"konbini\": {},\n  \"kr_card\": {\n    \"brand\": \"bc\",\n    \"last4\": \"string\"\n  },\n  \"link\": {\n    \"email\": \"string\"\n  },\n  \"livemode\": true,\n  \"mb_way\": {},\n  \"metadata\": {},\n  \"mobilepay\": {},\n  \"multibanco\": {},\n  \"naver_pay\": {\n    \"buyer_id\": \"string\",\n    \"funding\": \"card\"\n  },\n  \"nz_bank_account\": {\n    \"account_holder_name\": \"string\",\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"branch_code\": \"string\",\n    \"last4\": \"string\",\n    \"suffix\": \"string\"\n  },\n  \"object\": \"payment_method\",\n  \"oxxo\": {},\n  \"p24\": {\n    \"bank\": \"alior_bank\"\n  },\n  \"pay_by_bank\": {},\n  \"payco\": {},\n  \"paynow\": {},\n  \"paypal\": {\n    \"country\": \"string\",\n    \"payer_email\": \"string\",\n    \"payer_id\": \"string\"\n  },\n  \"payto\": {\n    \"bsb_number\": \"string\",\n    \"last4\": \"string\",\n    \"pay_id\": \"string\"\n  },\n  \"pix\": {},\n  \"promptpay\": {},\n  \"radar_options\": {\n    \"session\": \"string\"\n  },\n  \"revolut_pay\": {},\n  \"samsung_pay\": {},\n  \"satispay\": {},\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"generated_from\": {\n      \"charge\": \"string\",\n      \"setup_attempt\": \"string\"\n    },\n    \"last4\": \"string\"\n  },\n  \"sofort\": {\n    \"country\": \"string\"\n  },\n  \"swish\": {},\n  \"twint\": {},\n  \"type\": \"acss_debit\",\n  \"us_bank_account\": {\n    \"account_holder_type\": \"company\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"string\",\n    \"financial_connections_account\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\",\n      \"supported\": [\n        \"ach\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status_details\": {\n      \"blocked\": {\n        \"network_code\": \"R02\",\n        \"reason\": \"bank_account_closed\"\n      }\n    }\n  },\n  \"wechat_pay\": {},\n  \"zip\": {}\n}"}},"summary":"Detach a PaymentMethod from a Customer"}},"/v1/payment_records/report_payment":{"post":{"description":"Report a payment","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report a payment"}},"/v1/payment_records/{id}":{"get":{"description":"Retrieve a Payment Record","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Retrieve a Payment Record"}},"/v1/payment_records/{id}/report_payment_attempt":{"post":{"description":"Report a payment attempt","parameters":[{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report a payment attempt"}},"/v1/payment_records/{id}/report_payment_attempt_canceled":{"post":{"description":"Report payment attempt canceled","parameters":[{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report payment attempt canceled"}},"/v1/payment_records/{id}/report_payment_attempt_failed":{"post":{"description":"Report payment attempt failed","parameters":[{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report payment attempt failed"}},"/v1/payment_records/{id}/report_payment_attempt_guaranteed":{"post":{"description":"Report payment attempt guaranteed","parameters":[{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report payment attempt guaranteed"}},"/v1/payment_records/{id}/report_payment_attempt_informational":{"post":{"description":"Report payment attempt informational","parameters":[{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report payment attempt informational"}},"/v1/payment_records/{id}/report_refund":{"post":{"description":"Report a refund","parameters":[{"description":"The ID of the Payment Record.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payment_record"}}},"description":"{\n  \"amount\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_authorized\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_canceled\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_failed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_guaranteed\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_refunded\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"amount_requested\": {\n    \"currency\": \"string\",\n    \"value\": 0\n  },\n  \"application\": \"string\",\n  \"created\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"customer_presence\": \"off_session\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"latest_payment_attempt_record\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"payment_record\",\n  \"payment_method_details\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"account_holder_type\": \"company\",\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"afterpay_clearpay\": {\n      \"order_id\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"alipay\": {\n      \"buyer_id\": \"string\",\n      \"fingerprint\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"alma\": {\n      \"installments\": {\n        \"count\": 0\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"amazon_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"billie\": {\n      \"transaction_id\": \"string\"\n    },\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"blik\": {\n      \"buyer_id\": \"string\"\n    },\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"authorization_code\": \"string\",\n      \"brand\": \"amex\",\n      \"capture_before\": 0,\n      \"checks\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      },\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"credit\",\n      \"iin\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      },\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"amex\",\n      \"network_advice_code\": \"string\",\n      \"network_decline_code\": \"string\",\n      \"network_token\": {\n        \"used\": true\n      },\n      \"network_transaction_id\": \"string\",\n      \"stored_credential_usage\": \"recurring\",\n      \"three_d_secure\": {\n        \"authentication_flow\": \"challenge\",\n        \"result\": \"attempt_acknowledged\",\n        \"result_reason\": \"abandoned\",\n        \"version\": \"1.0.2\"\n      },\n      \"wallet\": {\n        \"apple_pay\": {\n          \"type\": \"string\"\n        },\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"type\": \"string\"\n      }\n    },\n    \"card_present\": {\n      \"amount_authorized\": 0,\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"capture_before\": 0,\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"incremental_authorization_supported\": true,\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"overcapture_supported\": true,\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      },\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"crypto\": {\n      \"buyer_address\": \"string\",\n      \"network\": \"base\",\n      \"token_currency\": \"usdc\",\n      \"transaction_hash\": \"string\"\n    },\n    \"custom\": {\n      \"display_name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\",\n      \"verified_name\": \"string\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\",\n      \"transaction_id\": \"string\"\n    },\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"grabpay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"transaction_id\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_card\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"network\": \"string\",\n      \"network_transaction_id\": \"string\",\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"receipt\": {\n        \"account_type\": \"checking\",\n        \"application_cryptogram\": \"string\",\n        \"application_preferred_name\": \"string\",\n        \"authorization_code\": \"string\",\n        \"authorization_response_code\": \"string\",\n        \"cardholder_verification_method\": \"string\",\n        \"dedicated_file_name\": \"string\",\n        \"terminal_verification_results\": \"string\",\n        \"transaction_status_information\": \"string\"\n      }\n    },\n    \"kakao_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"klarna\": {\n      \"payer_details\": {\n        \"address\": {\n          \"country\": \"string\"\n        }\n      },\n      \"payment_method_category\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"konbini\": {\n      \"store\": {\n        \"chain\": \"familymart\"\n      }\n    },\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"buyer_id\": \"string\",\n      \"last4\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"link\": {\n      \"country\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {\n      \"card\": {\n        \"brand\": \"string\",\n        \"country\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"last4\": \"string\"\n      }\n    },\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {\n      \"number\": \"string\"\n    },\n    \"p24\": {\n      \"bank\": \"alior_bank\",\n      \"reference\": \"string\",\n      \"verified_name\": \"string\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"payment_method\": \"string\",\n    \"paynow\": {\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"reference\": \"string\"\n    },\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\",\n      \"payer_name\": \"string\",\n      \"seller_protection\": {\n        \"dispute_categories\": [\n          \"fraudulent\"\n        ],\n        \"status\": \"eligible\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {\n      \"bank_transaction_id\": \"string\"\n    },\n    \"promptpay\": {\n      \"reference\": \"string\"\n    },\n    \"revolut_pay\": {\n      \"funding\": {\n        \"card\": {\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"funding\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"type\": \"card\"\n      },\n      \"transaction_id\": \"string\"\n    },\n    \"samsung_pay\": {\n      \"buyer_id\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"satispay\": {\n      \"transaction_id\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"generated_sepa_debit\": \"string\",\n      \"generated_sepa_debit_mandate\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"de\",\n      \"verified_name\": \"string\"\n    },\n    \"stripe_account\": {},\n    \"swish\": {\n      \"fingerprint\": \"string\",\n      \"payment_reference\": \"string\",\n      \"verified_phone_last4\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"expected_debit_date\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"payment_reference\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"wechat\": {},\n    \"wechat_pay\": {\n      \"fingerprint\": \"string\",\n      \"location\": \"string\",\n      \"reader\": \"string\",\n      \"transaction_id\": \"string\"\n    },\n    \"zip\": {}\n  },\n  \"processor_details\": {\n    \"custom\": {\n      \"payment_reference\": \"string\"\n    },\n    \"type\": \"custom\"\n  },\n  \"reported_by\": \"self\",\n  \"shipping_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  }\n}"}},"summary":"Report a refund"}},"/v1/payouts":{"get":{"description":"List all payouts","parameters":[{"description":"Only return payouts that are expected to arrive during the given date interval.","in":"query","name":"arrival_date","schema":{"type":"string"},"style":"form"},{"description":"Only return payouts that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"The ID of an external account - only return payouts sent to this external account.","in":"query","name":"destination","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return payouts that have the given status: `pending`, `paid`, `failed`, or `canceled`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"application_fee\": \"string\",\n      \"application_fee_amount\": 0,\n      \"arrival_date\": 0,\n      \"automatic\": true,\n      \"balance_transaction\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination\": \"string\",\n      \"failure_balance_transaction\": \"string\",\n      \"failure_code\": \"string\",\n      \"failure_message\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"method\": \"string\",\n      \"object\": \"payout\",\n      \"original_payout\": \"string\",\n      \"payout_method\": \"string\",\n      \"reconciliation_status\": \"completed\",\n      \"reversed_by\": \"string\",\n      \"source_type\": \"string\",\n      \"statement_descriptor\": \"string\",\n      \"status\": \"string\",\n      \"trace_id\": {\n        \"status\": \"string\",\n        \"value\": \"string\"\n      },\n      \"type\": \"bank_account\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all payouts"},"post":{"description":"Create a payout","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payout"}}},"description":"{\n  \"amount\": 0,\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"arrival_date\": 0,\n  \"automatic\": true,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"method\": \"string\",\n  \"object\": \"payout\",\n  \"original_payout\": \"string\",\n  \"payout_method\": \"string\",\n  \"reconciliation_status\": \"completed\",\n  \"reversed_by\": \"string\",\n  \"source_type\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"trace_id\": {\n    \"status\": \"string\",\n    \"value\": \"string\"\n  },\n  \"type\": \"bank_account\"\n}"}},"summary":"Create a payout"}},"/v1/payouts/{payout}":{"get":{"description":"Retrieve a payout","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"payout","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payout"}}},"description":"{\n  \"amount\": 0,\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"arrival_date\": 0,\n  \"automatic\": true,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"method\": \"string\",\n  \"object\": \"payout\",\n  \"original_payout\": \"string\",\n  \"payout_method\": \"string\",\n  \"reconciliation_status\": \"completed\",\n  \"reversed_by\": \"string\",\n  \"source_type\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"trace_id\": {\n    \"status\": \"string\",\n    \"value\": \"string\"\n  },\n  \"type\": \"bank_account\"\n}"}},"summary":"Retrieve a payout"},"post":{"description":"Update a payout","parameters":[{"in":"path","name":"payout","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payout"}}},"description":"{\n  \"amount\": 0,\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"arrival_date\": 0,\n  \"automatic\": true,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"method\": \"string\",\n  \"object\": \"payout\",\n  \"original_payout\": \"string\",\n  \"payout_method\": \"string\",\n  \"reconciliation_status\": \"completed\",\n  \"reversed_by\": \"string\",\n  \"source_type\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"trace_id\": {\n    \"status\": \"string\",\n    \"value\": \"string\"\n  },\n  \"type\": \"bank_account\"\n}"}},"summary":"Update a payout"}},"/v1/payouts/{payout}/cancel":{"post":{"description":"Cancel a payout","parameters":[{"in":"path","name":"payout","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payout"}}},"description":"{\n  \"amount\": 0,\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"arrival_date\": 0,\n  \"automatic\": true,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"method\": \"string\",\n  \"object\": \"payout\",\n  \"original_payout\": \"string\",\n  \"payout_method\": \"string\",\n  \"reconciliation_status\": \"completed\",\n  \"reversed_by\": \"string\",\n  \"source_type\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"trace_id\": {\n    \"status\": \"string\",\n    \"value\": \"string\"\n  },\n  \"type\": \"bank_account\"\n}"}},"summary":"Cancel a payout"}},"/v1/payouts/{payout}/reverse":{"post":{"description":"Reverse a payout","parameters":[{"in":"path","name":"payout","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/payout"}}},"description":"{\n  \"amount\": 0,\n  \"application_fee\": \"string\",\n  \"application_fee_amount\": 0,\n  \"arrival_date\": 0,\n  \"automatic\": true,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"failure_balance_transaction\": \"string\",\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"method\": \"string\",\n  \"object\": \"payout\",\n  \"original_payout\": \"string\",\n  \"payout_method\": \"string\",\n  \"reconciliation_status\": \"completed\",\n  \"reversed_by\": \"string\",\n  \"source_type\": \"string\",\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"trace_id\": {\n    \"status\": \"string\",\n    \"value\": \"string\"\n  },\n  \"type\": \"bank_account\"\n}"}},"summary":"Reverse a payout"}},"/v1/plans":{"get":{"description":"List all plans","parameters":[{"description":"Only return plans that are active or inactive (e.g., pass `false` to list all inactive plans).","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return plans for the given product.","in":"query","name":"product","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"amount\": 0,\n      \"amount_decimal\": \"string\",\n      \"billing_scheme\": \"per_unit\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"id\": \"string\",\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"livemode\": true,\n      \"metadata\": {},\n      \"meter\": \"string\",\n      \"nickname\": \"string\",\n      \"object\": \"plan\",\n      \"product\": \"string\",\n      \"tiers\": [\n        {\n          \"flat_amount\": 0,\n          \"flat_amount_decimal\": \"string\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\",\n          \"up_to\": 0\n        }\n      ],\n      \"tiers_mode\": \"graduated\",\n      \"transform_usage\": {\n        \"divide_by\": 0,\n        \"round\": \"down\"\n      },\n      \"trial_period_days\": 0,\n      \"usage_type\": \"licensed\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all plans"},"post":{"description":"Create a plan","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/plan"}}},"description":"{\n  \"active\": true,\n  \"amount\": 0,\n  \"amount_decimal\": \"string\",\n  \"billing_scheme\": \"per_unit\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interval\": \"day\",\n  \"interval_count\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"meter\": \"string\",\n  \"nickname\": \"string\",\n  \"object\": \"plan\",\n  \"product\": \"string\",\n  \"tiers\": [\n    {\n      \"flat_amount\": 0,\n      \"flat_amount_decimal\": \"string\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\",\n      \"up_to\": 0\n    }\n  ],\n  \"tiers_mode\": \"graduated\",\n  \"transform_usage\": {\n    \"divide_by\": 0,\n    \"round\": \"down\"\n  },\n  \"trial_period_days\": 0,\n  \"usage_type\": \"licensed\"\n}"}},"summary":"Create a plan"}},"/v1/plans/{plan}":{"delete":{"description":"Delete a plan","parameters":[{"in":"path","name":"plan","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_plan"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"plan\"\n}"}},"summary":"Delete a plan"},"get":{"description":"Retrieve a plan","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"plan","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/plan"}}},"description":"{\n  \"active\": true,\n  \"amount\": 0,\n  \"amount_decimal\": \"string\",\n  \"billing_scheme\": \"per_unit\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interval\": \"day\",\n  \"interval_count\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"meter\": \"string\",\n  \"nickname\": \"string\",\n  \"object\": \"plan\",\n  \"product\": \"string\",\n  \"tiers\": [\n    {\n      \"flat_amount\": 0,\n      \"flat_amount_decimal\": \"string\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\",\n      \"up_to\": 0\n    }\n  ],\n  \"tiers_mode\": \"graduated\",\n  \"transform_usage\": {\n    \"divide_by\": 0,\n    \"round\": \"down\"\n  },\n  \"trial_period_days\": 0,\n  \"usage_type\": \"licensed\"\n}"}},"summary":"Retrieve a plan"},"post":{"description":"Update a plan","parameters":[{"in":"path","name":"plan","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/plan"}}},"description":"{\n  \"active\": true,\n  \"amount\": 0,\n  \"amount_decimal\": \"string\",\n  \"billing_scheme\": \"per_unit\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interval\": \"day\",\n  \"interval_count\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"meter\": \"string\",\n  \"nickname\": \"string\",\n  \"object\": \"plan\",\n  \"product\": \"string\",\n  \"tiers\": [\n    {\n      \"flat_amount\": 0,\n      \"flat_amount_decimal\": \"string\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\",\n      \"up_to\": 0\n    }\n  ],\n  \"tiers_mode\": \"graduated\",\n  \"transform_usage\": {\n    \"divide_by\": 0,\n    \"round\": \"down\"\n  },\n  \"trial_period_days\": 0,\n  \"usage_type\": \"licensed\"\n}"}},"summary":"Update a plan"}},"/v1/prices":{"get":{"description":"List all prices","parameters":[{"description":"Only return prices that are active or inactive (e.g., pass `false` to list all inactive prices).","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return prices for the given currency.","in":"query","name":"currency","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return the price with these lookup_keys, if any exist. You can specify up to 10 lookup_keys.","in":"query","name":"lookup_keys","schema":{"type":"array"},"style":"form"},{"description":"Only return prices for the given product.","in":"query","name":"product","schema":{"type":"string"},"style":"form"},{"description":"Only return prices with these recurring fields.","in":"query","name":"recurring","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return prices of type `recurring` or `one_time`.","in":"query","name":"type","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"billing_scheme\": \"per_unit\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"currency_options\": {},\n      \"custom_unit_amount\": {\n        \"maximum\": 0,\n        \"minimum\": 0,\n        \"preset\": 0\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"lookup_key\": \"string\",\n      \"metadata\": {},\n      \"nickname\": \"string\",\n      \"object\": \"price\",\n      \"product\": \"string\",\n      \"recurring\": {\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"meter\": \"string\",\n        \"usage_type\": \"licensed\"\n      },\n      \"tax_behavior\": \"exclusive\",\n      \"tiers\": [\n        {\n          \"flat_amount\": 0,\n          \"flat_amount_decimal\": \"string\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\",\n          \"up_to\": 0\n        }\n      ],\n      \"tiers_mode\": \"graduated\",\n      \"transform_quantity\": {\n        \"divide_by\": 0,\n        \"round\": \"down\"\n      },\n      \"type\": \"one_time\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all prices"},"post":{"description":"Create a price","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/price"}}},"description":"{\n  \"active\": true,\n  \"billing_scheme\": \"per_unit\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_options\": {},\n  \"custom_unit_amount\": {\n    \"maximum\": 0,\n    \"minimum\": 0,\n    \"preset\": 0\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"price\",\n  \"product\": \"string\",\n  \"recurring\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0,\n    \"meter\": \"string\",\n    \"usage_type\": \"licensed\"\n  },\n  \"tax_behavior\": \"exclusive\",\n  \"tiers\": [\n    {\n      \"flat_amount\": 0,\n      \"flat_amount_decimal\": \"string\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\",\n      \"up_to\": 0\n    }\n  ],\n  \"tiers_mode\": \"graduated\",\n  \"transform_quantity\": {\n    \"divide_by\": 0,\n    \"round\": \"down\"\n  },\n  \"type\": \"one_time\",\n  \"unit_amount\": 0,\n  \"unit_amount_decimal\": \"string\"\n}"}},"summary":"Create a price"}},"/v1/prices/search":{"get":{"description":"Search prices","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for prices](https://docs.stripe.com/search#query-fields-for-prices).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"billing_scheme\": \"per_unit\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"currency_options\": {},\n      \"custom_unit_amount\": {\n        \"maximum\": 0,\n        \"minimum\": 0,\n        \"preset\": 0\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"lookup_key\": \"string\",\n      \"metadata\": {},\n      \"nickname\": \"string\",\n      \"object\": \"price\",\n      \"product\": \"string\",\n      \"recurring\": {\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"meter\": \"string\",\n        \"usage_type\": \"licensed\"\n      },\n      \"tax_behavior\": \"exclusive\",\n      \"tiers\": [\n        {\n          \"flat_amount\": 0,\n          \"flat_amount_decimal\": \"string\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\",\n          \"up_to\": 0\n        }\n      ],\n      \"tiers_mode\": \"graduated\",\n      \"transform_quantity\": {\n        \"divide_by\": 0,\n        \"round\": \"down\"\n      },\n      \"type\": \"one_time\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search prices"}},"/v1/prices/{price}":{"get":{"description":"Retrieve a price","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"price","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/price"}}},"description":"{\n  \"active\": true,\n  \"billing_scheme\": \"per_unit\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_options\": {},\n  \"custom_unit_amount\": {\n    \"maximum\": 0,\n    \"minimum\": 0,\n    \"preset\": 0\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"price\",\n  \"product\": \"string\",\n  \"recurring\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0,\n    \"meter\": \"string\",\n    \"usage_type\": \"licensed\"\n  },\n  \"tax_behavior\": \"exclusive\",\n  \"tiers\": [\n    {\n      \"flat_amount\": 0,\n      \"flat_amount_decimal\": \"string\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\",\n      \"up_to\": 0\n    }\n  ],\n  \"tiers_mode\": \"graduated\",\n  \"transform_quantity\": {\n    \"divide_by\": 0,\n    \"round\": \"down\"\n  },\n  \"type\": \"one_time\",\n  \"unit_amount\": 0,\n  \"unit_amount_decimal\": \"string\"\n}"}},"summary":"Retrieve a price"},"post":{"description":"Update a price","parameters":[{"in":"path","name":"price","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/price"}}},"description":"{\n  \"active\": true,\n  \"billing_scheme\": \"per_unit\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"currency_options\": {},\n  \"custom_unit_amount\": {\n    \"maximum\": 0,\n    \"minimum\": 0,\n    \"preset\": 0\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"price\",\n  \"product\": \"string\",\n  \"recurring\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0,\n    \"meter\": \"string\",\n    \"usage_type\": \"licensed\"\n  },\n  \"tax_behavior\": \"exclusive\",\n  \"tiers\": [\n    {\n      \"flat_amount\": 0,\n      \"flat_amount_decimal\": \"string\",\n      \"unit_amount\": 0,\n      \"unit_amount_decimal\": \"string\",\n      \"up_to\": 0\n    }\n  ],\n  \"tiers_mode\": \"graduated\",\n  \"transform_quantity\": {\n    \"divide_by\": 0,\n    \"round\": \"down\"\n  },\n  \"type\": \"one_time\",\n  \"unit_amount\": 0,\n  \"unit_amount_decimal\": \"string\"\n}"}},"summary":"Update a price"}},"/v1/products":{"get":{"description":"List all products","parameters":[{"description":"Only return products that are active or inactive (e.g., pass `false` to list all inactive products).","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"Only return products that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Only return products with the given IDs. Cannot be used with [starting_after](https://api.stripe.com#list_products-starting_after) or [ending_before](https://api.stripe.com#list_products-ending_before).","in":"query","name":"ids","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return products that can be shipped (i.e., physical, not digital products).","in":"query","name":"shippable","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return products with the given url.","in":"query","name":"url","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"created\": 0,\n      \"default_price\": \"string\",\n      \"description\": \"string\",\n      \"id\": \"string\",\n      \"images\": [\n        \"string\"\n      ],\n      \"livemode\": true,\n      \"marketing_features\": [\n        {\n          \"name\": \"string\"\n        }\n      ],\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"product\",\n      \"package_dimensions\": {\n        \"height\": 0.0,\n        \"length\": 0.0,\n        \"weight\": 0.0,\n        \"width\": 0.0\n      },\n      \"shippable\": true,\n      \"statement_descriptor\": \"string\",\n      \"tax_code\": \"string\",\n      \"unit_label\": \"string\",\n      \"updated\": 0,\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all products"},"post":{"description":"Create a product","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"{\n  \"active\": true,\n  \"created\": 0,\n  \"default_price\": \"string\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"images\": [\n    \"string\"\n  ],\n  \"livemode\": true,\n  \"marketing_features\": [\n    {\n      \"name\": \"string\"\n    }\n  ],\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"product\",\n  \"package_dimensions\": {\n    \"height\": 0.0,\n    \"length\": 0.0,\n    \"weight\": 0.0,\n    \"width\": 0.0\n  },\n  \"shippable\": true,\n  \"statement_descriptor\": \"string\",\n  \"tax_code\": \"string\",\n  \"unit_label\": \"string\",\n  \"updated\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Create a product"}},"/v1/products/search":{"get":{"description":"Search products","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for products](https://docs.stripe.com/search#query-fields-for-products).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"created\": 0,\n      \"default_price\": \"string\",\n      \"description\": \"string\",\n      \"id\": \"string\",\n      \"images\": [\n        \"string\"\n      ],\n      \"livemode\": true,\n      \"marketing_features\": [\n        {\n          \"name\": \"string\"\n        }\n      ],\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"product\",\n      \"package_dimensions\": {\n        \"height\": 0.0,\n        \"length\": 0.0,\n        \"weight\": 0.0,\n        \"width\": 0.0\n      },\n      \"shippable\": true,\n      \"statement_descriptor\": \"string\",\n      \"tax_code\": \"string\",\n      \"unit_label\": \"string\",\n      \"updated\": 0,\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search products"}},"/v1/products/{id}":{"delete":{"description":"Delete a product","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_product"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"product\"\n}"}},"summary":"Delete a product"},"get":{"description":"Retrieve a product","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"{\n  \"active\": true,\n  \"created\": 0,\n  \"default_price\": \"string\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"images\": [\n    \"string\"\n  ],\n  \"livemode\": true,\n  \"marketing_features\": [\n    {\n      \"name\": \"string\"\n    }\n  ],\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"product\",\n  \"package_dimensions\": {\n    \"height\": 0.0,\n    \"length\": 0.0,\n    \"weight\": 0.0,\n    \"width\": 0.0\n  },\n  \"shippable\": true,\n  \"statement_descriptor\": \"string\",\n  \"tax_code\": \"string\",\n  \"unit_label\": \"string\",\n  \"updated\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a product"},"post":{"description":"Update a product","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"{\n  \"active\": true,\n  \"created\": 0,\n  \"default_price\": \"string\",\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"images\": [\n    \"string\"\n  ],\n  \"livemode\": true,\n  \"marketing_features\": [\n    {\n      \"name\": \"string\"\n    }\n  ],\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"product\",\n  \"package_dimensions\": {\n    \"height\": 0.0,\n    \"length\": 0.0,\n    \"weight\": 0.0,\n    \"width\": 0.0\n  },\n  \"shippable\": true,\n  \"statement_descriptor\": \"string\",\n  \"tax_code\": \"string\",\n  \"unit_label\": \"string\",\n  \"updated\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Update a product"}},"/v1/products/{product}/features":{"get":{"description":"List all features attached to a product","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"path","name":"product","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"entitlement_feature\": {\n        \"active\": true,\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"lookup_key\": \"string\",\n        \"metadata\": {},\n        \"name\": \"string\",\n        \"object\": \"entitlements.feature\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"product_feature\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all features attached to a product"},"post":{"description":"Attach a feature to a product","parameters":[{"in":"path","name":"product","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_feature"}}},"description":"{\n  \"entitlement_feature\": {\n    \"active\": true,\n    \"id\": \"string\",\n    \"livemode\": true,\n    \"lookup_key\": \"string\",\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"entitlements.feature\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"product_feature\"\n}"}},"summary":"Attach a feature to a product"}},"/v1/products/{product}/features/{id}":{"delete":{"description":"Remove a feature from a product","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"product","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_product_feature"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"product_feature\"\n}"}},"summary":"Remove a feature from a product"},"get":{"description":"Retrieve a product_feature","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The ID of the product_feature.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"The ID of the product.","in":"path","name":"product","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_feature"}}},"description":"{\n  \"entitlement_feature\": {\n    \"active\": true,\n    \"id\": \"string\",\n    \"livemode\": true,\n    \"lookup_key\": \"string\",\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"entitlements.feature\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"product_feature\"\n}"}},"summary":"Retrieve a product_feature"}},"/v1/promotion_codes":{"get":{"description":"List all promotion codes","parameters":[{"description":"Filter promotion codes by whether they are active.","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"Only return promotion codes that have this case-insensitive code.","in":"query","name":"code","schema":{"type":"string"},"style":"form"},{"description":"Only return promotion codes for this coupon.","in":"query","name":"coupon","schema":{"type":"string"},"style":"form"},{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return promotion codes that are restricted to this customer.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return promotion codes that are restricted to this account representing the customer.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"code\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"expires_at\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"max_redemptions\": 0,\n      \"metadata\": {},\n      \"object\": \"promotion_code\",\n      \"promotion\": {\n        \"coupon\": \"string\",\n        \"type\": \"coupon\"\n      },\n      \"restrictions\": {\n        \"currency_options\": {},\n        \"first_time_transaction\": true,\n        \"minimum_amount\": 0,\n        \"minimum_amount_currency\": \"string\"\n      },\n      \"times_redeemed\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all promotion codes"},"post":{"description":"Create a promotion code","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/promotion_code"}}},"description":"{\n  \"active\": true,\n  \"code\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"max_redemptions\": 0,\n  \"metadata\": {},\n  \"object\": \"promotion_code\",\n  \"promotion\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"restrictions\": {\n    \"currency_options\": {},\n    \"first_time_transaction\": true,\n    \"minimum_amount\": 0,\n    \"minimum_amount_currency\": \"string\"\n  },\n  \"times_redeemed\": 0\n}"}},"summary":"Create a promotion code"}},"/v1/promotion_codes/{promotion_code}":{"get":{"description":"Retrieve a promotion code","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"promotion_code","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/promotion_code"}}},"description":"{\n  \"active\": true,\n  \"code\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"max_redemptions\": 0,\n  \"metadata\": {},\n  \"object\": \"promotion_code\",\n  \"promotion\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"restrictions\": {\n    \"currency_options\": {},\n    \"first_time_transaction\": true,\n    \"minimum_amount\": 0,\n    \"minimum_amount_currency\": \"string\"\n  },\n  \"times_redeemed\": 0\n}"}},"summary":"Retrieve a promotion code"},"post":{"description":"Update a promotion code","parameters":[{"in":"path","name":"promotion_code","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/promotion_code"}}},"description":"{\n  \"active\": true,\n  \"code\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"max_redemptions\": 0,\n  \"metadata\": {},\n  \"object\": \"promotion_code\",\n  \"promotion\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"restrictions\": {\n    \"currency_options\": {},\n    \"first_time_transaction\": true,\n    \"minimum_amount\": 0,\n    \"minimum_amount_currency\": \"string\"\n  },\n  \"times_redeemed\": 0\n}"}},"summary":"Update a promotion code"}},"/v1/quotes":{"get":{"description":"List all quotes","parameters":[{"description":"The ID of the customer whose quotes you're retrieving.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"The ID of the account representing the customer whose quotes you're retrieving.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"The status of the quote.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Provides a list of quotes that are associated with the specified test clock. The response will not include quotes with test clocks if this and the customer parameter is not set.","in":"query","name":"test_clock","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        },\n        \"provider\": \"string\",\n        \"status\": \"complete\"\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"computed\": {\n        \"recurring\": {\n          \"amount_subtotal\": 0,\n          \"amount_total\": 0,\n          \"interval\": \"day\",\n          \"interval_count\": 0,\n          \"total_details\": {\n            \"amount_discount\": 0,\n            \"amount_shipping\": 0,\n            \"amount_tax\": 0,\n            \"breakdown\": {\n              \"discounts\": [\n                {\n                  \"amount\": 0,\n                  \"discount\": {\n                    \"checkout_session\": \"string\",\n                    \"customer\": \"string\",\n                    \"customer_account\": \"string\",\n                    \"end\": 0,\n                    \"id\": \"string\",\n                    \"invoice\": \"string\",\n                    \"invoice_item\": \"string\",\n                    \"object\": \"discount\",\n                    \"promotion_code\": \"string\",\n                    \"source\": {\n                      \"coupon\": \"string\",\n                      \"type\": \"coupon\"\n                    },\n                    \"start\": 0,\n                    \"subscription\": \"string\",\n                    \"subscription_item\": \"string\"\n                  }\n                }\n              ],\n              \"taxes\": [\n                {\n                  \"amount\": 0,\n                  \"rate\": {\n                    \"active\": true,\n                    \"country\": \"string\",\n                    \"created\": 0,\n                    \"description\": \"string\",\n                    \"display_name\": \"string\",\n                    \"effective_percentage\": 0.0,\n                    \"flat_amount\": {\n                      \"amount\": 0,\n                      \"currency\": \"string\"\n                    },\n                    \"id\": \"string\",\n                    \"inclusive\": true,\n                    \"jurisdiction\": \"string\",\n                    \"jurisdiction_level\": \"city\",\n                    \"livemode\": true,\n                    \"metadata\": {},\n                    \"object\": \"tax_rate\",\n                    \"percentage\": 0.0,\n                    \"rate_type\": \"flat_amount\",\n                    \"state\": \"string\",\n                    \"tax_type\": \"amusement_tax\"\n                  },\n                  \"taxability_reason\": \"customer_exempt\",\n                  \"taxable_amount\": 0\n                }\n              ]\n            }\n          }\n        },\n        \"upfront\": {\n          \"amount_subtotal\": 0,\n          \"amount_total\": 0,\n          \"line_items\": {\n            \"data\": [\n              {\n                \"amount_discount\": 0,\n                \"amount_subtotal\": 0,\n                \"amount_tax\": 0,\n                \"amount_total\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"discounts\": [\n                  {\n                    \"amount\": 0,\n                    \"discount\": {\n                      \"checkout_session\": \"string\",\n                      \"customer\": \"string\",\n                      \"customer_account\": \"string\",\n                      \"end\": 0,\n                      \"id\": \"string\",\n                      \"invoice\": \"string\",\n                      \"invoice_item\": \"string\",\n                      \"object\": \"discount\",\n                      \"promotion_code\": \"string\",\n                      \"source\": {\n                        \"coupon\": \"string\",\n                        \"type\": \"coupon\"\n                      },\n                      \"start\": 0,\n                      \"subscription\": \"string\",\n                      \"subscription_item\": \"string\"\n                    }\n                  }\n                ],\n                \"id\": \"string\",\n                \"metadata\": {},\n                \"object\": \"item\",\n                \"price\": {\n                  \"active\": true,\n                  \"billing_scheme\": \"per_unit\",\n                  \"created\": 0,\n                  \"currency\": \"string\",\n                  \"currency_options\": {},\n                  \"custom_unit_amount\": {\n                    \"maximum\": 0,\n                    \"minimum\": 0,\n                    \"preset\": 0\n                  },\n                  \"id\": \"string\",\n                  \"livemode\": true,\n                  \"lookup_key\": \"string\",\n                  \"metadata\": {},\n                  \"nickname\": \"string\",\n                  \"object\": \"price\",\n                  \"product\": \"string\",\n                  \"recurring\": {\n                    \"interval\": \"day\",\n                    \"interval_count\": 0,\n                    \"meter\": \"string\",\n                    \"usage_type\": \"licensed\"\n                  },\n                  \"tax_behavior\": \"exclusive\",\n                  \"tiers\": [\n                    {\n                      \"flat_amount\": 0,\n                      \"flat_amount_decimal\": \"string\",\n                      \"unit_amount\": 0,\n                      \"unit_amount_decimal\": \"string\",\n                      \"up_to\": 0\n                    }\n                  ],\n                  \"tiers_mode\": \"graduated\",\n                  \"transform_quantity\": {\n                    \"divide_by\": 0,\n                    \"round\": \"down\"\n                  },\n                  \"type\": \"one_time\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\"\n                },\n                \"quantity\": 0,\n                \"taxes\": [\n                  {\n                    \"amount\": 0,\n                    \"rate\": {\n                      \"active\": true,\n                      \"country\": \"string\",\n                      \"created\": 0,\n                      \"description\": \"string\",\n                      \"display_name\": \"string\",\n                      \"effective_percentage\": 0.0,\n                      \"flat_amount\": {\n                        \"amount\": 0,\n                        \"currency\": \"string\"\n                      },\n                      \"id\": \"string\",\n                      \"inclusive\": true,\n                      \"jurisdiction\": \"string\",\n                      \"jurisdiction_level\": \"city\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"tax_rate\",\n                      \"percentage\": 0.0,\n                      \"rate_type\": \"flat_amount\",\n                      \"state\": \"string\",\n                      \"tax_type\": \"amusement_tax\"\n                    },\n                    \"taxability_reason\": \"customer_exempt\",\n                    \"taxable_amount\": 0\n                  }\n                ]\n              }\n            ],\n            \"has_more\": true,\n            \"object\": \"list\",\n            \"url\": \"string\"\n          },\n          \"total_details\": {\n            \"amount_discount\": 0,\n            \"amount_shipping\": 0,\n            \"amount_tax\": 0,\n            \"breakdown\": {\n              \"discounts\": [\n                {\n                  \"amount\": 0,\n                  \"discount\": {\n                    \"checkout_session\": \"string\",\n                    \"customer\": \"string\",\n                    \"customer_account\": \"string\",\n                    \"end\": 0,\n                    \"id\": \"string\",\n                    \"invoice\": \"string\",\n                    \"invoice_item\": \"string\",\n                    \"object\": \"discount\",\n                    \"promotion_code\": \"string\",\n                    \"source\": {\n                      \"coupon\": \"string\",\n                      \"type\": \"coupon\"\n                    },\n                    \"start\": 0,\n                    \"subscription\": \"string\",\n                    \"subscription_item\": \"string\"\n                  }\n                }\n              ],\n              \"taxes\": [\n                {\n                  \"amount\": 0,\n                  \"rate\": {\n                    \"active\": true,\n                    \"country\": \"string\",\n                    \"created\": 0,\n                    \"description\": \"string\",\n                    \"display_name\": \"string\",\n                    \"effective_percentage\": 0.0,\n                    \"flat_amount\": {\n                      \"amount\": 0,\n                      \"currency\": \"string\"\n                    },\n                    \"id\": \"string\",\n                    \"inclusive\": true,\n                    \"jurisdiction\": \"string\",\n                    \"jurisdiction_level\": \"city\",\n                    \"livemode\": true,\n                    \"metadata\": {},\n                    \"object\": \"tax_rate\",\n                    \"percentage\": 0.0,\n                    \"rate_type\": \"flat_amount\",\n                    \"state\": \"string\",\n                    \"tax_type\": \"amusement_tax\"\n                  },\n                  \"taxability_reason\": \"customer_exempt\",\n                  \"taxable_amount\": 0\n                }\n              ]\n            }\n          }\n        }\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"default_tax_rates\": [\n        \"string\"\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        \"string\"\n      ],\n      \"expires_at\": 0,\n      \"footer\": \"string\",\n      \"from_quote\": {\n        \"is_revision\": true,\n        \"quote\": \"string\"\n      },\n      \"header\": \"string\",\n      \"id\": \"string\",\n      \"invoice\": \"string\",\n      \"invoice_settings\": {\n        \"days_until_due\": 0,\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"number\": \"string\",\n      \"object\": \"quote\",\n      \"on_behalf_of\": \"string\",\n      \"status\": \"accepted\",\n      \"status_transitions\": {\n        \"accepted_at\": 0,\n        \"canceled_at\": 0,\n        \"finalized_at\": 0\n      },\n      \"subscription\": \"string\",\n      \"subscription_data\": {\n        \"billing_mode\": {\n          \"flexible\": {\n            \"proration_discounts\": \"included\"\n          },\n          \"type\": \"classic\"\n        },\n        \"description\": \"string\",\n        \"effective_date\": 0,\n        \"metadata\": {},\n        \"trial_period_days\": 0\n      },\n      \"subscription_schedule\": \"string\",\n      \"test_clock\": \"string\",\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      },\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all quotes"},"post":{"description":"Create a quote","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/quote"}}},"description":"{\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"computed\": {\n    \"recurring\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    },\n    \"upfront\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_tax_rates\": [\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"footer\": \"string\",\n  \"from_quote\": {\n    \"is_revision\": true,\n    \"quote\": \"string\"\n  },\n  \"header\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_settings\": {\n    \"days_until_due\": 0,\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"quote\",\n  \"on_behalf_of\": \"string\",\n  \"status\": \"accepted\",\n  \"status_transitions\": {\n    \"accepted_at\": 0,\n    \"canceled_at\": 0,\n    \"finalized_at\": 0\n  },\n  \"subscription\": \"string\",\n  \"subscription_data\": {\n    \"billing_mode\": {\n      \"flexible\": {\n        \"proration_discounts\": \"included\"\n      },\n      \"type\": \"classic\"\n    },\n    \"description\": \"string\",\n    \"effective_date\": 0,\n    \"metadata\": {},\n    \"trial_period_days\": 0\n  },\n  \"subscription_schedule\": \"string\",\n  \"test_clock\": \"string\",\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  }\n}"}},"summary":"Create a quote"}},"/v1/quotes/{quote}":{"get":{"description":"Retrieve a quote","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/quote"}}},"description":"{\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"computed\": {\n    \"recurring\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    },\n    \"upfront\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_tax_rates\": [\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"footer\": \"string\",\n  \"from_quote\": {\n    \"is_revision\": true,\n    \"quote\": \"string\"\n  },\n  \"header\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_settings\": {\n    \"days_until_due\": 0,\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"quote\",\n  \"on_behalf_of\": \"string\",\n  \"status\": \"accepted\",\n  \"status_transitions\": {\n    \"accepted_at\": 0,\n    \"canceled_at\": 0,\n    \"finalized_at\": 0\n  },\n  \"subscription\": \"string\",\n  \"subscription_data\": {\n    \"billing_mode\": {\n      \"flexible\": {\n        \"proration_discounts\": \"included\"\n      },\n      \"type\": \"classic\"\n    },\n    \"description\": \"string\",\n    \"effective_date\": 0,\n    \"metadata\": {},\n    \"trial_period_days\": 0\n  },\n  \"subscription_schedule\": \"string\",\n  \"test_clock\": \"string\",\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  }\n}"}},"summary":"Retrieve a quote"},"post":{"description":"Update a quote","parameters":[{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/quote"}}},"description":"{\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"computed\": {\n    \"recurring\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    },\n    \"upfront\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_tax_rates\": [\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"footer\": \"string\",\n  \"from_quote\": {\n    \"is_revision\": true,\n    \"quote\": \"string\"\n  },\n  \"header\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_settings\": {\n    \"days_until_due\": 0,\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"quote\",\n  \"on_behalf_of\": \"string\",\n  \"status\": \"accepted\",\n  \"status_transitions\": {\n    \"accepted_at\": 0,\n    \"canceled_at\": 0,\n    \"finalized_at\": 0\n  },\n  \"subscription\": \"string\",\n  \"subscription_data\": {\n    \"billing_mode\": {\n      \"flexible\": {\n        \"proration_discounts\": \"included\"\n      },\n      \"type\": \"classic\"\n    },\n    \"description\": \"string\",\n    \"effective_date\": 0,\n    \"metadata\": {},\n    \"trial_period_days\": 0\n  },\n  \"subscription_schedule\": \"string\",\n  \"test_clock\": \"string\",\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  }\n}"}},"summary":"Update a quote"}},"/v1/quotes/{quote}/accept":{"post":{"description":"Accept a quote","parameters":[{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/quote"}}},"description":"{\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"computed\": {\n    \"recurring\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    },\n    \"upfront\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_tax_rates\": [\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"footer\": \"string\",\n  \"from_quote\": {\n    \"is_revision\": true,\n    \"quote\": \"string\"\n  },\n  \"header\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_settings\": {\n    \"days_until_due\": 0,\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"quote\",\n  \"on_behalf_of\": \"string\",\n  \"status\": \"accepted\",\n  \"status_transitions\": {\n    \"accepted_at\": 0,\n    \"canceled_at\": 0,\n    \"finalized_at\": 0\n  },\n  \"subscription\": \"string\",\n  \"subscription_data\": {\n    \"billing_mode\": {\n      \"flexible\": {\n        \"proration_discounts\": \"included\"\n      },\n      \"type\": \"classic\"\n    },\n    \"description\": \"string\",\n    \"effective_date\": 0,\n    \"metadata\": {},\n    \"trial_period_days\": 0\n  },\n  \"subscription_schedule\": \"string\",\n  \"test_clock\": \"string\",\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  }\n}"}},"summary":"Accept a quote"}},"/v1/quotes/{quote}/cancel":{"post":{"description":"Cancel a quote","parameters":[{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/quote"}}},"description":"{\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"computed\": {\n    \"recurring\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    },\n    \"upfront\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_tax_rates\": [\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"footer\": \"string\",\n  \"from_quote\": {\n    \"is_revision\": true,\n    \"quote\": \"string\"\n  },\n  \"header\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_settings\": {\n    \"days_until_due\": 0,\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"quote\",\n  \"on_behalf_of\": \"string\",\n  \"status\": \"accepted\",\n  \"status_transitions\": {\n    \"accepted_at\": 0,\n    \"canceled_at\": 0,\n    \"finalized_at\": 0\n  },\n  \"subscription\": \"string\",\n  \"subscription_data\": {\n    \"billing_mode\": {\n      \"flexible\": {\n        \"proration_discounts\": \"included\"\n      },\n      \"type\": \"classic\"\n    },\n    \"description\": \"string\",\n    \"effective_date\": 0,\n    \"metadata\": {},\n    \"trial_period_days\": 0\n  },\n  \"subscription_schedule\": \"string\",\n  \"test_clock\": \"string\",\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  }\n}"}},"summary":"Cancel a quote"}},"/v1/quotes/{quote}/computed_upfront_line_items":{"get":{"description":"Retrieve a quote's upfront line items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_discount\": 0,\n      \"amount_subtotal\": 0,\n      \"amount_tax\": 0,\n      \"amount_total\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"item\",\n      \"price\": {\n        \"active\": true,\n        \"billing_scheme\": \"per_unit\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"currency_options\": {},\n        \"custom_unit_amount\": {\n          \"maximum\": 0,\n          \"minimum\": 0,\n          \"preset\": 0\n        },\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"lookup_key\": \"string\",\n        \"metadata\": {},\n        \"nickname\": \"string\",\n        \"object\": \"price\",\n        \"product\": \"string\",\n        \"recurring\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0,\n          \"meter\": \"string\",\n          \"usage_type\": \"licensed\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tiers\": [\n          {\n            \"flat_amount\": 0,\n            \"flat_amount_decimal\": \"string\",\n            \"unit_amount\": 0,\n            \"unit_amount_decimal\": \"string\",\n            \"up_to\": 0\n          }\n        ],\n        \"tiers_mode\": \"graduated\",\n        \"transform_quantity\": {\n          \"divide_by\": 0,\n          \"round\": \"down\"\n        },\n        \"type\": \"one_time\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"quantity\": 0,\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a quote's upfront line items"}},"/v1/quotes/{quote}/finalize":{"post":{"description":"Finalize a quote","parameters":[{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/quote"}}},"description":"{\n  \"amount_subtotal\": 0,\n  \"amount_total\": 0,\n  \"application\": \"string\",\n  \"application_fee_amount\": 0,\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    },\n    \"provider\": \"string\",\n    \"status\": \"complete\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"computed\": {\n    \"recurring\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    },\n    \"upfront\": {\n      \"amount_subtotal\": 0,\n      \"amount_total\": 0,\n      \"line_items\": {\n        \"data\": [\n          {\n            \"amount_discount\": 0,\n            \"amount_subtotal\": 0,\n            \"amount_tax\": 0,\n            \"amount_total\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"discounts\": [\n              {\n                \"amount\": 0,\n                \"discount\": {\n                  \"checkout_session\": \"string\",\n                  \"customer\": \"string\",\n                  \"customer_account\": \"string\",\n                  \"end\": 0,\n                  \"id\": \"string\",\n                  \"invoice\": \"string\",\n                  \"invoice_item\": \"string\",\n                  \"object\": \"discount\",\n                  \"promotion_code\": \"string\",\n                  \"source\": {\n                    \"coupon\": \"string\",\n                    \"type\": \"coupon\"\n                  },\n                  \"start\": 0,\n                  \"subscription\": \"string\",\n                  \"subscription_item\": \"string\"\n                }\n              }\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"taxes\": [\n              {\n                \"amount\": 0,\n                \"rate\": {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                },\n                \"taxability_reason\": \"customer_exempt\",\n                \"taxable_amount\": 0\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0,\n        \"breakdown\": {\n          \"discounts\": [\n            {\n              \"amount\": 0,\n              \"discount\": {\n                \"checkout_session\": \"string\",\n                \"customer\": \"string\",\n                \"customer_account\": \"string\",\n                \"end\": 0,\n                \"id\": \"string\",\n                \"invoice\": \"string\",\n                \"invoice_item\": \"string\",\n                \"object\": \"discount\",\n                \"promotion_code\": \"string\",\n                \"source\": {\n                  \"coupon\": \"string\",\n                  \"type\": \"coupon\"\n                },\n                \"start\": 0,\n                \"subscription\": \"string\",\n                \"subscription_item\": \"string\"\n              }\n            }\n          ],\n          \"taxes\": [\n            {\n              \"amount\": 0,\n              \"rate\": {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              },\n              \"taxability_reason\": \"customer_exempt\",\n              \"taxable_amount\": 0\n            }\n          ]\n        }\n      }\n    }\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_tax_rates\": [\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"expires_at\": 0,\n  \"footer\": \"string\",\n  \"from_quote\": {\n    \"is_revision\": true,\n    \"quote\": \"string\"\n  },\n  \"header\": \"string\",\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_settings\": {\n    \"days_until_due\": 0,\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount_discount\": 0,\n        \"amount_subtotal\": 0,\n        \"amount_tax\": 0,\n        \"amount_total\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"discounts\": [\n          {\n            \"amount\": 0,\n            \"discount\": {\n              \"checkout_session\": \"string\",\n              \"customer\": \"string\",\n              \"customer_account\": \"string\",\n              \"end\": 0,\n              \"id\": \"string\",\n              \"invoice\": \"string\",\n              \"invoice_item\": \"string\",\n              \"object\": \"discount\",\n              \"promotion_code\": \"string\",\n              \"source\": {\n                \"coupon\": \"string\",\n                \"type\": \"coupon\"\n              },\n              \"start\": 0,\n              \"subscription\": \"string\",\n              \"subscription_item\": \"string\"\n            }\n          }\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"taxes\": [\n          {\n            \"amount\": 0,\n            \"rate\": {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"quote\",\n  \"on_behalf_of\": \"string\",\n  \"status\": \"accepted\",\n  \"status_transitions\": {\n    \"accepted_at\": 0,\n    \"canceled_at\": 0,\n    \"finalized_at\": 0\n  },\n  \"subscription\": \"string\",\n  \"subscription_data\": {\n    \"billing_mode\": {\n      \"flexible\": {\n        \"proration_discounts\": \"included\"\n      },\n      \"type\": \"classic\"\n    },\n    \"description\": \"string\",\n    \"effective_date\": 0,\n    \"metadata\": {},\n    \"trial_period_days\": 0\n  },\n  \"subscription_schedule\": \"string\",\n  \"test_clock\": \"string\",\n  \"total_details\": {\n    \"amount_discount\": 0,\n    \"amount_shipping\": 0,\n    \"amount_tax\": 0,\n    \"breakdown\": {\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  },\n  \"transfer_data\": {\n    \"amount\": 0,\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  }\n}"}},"summary":"Finalize a quote"}},"/v1/quotes/{quote}/line_items":{"get":{"description":"Retrieve a quote's line items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount_discount\": 0,\n      \"amount_subtotal\": 0,\n      \"amount_tax\": 0,\n      \"amount_total\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"amount\": 0,\n          \"discount\": {\n            \"checkout_session\": \"string\",\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"end\": 0,\n            \"id\": \"string\",\n            \"invoice\": \"string\",\n            \"invoice_item\": \"string\",\n            \"object\": \"discount\",\n            \"promotion_code\": \"string\",\n            \"source\": {\n              \"coupon\": \"string\",\n              \"type\": \"coupon\"\n            },\n            \"start\": 0,\n            \"subscription\": \"string\",\n            \"subscription_item\": \"string\"\n          }\n        }\n      ],\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"item\",\n      \"price\": {\n        \"active\": true,\n        \"billing_scheme\": \"per_unit\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"currency_options\": {},\n        \"custom_unit_amount\": {\n          \"maximum\": 0,\n          \"minimum\": 0,\n          \"preset\": 0\n        },\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"lookup_key\": \"string\",\n        \"metadata\": {},\n        \"nickname\": \"string\",\n        \"object\": \"price\",\n        \"product\": \"string\",\n        \"recurring\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0,\n          \"meter\": \"string\",\n          \"usage_type\": \"licensed\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tiers\": [\n          {\n            \"flat_amount\": 0,\n            \"flat_amount_decimal\": \"string\",\n            \"unit_amount\": 0,\n            \"unit_amount_decimal\": \"string\",\n            \"up_to\": 0\n          }\n        ],\n        \"tiers_mode\": \"graduated\",\n        \"transform_quantity\": {\n          \"divide_by\": 0,\n          \"round\": \"down\"\n        },\n        \"type\": \"one_time\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"quantity\": 0,\n      \"taxes\": [\n        {\n          \"amount\": 0,\n          \"rate\": {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a quote's line items"}},"/v1/quotes/{quote}/pdf":{"get":{"description":"Download quote PDF","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"quote","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"\"string\""}},"summary":"Download quote PDF"}},"/v1/radar/early_fraud_warnings":{"get":{"description":"List all early fraud warnings","parameters":[{"description":"Only return early fraud warnings for the charge specified by this charge ID.","in":"query","name":"charge","schema":{"type":"string"},"style":"form"},{"description":"Only return early fraud warnings that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return early fraud warnings for charges that were created by the PaymentIntent specified by this PaymentIntent ID.","in":"query","name":"payment_intent","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"actionable\": true,\n      \"charge\": \"string\",\n      \"created\": 0,\n      \"fraud_type\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"radar.early_fraud_warning\",\n      \"payment_intent\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all early fraud warnings"}},"/v1/radar/early_fraud_warnings/{early_fraud_warning}":{"get":{"description":"Retrieve an early fraud warning","parameters":[{"in":"path","name":"early_fraud_warning","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.early_fraud_warning"}}},"description":"{\n  \"actionable\": true,\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"fraud_type\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"radar.early_fraud_warning\",\n  \"payment_intent\": \"string\"\n}"}},"summary":"Retrieve an early fraud warning"}},"/v1/radar/payment_evaluations":{"post":{"description":"Create a Payment Evaluation","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.payment_evaluation"}}},"description":"{\n  \"client_device_metadata_details\": {\n    \"radar_session\": \"string\"\n  },\n  \"created_at\": 0,\n  \"customer_details\": {\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"events\": [\n    {\n      \"dispute_opened\": {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"reason\": \"account_not_available\"\n      },\n      \"early_fraud_warning_received\": {\n        \"fraud_type\": \"made_with_lost_card\"\n      },\n      \"occurred_at\": 0,\n      \"refunded\": {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"reason\": \"duplicate\"\n      },\n      \"type\": \"dispute_opened\",\n      \"user_intervention_raised\": {\n        \"custom\": {\n          \"type\": \"string\"\n        },\n        \"key\": \"string\",\n        \"type\": \"3ds\"\n      },\n      \"user_intervention_resolved\": {\n        \"key\": \"string\",\n        \"outcome\": \"abandoned\"\n      }\n    }\n  ],\n  \"id\": \"string\",\n  \"insights\": {\n    \"card_issuer_decline\": {\n      \"model_score\": 0.0,\n      \"recommended_action\": \"block\"\n    },\n    \"evaluated_at\": 0,\n    \"fraudulent_dispute\": {\n      \"recommended_action\": \"block\",\n      \"risk_score\": 0\n    }\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"radar.payment_evaluation\",\n  \"outcome\": {\n    \"merchant_blocked\": {\n      \"reason\": \"authentication_required\"\n    },\n    \"payment_intent_id\": \"string\",\n    \"rejected\": {\n      \"card\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\",\n        \"reason\": \"authentication_failed\"\n      }\n    },\n    \"succeeded\": {\n      \"card\": {\n        \"address_line1_check\": \"fail\",\n        \"address_postal_code_check\": \"fail\",\n        \"cvc_check\": \"fail\"\n      }\n    },\n    \"type\": \"failed\"\n  },\n  \"payment_details\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"description\": \"string\",\n    \"money_movement_details\": {\n      \"card\": {\n        \"customer_presence\": \"off_session\",\n        \"payment_type\": \"one_off\"\n      },\n      \"money_movement_type\": \"card\"\n    },\n    \"payment_method_details\": {\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\"\n      },\n      \"payment_method\": \"string\"\n    },\n    \"shipping_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"name\": \"string\",\n      \"phone\": \"string\"\n    },\n    \"statement_descriptor\": \"string\"\n  }\n}"}},"summary":"Create a Payment Evaluation"}},"/v1/radar/value_list_items":{"get":{"description":"List all value list items","parameters":[{"description":"Only return items that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Return items belonging to the parent list whose value matches the specified value (using an \"is like\" match).","in":"query","name":"value","schema":{"type":"string"},"style":"form"},{"description":"Identifier for the parent value list this item belongs to.","in":"query","name":"value_list","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"created_by\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"radar.value_list_item\",\n      \"value\": \"string\",\n      \"value_list\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all value list items"},"post":{"description":"Create a value list item","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.value_list_item"}}},"description":"{\n  \"created\": 0,\n  \"created_by\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"radar.value_list_item\",\n  \"value\": \"string\",\n  \"value_list\": \"string\"\n}"}},"summary":"Create a value list item"}},"/v1/radar/value_list_items/{item}":{"delete":{"description":"Delete a value list item","parameters":[{"in":"path","name":"item","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_radar.value_list_item"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"radar.value_list_item\"\n}"}},"summary":"Delete a value list item"},"get":{"description":"Retrieve a value list item","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"item","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.value_list_item"}}},"description":"{\n  \"created\": 0,\n  \"created_by\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"radar.value_list_item\",\n  \"value\": \"string\",\n  \"value_list\": \"string\"\n}"}},"summary":"Retrieve a value list item"}},"/v1/radar/value_lists":{"get":{"description":"List all value lists","parameters":[{"description":"The alias used to reference the value list when writing rules.","in":"query","name":"alias","schema":{"type":"string"},"style":"form"},{"description":"A value contained within a value list - returns all value lists containing this value.","in":"query","name":"contains","schema":{"type":"string"},"style":"form"},{"description":"Only return value lists that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"alias\": \"string\",\n      \"created\": 0,\n      \"created_by\": \"string\",\n      \"id\": \"string\",\n      \"item_type\": \"card_bin\",\n      \"list_items\": {\n        \"data\": [\n          {\n            \"created\": 0,\n            \"created_by\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"object\": \"radar.value_list_item\",\n            \"value\": \"string\",\n            \"value_list\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"radar.value_list\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all value lists"},"post":{"description":"Create a value list","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.value_list"}}},"description":"{\n  \"alias\": \"string\",\n  \"created\": 0,\n  \"created_by\": \"string\",\n  \"id\": \"string\",\n  \"item_type\": \"card_bin\",\n  \"list_items\": {\n    \"data\": [\n      {\n        \"created\": 0,\n        \"created_by\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"radar.value_list_item\",\n        \"value\": \"string\",\n        \"value_list\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"radar.value_list\"\n}"}},"summary":"Create a value list"}},"/v1/radar/value_lists/{value_list}":{"delete":{"description":"Delete a value list","parameters":[{"in":"path","name":"value_list","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_radar.value_list"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"radar.value_list\"\n}"}},"summary":"Delete a value list"},"get":{"description":"Retrieve a value list","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"value_list","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.value_list"}}},"description":"{\n  \"alias\": \"string\",\n  \"created\": 0,\n  \"created_by\": \"string\",\n  \"id\": \"string\",\n  \"item_type\": \"card_bin\",\n  \"list_items\": {\n    \"data\": [\n      {\n        \"created\": 0,\n        \"created_by\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"radar.value_list_item\",\n        \"value\": \"string\",\n        \"value_list\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"radar.value_list\"\n}"}},"summary":"Retrieve a value list"},"post":{"description":"Update a value list","parameters":[{"in":"path","name":"value_list","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/radar.value_list"}}},"description":"{\n  \"alias\": \"string\",\n  \"created\": 0,\n  \"created_by\": \"string\",\n  \"id\": \"string\",\n  \"item_type\": \"card_bin\",\n  \"list_items\": {\n    \"data\": [\n      {\n        \"created\": 0,\n        \"created_by\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"radar.value_list_item\",\n        \"value\": \"string\",\n        \"value_list\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"radar.value_list\"\n}"}},"summary":"Update a value list"}},"/v1/refunds":{"get":{"description":"List all refunds","parameters":[{"description":"Only return refunds for the charge specified by this charge ID.","in":"query","name":"charge","schema":{"type":"string"},"style":"form"},{"description":"Only return refunds that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return refunds for the PaymentIntent specified by this ID.","in":"query","name":"payment_intent","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"charge\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination_details\": {\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_bank_transfer\": {},\n        \"blik\": {\n          \"network_decline_code\": \"string\",\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"br_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"card\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\",\n          \"reference_type\": \"string\",\n          \"type\": \"pending\"\n        },\n        \"cashapp\": {},\n        \"crypto\": {\n          \"reference\": \"string\"\n        },\n        \"customer_cash_balance\": {},\n        \"eps\": {},\n        \"eu_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"gb_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"jp_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"klarna\": {},\n        \"mb_way\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"multibanco\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"mx_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"nz_bank_transfer\": {},\n        \"p24\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"paynow\": {},\n        \"paypal\": {\n          \"network_decline_code\": \"string\"\n        },\n        \"pix\": {},\n        \"revolut\": {},\n        \"sofort\": {},\n        \"swish\": {\n          \"network_decline_code\": \"string\",\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"th_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"twint\": {},\n        \"type\": \"string\",\n        \"us_bank_transfer\": {\n          \"reference\": \"string\",\n          \"reference_status\": \"string\"\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      },\n      \"failure_balance_transaction\": \"string\",\n      \"failure_reason\": \"string\",\n      \"id\": \"string\",\n      \"instructions_email\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"display_details\": {\n          \"email_sent\": {\n            \"email_sent_at\": 0,\n            \"email_sent_to\": \"string\"\n          },\n          \"expires_at\": 0\n        },\n        \"type\": \"string\"\n      },\n      \"object\": \"refund\",\n      \"payment_intent\": \"string\",\n      \"pending_reason\": \"charge_pending\",\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"reason\": \"duplicate\",\n      \"receipt_number\": \"string\",\n      \"source_transfer_reversal\": \"string\",\n      \"status\": \"string\",\n      \"transfer_reversal\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all refunds"},"post":{"description":"Create customer balance refund","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"Create customer balance refund"}},"/v1/refunds/{refund}":{"get":{"description":"Retrieve a refund","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"refund","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"Retrieve a refund"},"post":{"description":"Update a refund","parameters":[{"in":"path","name":"refund","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"Update a refund"}},"/v1/refunds/{refund}/cancel":{"post":{"description":"Cancel a refund","parameters":[{"in":"path","name":"refund","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"Cancel a refund"}},"/v1/reporting/report_runs":{"get":{"description":"List all Report Runs","parameters":[{"description":"Only return Report Runs that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"error\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"reporting.report_run\",\n      \"parameters\": {\n        \"columns\": [\n          \"string\"\n        ],\n        \"connected_account\": \"string\",\n        \"currency\": \"string\",\n        \"interval_end\": 0,\n        \"interval_start\": 0,\n        \"payout\": \"string\",\n        \"reporting_category\": \"string\",\n        \"timezone\": \"string\"\n      },\n      \"report_type\": \"string\",\n      \"result\": {\n        \"created\": 0,\n        \"expires_at\": 0,\n        \"filename\": \"string\",\n        \"id\": \"string\",\n        \"links\": {\n          \"data\": [\n            {\n              \"created\": 0,\n              \"expired\": true,\n              \"expires_at\": 0,\n              \"file\": \"string\",\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"file_link\",\n              \"url\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"object\": \"file\",\n        \"purpose\": \"account_requirement\",\n        \"size\": 0,\n        \"title\": \"string\",\n        \"type\": \"string\",\n        \"url\": \"string\"\n      },\n      \"status\": \"string\",\n      \"succeeded_at\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Report Runs"},"post":{"description":"Create a Report Run","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/reporting.report_run"}}},"description":"{\n  \"created\": 0,\n  \"error\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"reporting.report_run\",\n  \"parameters\": {\n    \"columns\": [\n      \"string\"\n    ],\n    \"connected_account\": \"string\",\n    \"currency\": \"string\",\n    \"interval_end\": 0,\n    \"interval_start\": 0,\n    \"payout\": \"string\",\n    \"reporting_category\": \"string\",\n    \"timezone\": \"string\"\n  },\n  \"report_type\": \"string\",\n  \"result\": {\n    \"created\": 0,\n    \"expires_at\": 0,\n    \"filename\": \"string\",\n    \"id\": \"string\",\n    \"links\": {\n      \"data\": [\n        {\n          \"created\": 0,\n          \"expired\": true,\n          \"expires_at\": 0,\n          \"file\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"file_link\",\n          \"url\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"object\": \"file\",\n    \"purpose\": \"account_requirement\",\n    \"size\": 0,\n    \"title\": \"string\",\n    \"type\": \"string\",\n    \"url\": \"string\"\n  },\n  \"status\": \"string\",\n  \"succeeded_at\": 0\n}"}},"summary":"Create a Report Run"}},"/v1/reporting/report_runs/{report_run}":{"get":{"description":"Retrieve a Report Run","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"report_run","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/reporting.report_run"}}},"description":"{\n  \"created\": 0,\n  \"error\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"reporting.report_run\",\n  \"parameters\": {\n    \"columns\": [\n      \"string\"\n    ],\n    \"connected_account\": \"string\",\n    \"currency\": \"string\",\n    \"interval_end\": 0,\n    \"interval_start\": 0,\n    \"payout\": \"string\",\n    \"reporting_category\": \"string\",\n    \"timezone\": \"string\"\n  },\n  \"report_type\": \"string\",\n  \"result\": {\n    \"created\": 0,\n    \"expires_at\": 0,\n    \"filename\": \"string\",\n    \"id\": \"string\",\n    \"links\": {\n      \"data\": [\n        {\n          \"created\": 0,\n          \"expired\": true,\n          \"expires_at\": 0,\n          \"file\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"file_link\",\n          \"url\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"object\": \"file\",\n    \"purpose\": \"account_requirement\",\n    \"size\": 0,\n    \"title\": \"string\",\n    \"type\": \"string\",\n    \"url\": \"string\"\n  },\n  \"status\": \"string\",\n  \"succeeded_at\": 0\n}"}},"summary":"Retrieve a Report Run"}},"/v1/reporting/report_types":{"get":{"description":"List all Report Types","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"data_available_end\": 0,\n      \"data_available_start\": 0,\n      \"default_columns\": [\n        \"string\"\n      ],\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"name\": \"string\",\n      \"object\": \"reporting.report_type\",\n      \"updated\": 0,\n      \"version\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Report Types"}},"/v1/reporting/report_types/{report_type}":{"get":{"description":"Retrieve a Report Type","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"report_type","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/reporting.report_type"}}},"description":"{\n  \"data_available_end\": 0,\n  \"data_available_start\": 0,\n  \"default_columns\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"reporting.report_type\",\n  \"updated\": 0,\n  \"version\": 0\n}"}},"summary":"Retrieve a Report Type"}},"/v1/reviews":{"get":{"description":"List all open reviews","parameters":[{"description":"Only return reviews that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"billing_zip\": \"string\",\n      \"charge\": \"string\",\n      \"closed_reason\": \"acknowledged\",\n      \"created\": 0,\n      \"id\": \"string\",\n      \"ip_address\": \"string\",\n      \"ip_address_location\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"latitude\": 0.0,\n        \"longitude\": 0.0,\n        \"region\": \"string\"\n      },\n      \"livemode\": true,\n      \"object\": \"review\",\n      \"open\": true,\n      \"opened_reason\": \"manual\",\n      \"payment_intent\": \"string\",\n      \"reason\": \"string\",\n      \"session\": {\n        \"browser\": \"string\",\n        \"device\": \"string\",\n        \"platform\": \"string\",\n        \"version\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all open reviews"}},"/v1/reviews/{review}":{"get":{"description":"Retrieve a review","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"review","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/review"}}},"description":"{\n  \"billing_zip\": \"string\",\n  \"charge\": \"string\",\n  \"closed_reason\": \"acknowledged\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"ip_address_location\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 0.0,\n    \"longitude\": 0.0,\n    \"region\": \"string\"\n  },\n  \"livemode\": true,\n  \"object\": \"review\",\n  \"open\": true,\n  \"opened_reason\": \"manual\",\n  \"payment_intent\": \"string\",\n  \"reason\": \"string\",\n  \"session\": {\n    \"browser\": \"string\",\n    \"device\": \"string\",\n    \"platform\": \"string\",\n    \"version\": \"string\"\n  }\n}"}},"summary":"Retrieve a review"}},"/v1/reviews/{review}/approve":{"post":{"description":"Approve a review","parameters":[{"in":"path","name":"review","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/review"}}},"description":"{\n  \"billing_zip\": \"string\",\n  \"charge\": \"string\",\n  \"closed_reason\": \"acknowledged\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"ip_address_location\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"latitude\": 0.0,\n    \"longitude\": 0.0,\n    \"region\": \"string\"\n  },\n  \"livemode\": true,\n  \"object\": \"review\",\n  \"open\": true,\n  \"opened_reason\": \"manual\",\n  \"payment_intent\": \"string\",\n  \"reason\": \"string\",\n  \"session\": {\n    \"browser\": \"string\",\n    \"device\": \"string\",\n    \"platform\": \"string\",\n    \"version\": \"string\"\n  }\n}"}},"summary":"Approve a review"}},"/v1/setup_attempts":{"get":{"description":"List all SetupAttempts","parameters":[{"description":"A filter on the list, based on the object `created` field. The value\ncan be a string with an integer Unix timestamp or a\ndictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return SetupAttempts created by the SetupIntent specified by\nthis ID.","in":"query","name":"setup_intent","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"setup_attempt\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_details\": {\n        \"acss_debit\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {},\n        \"bacs_debit\": {},\n        \"bancontact\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"boleto\": {},\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"last4\": \"string\",\n          \"network\": \"string\",\n          \"three_d_secure\": {\n            \"authentication_flow\": \"challenge\",\n            \"electronic_commerce_indicator\": \"01\",\n            \"result\": \"attempt_acknowledged\",\n            \"result_reason\": \"abandoned\",\n            \"transaction_id\": \"string\",\n            \"version\": \"1.0.2\"\n          },\n          \"wallet\": {\n            \"apple_pay\": {},\n            \"google_pay\": {},\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"card_present\": {\n          \"generated_card\": \"string\",\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          }\n        },\n        \"cashapp\": {},\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"verified_name\": \"string\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {},\n        \"kr_card\": {},\n        \"link\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\"\n        },\n        \"nz_bank_account\": {},\n        \"paypal\": {},\n        \"payto\": {},\n        \"revolut_pay\": {},\n        \"sepa_debit\": {},\n        \"sofort\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"generated_sepa_debit\": \"string\",\n          \"generated_sepa_debit_mandate\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"de\",\n          \"verified_name\": \"string\"\n        },\n        \"type\": \"string\",\n        \"us_bank_account\": {}\n      },\n      \"setup_error\": {\n        \"advice_code\": \"string\",\n        \"charge\": \"string\",\n        \"code\": \"string\",\n        \"decline_code\": \"string\",\n        \"doc_url\": \"string\",\n        \"message\": \"string\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"param\": \"string\",\n        \"payment_intent\": {\n          \"amount\": 0,\n          \"amount_capturable\": 0,\n          \"amount_details\": {\n            \"discount_amount\": 0,\n            \"error\": {\n              \"code\": \"amount_details_amount_mismatch\",\n              \"message\": \"string\"\n            },\n            \"line_items\": {\n              \"data\": [\n                {\n                  \"discount_amount\": 0,\n                  \"id\": \"string\",\n                  \"object\": \"payment_intent_amount_details_line_item\",\n                  \"payment_method_options\": {\n                    \"card\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"card_present\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"klarna\": {\n                      \"image_url\": \"string\",\n                      \"product_url\": \"string\",\n                      \"reference\": \"string\",\n                      \"subscription_reference\": \"string\"\n                    },\n                    \"paypal\": {\n                      \"category\": \"digital_goods\",\n                      \"description\": \"string\",\n                      \"sold_by\": \"string\"\n                    }\n                  },\n                  \"product_code\": \"string\",\n                  \"product_name\": \"string\",\n                  \"quantity\": 0,\n                  \"tax\": {\n                    \"total_tax_amount\": 0\n                  },\n                  \"unit_cost\": 0,\n                  \"unit_of_measure\": \"string\"\n                }\n              ],\n              \"has_more\": true,\n              \"object\": \"list\",\n              \"url\": \"string\"\n            },\n            \"shipping\": {\n              \"amount\": 0,\n              \"from_postal_code\": \"string\",\n              \"to_postal_code\": \"string\"\n            },\n            \"tax\": {\n              \"total_tax_amount\": 0\n            },\n            \"tip\": {\n              \"amount\": 0\n            }\n          },\n          \"amount_received\": 0,\n          \"application\": \"string\",\n          \"application_fee_amount\": 0,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"canceled_at\": 0,\n          \"cancellation_reason\": \"abandoned\",\n          \"capture_method\": \"automatic\",\n          \"client_secret\": \"string\",\n          \"confirmation_method\": \"automatic\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"hooks\": {\n            \"inputs\": {\n              \"tax\": {\n                \"calculation\": \"string\"\n              }\n            }\n          },\n          \"id\": \"string\",\n          \"last_payment_error\": {},\n          \"latest_charge\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"next_action\": {\n            \"alipay_handle_redirect\": {\n              \"native_data\": \"string\",\n              \"native_url\": \"string\",\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"boleto_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\",\n              \"pdf\": \"string\"\n            },\n            \"card_await_notification\": {\n              \"charge_attempt_at\": 0,\n              \"customer_approval_required\": true\n            },\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"display_bank_transfer_instructions\": {\n              \"amount_remaining\": 0,\n              \"currency\": \"string\",\n              \"financial_addresses\": [\n                {\n                  \"aba\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"routing_number\": \"string\"\n                  },\n                  \"iban\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bic\": \"string\",\n                    \"country\": \"string\",\n                    \"iban\": \"string\"\n                  },\n                  \"sort_code\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"sort_code\": \"string\"\n                  },\n                  \"spei\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"clabe\": \"string\"\n                  },\n                  \"supported_networks\": [\n                    \"ach\"\n                  ],\n                  \"swift\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"swift_code\": \"string\"\n                  },\n                  \"type\": \"aba\",\n                  \"zengin\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"branch_code\": \"string\",\n                    \"branch_name\": \"string\"\n                  }\n                }\n              ],\n              \"hosted_instructions_url\": \"string\",\n              \"reference\": \"string\",\n              \"type\": \"eu_bank_transfer\"\n            },\n            \"konbini_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"stores\": {\n                \"familymart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"lawson\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"ministop\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"seicomart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                }\n              }\n            },\n            \"multibanco_display_details\": {\n              \"entity\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"reference\": \"string\"\n            },\n            \"oxxo_display_details\": {\n              \"expires_after\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\"\n            },\n            \"paynow_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"pix_display_qr_code\": {\n              \"data\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"promptpay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"swish_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"qr_code\": {\n                \"data\": \"string\",\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            },\n            \"wechat_pay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_data_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"wechat_pay_redirect_to_android_app\": {\n              \"app_id\": \"string\",\n              \"nonce_str\": \"string\",\n              \"package\": \"string\",\n              \"partner_id\": \"string\",\n              \"prepay_id\": \"string\",\n              \"sign\": \"string\",\n              \"timestamp\": \"string\"\n            },\n            \"wechat_pay_redirect_to_ios_app\": {\n              \"native_url\": \"string\"\n            }\n          },\n          \"object\": \"payment_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_details\": {\n            \"customer_reference\": \"string\",\n            \"order_reference\": \"string\"\n          },\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"affirm\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"afterpay_clearpay\": {\n              \"capture_method\": \"manual\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"alipay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"alma\": {\n              \"capture_method\": \"manual\"\n            },\n            \"amazon_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"au_becs_debit\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"billie\": {\n              \"capture_method\": \"manual\"\n            },\n            \"blik\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"boleto\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"card\": {\n              \"capture_method\": \"manual\",\n              \"installments\": {\n                \"available_plans\": [\n                  {\n                    \"count\": 0,\n                    \"interval\": \"month\",\n                    \"type\": \"bonus\"\n                  }\n                ],\n                \"enabled\": true,\n                \"plan\": {\n                  \"count\": 0,\n                  \"interval\": \"month\",\n                  \"type\": \"bonus\"\n                }\n              },\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_extended_authorization\": \"if_available\",\n              \"request_incremental_authorization\": \"if_available\",\n              \"request_multicapture\": \"if_available\",\n              \"request_overcapture\": \"if_available\",\n              \"request_three_d_secure\": \"any\",\n              \"require_cvc_recollection\": true,\n              \"setup_future_usage\": \"none\",\n              \"statement_descriptor_suffix_kana\": \"string\",\n              \"statement_descriptor_suffix_kanji\": \"string\"\n            },\n            \"card_present\": {\n              \"capture_method\": \"manual\",\n              \"request_extended_authorization\": true,\n              \"request_incremental_authorization_support\": true,\n              \"routing\": {\n                \"requested_priority\": \"domestic\"\n              }\n            },\n            \"cashapp\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"crypto\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"requested_address_types\": [\n                  \"aba\"\n                ],\n                \"type\": \"eu_bank_transfer\"\n              },\n              \"funding_type\": \"bank_transfer\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"eps\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"fpx\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"giropay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"grabpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"ideal\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"interac_present\": {},\n            \"kakao_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"klarna\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"konbini\": {\n              \"confirmation_number\": \"string\",\n              \"expires_after_days\": 0,\n              \"expires_at\": 0,\n              \"product_description\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"kr_card\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"link\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"mb_way\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"mobilepay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"multibanco\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"naver_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"nz_bank_account\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"oxxo\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"p24\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"pay_by_bank\": {},\n            \"payco\": {\n              \"capture_method\": \"manual\"\n            },\n            \"paynow\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"paypal\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\"\n              },\n              \"setup_future_usage\": \"none\"\n            },\n            \"pix\": {\n              \"amount_includes_iof\": \"always\",\n              \"expires_after_seconds\": 0,\n              \"expires_at\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"promptpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"revolut_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"samsung_pay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"satispay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"sofort\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"swish\": {\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"twint\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"wechat_pay\": {\n              \"app_id\": \"string\",\n              \"client\": \"android\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"zip\": {\n              \"setup_future_usage\": \"none\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"presentment_details\": {\n            \"presentment_amount\": 0,\n            \"presentment_currency\": \"string\"\n          },\n          \"processing\": {\n            \"card\": {\n              \"customer_notification\": {\n                \"approval_requested\": true,\n                \"completes_at\": 0\n              }\n            },\n            \"type\": \"card\"\n          },\n          \"receipt_email\": \"string\",\n          \"review\": \"string\",\n          \"setup_future_usage\": \"off_session\",\n          \"shipping\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"carrier\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tracking_number\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"statement_descriptor_suffix\": \"string\",\n          \"status\": \"canceled\",\n          \"transfer_data\": {\n            \"amount\": 0,\n            \"destination\": \"string\"\n          },\n          \"transfer_group\": \"string\"\n        },\n        \"payment_method\": {\n          \"acss_debit\": {\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"institution_number\": \"string\",\n            \"last4\": \"string\",\n            \"transit_number\": \"string\"\n          },\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"allow_redisplay\": \"always\",\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_becs_debit\": {\n            \"bsb_number\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\"\n          },\n          \"bacs_debit\": {\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"bancontact\": {},\n          \"billie\": {},\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tax_id\": \"string\"\n          },\n          \"blik\": {},\n          \"boleto\": {\n            \"tax_id\": \"string\"\n          },\n          \"card\": {\n            \"brand\": \"string\",\n            \"checks\": {\n              \"address_line1_check\": \"string\",\n              \"address_postal_code_check\": \"string\",\n              \"cvc_check\": \"string\"\n            },\n            \"country\": \"string\",\n            \"display_brand\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"payment_method_details\": {\n                \"card_present\": {\n                  \"amount_authorized\": 0,\n                  \"brand\": \"string\",\n                  \"brand_product\": \"string\",\n                  \"capture_before\": 0,\n                  \"cardholder_name\": \"string\",\n                  \"country\": \"string\",\n                  \"description\": \"string\",\n                  \"emv_auth_data\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"fingerprint\": \"string\",\n                  \"funding\": \"string\",\n                  \"generated_card\": \"string\",\n                  \"incremental_authorization_supported\": true,\n                  \"issuer\": \"string\",\n                  \"last4\": \"string\",\n                  \"network\": \"string\",\n                  \"network_transaction_id\": \"string\",\n                  \"offline\": {\n                    \"stored_at\": 0,\n                    \"type\": \"deferred\"\n                  },\n                  \"overcapture_supported\": true,\n                  \"preferred_locales\": [\n                    \"string\"\n                  ],\n                  \"read_method\": \"contact_emv\",\n                  \"receipt\": {\n                    \"account_type\": \"checking\",\n                    \"application_cryptogram\": \"string\",\n                    \"application_preferred_name\": \"string\",\n                    \"authorization_code\": \"string\",\n                    \"authorization_response_code\": \"string\",\n                    \"cardholder_verification_method\": \"string\",\n                    \"dedicated_file_name\": \"string\",\n                    \"terminal_verification_results\": \"string\",\n                    \"transaction_status_information\": \"string\"\n                  },\n                  \"wallet\": {\n                    \"type\": \"apple_pay\"\n                  }\n                },\n                \"type\": \"string\"\n              },\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"regulated_status\": \"regulated\",\n            \"three_d_secure_usage\": {\n              \"supported\": true\n            },\n            \"wallet\": {\n              \"amex_express_checkout\": {},\n              \"apple_pay\": {},\n              \"dynamic_last4\": \"string\",\n              \"google_pay\": {},\n              \"link\": {},\n              \"masterpass\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"samsung_pay\": {},\n              \"type\": \"amex_express_checkout\",\n              \"visa_checkout\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            }\n          },\n          \"card_present\": {\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"cashapp\": {\n            \"buyer_id\": \"string\",\n            \"cashtag\": \"string\"\n          },\n          \"created\": 0,\n          \"crypto\": {},\n          \"custom\": {\n            \"display_name\": \"string\",\n            \"logo\": {\n              \"content_type\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\"\n          },\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"customer_balance\": {},\n          \"eps\": {\n            \"bank\": \"arzte_und_apotheker_bank\"\n          },\n          \"fpx\": {\n            \"bank\": \"affin_bank\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"id\": \"string\",\n          \"ideal\": {\n            \"bank\": \"abn_amro\",\n            \"bic\": \"ABNANL2A\"\n          },\n          \"interac_present\": {\n            \"brand\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\"\n          },\n          \"kakao_pay\": {},\n          \"klarna\": {\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            }\n          },\n          \"konbini\": {},\n          \"kr_card\": {\n            \"brand\": \"bc\",\n            \"last4\": \"string\"\n          },\n          \"link\": {\n            \"email\": \"string\"\n          },\n          \"livemode\": true,\n          \"mb_way\": {},\n          \"metadata\": {},\n          \"mobilepay\": {},\n          \"multibanco\": {},\n          \"naver_pay\": {\n            \"buyer_id\": \"string\",\n            \"funding\": \"card\"\n          },\n          \"nz_bank_account\": {\n            \"account_holder_name\": \"string\",\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"last4\": \"string\",\n            \"suffix\": \"string\"\n          },\n          \"object\": \"payment_method\",\n          \"oxxo\": {},\n          \"p24\": {\n            \"bank\": \"alior_bank\"\n          },\n          \"pay_by_bank\": {},\n          \"payco\": {},\n          \"paynow\": {},\n          \"paypal\": {\n            \"country\": \"string\",\n            \"payer_email\": \"string\",\n            \"payer_id\": \"string\"\n          },\n          \"payto\": {\n            \"bsb_number\": \"string\",\n            \"last4\": \"string\",\n            \"pay_id\": \"string\"\n          },\n          \"pix\": {},\n          \"promptpay\": {},\n          \"radar_options\": {\n            \"session\": \"string\"\n          },\n          \"revolut_pay\": {},\n          \"samsung_pay\": {},\n          \"satispay\": {},\n          \"sepa_debit\": {\n            \"bank_code\": \"string\",\n            \"branch_code\": \"string\",\n            \"country\": \"string\",\n            \"fingerprint\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\"\n          },\n          \"sofort\": {\n            \"country\": \"string\"\n          },\n          \"swish\": {},\n          \"twint\": {},\n          \"type\": \"acss_debit\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"financial_connections_account\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"preferred\": \"string\",\n              \"supported\": [\n                \"ach\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status_details\": {\n              \"blocked\": {\n                \"network_code\": \"R02\",\n                \"reason\": \"bank_account_closed\"\n              }\n            }\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"payment_method_type\": \"string\",\n        \"request_log_url\": \"string\",\n        \"setup_intent\": {\n          \"application\": \"string\",\n          \"attach_to_self\": true,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"cancellation_reason\": \"abandoned\",\n          \"client_secret\": \"string\",\n          \"created\": 0,\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"flow_directions\": [\n            \"inbound\"\n          ],\n          \"id\": \"string\",\n          \"last_setup_error\": {},\n          \"latest_attempt\": \"string\",\n          \"livemode\": true,\n          \"mandate\": \"string\",\n          \"metadata\": {},\n          \"next_action\": {\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            }\n          },\n          \"object\": \"setup_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"currency\": \"cad\",\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"default_for\": [\n                  \"invoice\"\n                ],\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"verification_method\": \"automatic\"\n            },\n            \"amazon_pay\": {},\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"card\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_three_d_secure\": \"any\"\n            },\n            \"card_present\": {},\n            \"klarna\": {\n              \"currency\": \"string\",\n              \"preferred_locale\": \"string\"\n            },\n            \"link\": {},\n            \"paypal\": {\n              \"billing_agreement_id\": \"string\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\",\n                \"start_date\": \"string\"\n              }\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              }\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"verification_method\": \"automatic\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"single_use_mandate\": \"string\",\n          \"status\": \"canceled\",\n          \"usage\": \"string\"\n        },\n        \"source\": {\n          \"account\": \"string\",\n          \"account_holder_name\": \"string\",\n          \"account_holder_type\": \"string\",\n          \"account_type\": \"string\",\n          \"available_payout_methods\": [\n            \"instant\"\n          ],\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"default_for_currency\": true,\n          \"fingerprint\": \"string\",\n          \"future_requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"id\": \"string\",\n          \"last4\": \"string\",\n          \"metadata\": {},\n          \"object\": \"bank_account\",\n          \"requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status\": \"string\"\n        },\n        \"type\": \"api_error\"\n      },\n      \"setup_intent\": \"string\",\n      \"status\": \"string\",\n      \"usage\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all SetupAttempts"}},"/v1/setup_intents":{"get":{"description":"List all SetupIntents","parameters":[{"description":"If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.\n\nIt can only be used for this Stripe Account’s own money movement flows like InboundTransfer and OutboundTransfers. It cannot be set to true when setting up a PaymentMethod for a Customer, and defaults to false when attaching a PaymentMethod to a Customer.","in":"query","name":"attach_to_self","schema":{"type":"boolean"},"style":"form"},{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return SetupIntents for the customer specified by this customer ID.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return SetupIntents for the account specified by this customer ID.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return SetupIntents that associate with the specified payment method.","in":"query","name":"payment_method","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"application\": \"string\",\n      \"attach_to_self\": true,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"cancellation_reason\": \"abandoned\",\n      \"client_secret\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"flow_directions\": [\n        \"inbound\"\n      ],\n      \"id\": \"string\",\n      \"last_setup_error\": {\n        \"advice_code\": \"string\",\n        \"charge\": \"string\",\n        \"code\": \"string\",\n        \"decline_code\": \"string\",\n        \"doc_url\": \"string\",\n        \"message\": \"string\",\n        \"network_advice_code\": \"string\",\n        \"network_decline_code\": \"string\",\n        \"param\": \"string\",\n        \"payment_intent\": {\n          \"amount\": 0,\n          \"amount_capturable\": 0,\n          \"amount_details\": {\n            \"discount_amount\": 0,\n            \"error\": {\n              \"code\": \"amount_details_amount_mismatch\",\n              \"message\": \"string\"\n            },\n            \"line_items\": {\n              \"data\": [\n                {\n                  \"discount_amount\": 0,\n                  \"id\": \"string\",\n                  \"object\": \"payment_intent_amount_details_line_item\",\n                  \"payment_method_options\": {\n                    \"card\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"card_present\": {\n                      \"commodity_code\": \"string\"\n                    },\n                    \"klarna\": {\n                      \"image_url\": \"string\",\n                      \"product_url\": \"string\",\n                      \"reference\": \"string\",\n                      \"subscription_reference\": \"string\"\n                    },\n                    \"paypal\": {\n                      \"category\": \"digital_goods\",\n                      \"description\": \"string\",\n                      \"sold_by\": \"string\"\n                    }\n                  },\n                  \"product_code\": \"string\",\n                  \"product_name\": \"string\",\n                  \"quantity\": 0,\n                  \"tax\": {\n                    \"total_tax_amount\": 0\n                  },\n                  \"unit_cost\": 0,\n                  \"unit_of_measure\": \"string\"\n                }\n              ],\n              \"has_more\": true,\n              \"object\": \"list\",\n              \"url\": \"string\"\n            },\n            \"shipping\": {\n              \"amount\": 0,\n              \"from_postal_code\": \"string\",\n              \"to_postal_code\": \"string\"\n            },\n            \"tax\": {\n              \"total_tax_amount\": 0\n            },\n            \"tip\": {\n              \"amount\": 0\n            }\n          },\n          \"amount_received\": 0,\n          \"application\": \"string\",\n          \"application_fee_amount\": 0,\n          \"automatic_payment_methods\": {\n            \"allow_redirects\": \"always\",\n            \"enabled\": true\n          },\n          \"canceled_at\": 0,\n          \"cancellation_reason\": \"abandoned\",\n          \"capture_method\": \"automatic\",\n          \"client_secret\": \"string\",\n          \"confirmation_method\": \"automatic\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"description\": \"string\",\n          \"excluded_payment_method_types\": [\n            \"acss_debit\"\n          ],\n          \"hooks\": {\n            \"inputs\": {\n              \"tax\": {\n                \"calculation\": \"string\"\n              }\n            }\n          },\n          \"id\": \"string\",\n          \"last_payment_error\": {},\n          \"latest_charge\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"next_action\": {\n            \"alipay_handle_redirect\": {\n              \"native_data\": \"string\",\n              \"native_url\": \"string\",\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"boleto_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\",\n              \"pdf\": \"string\"\n            },\n            \"card_await_notification\": {\n              \"charge_attempt_at\": 0,\n              \"customer_approval_required\": true\n            },\n            \"cashapp_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"mobile_auth_url\": \"string\",\n              \"qr_code\": {\n                \"expires_at\": 0,\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"display_bank_transfer_instructions\": {\n              \"amount_remaining\": 0,\n              \"currency\": \"string\",\n              \"financial_addresses\": [\n                {\n                  \"aba\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"routing_number\": \"string\"\n                  },\n                  \"iban\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bic\": \"string\",\n                    \"country\": \"string\",\n                    \"iban\": \"string\"\n                  },\n                  \"sort_code\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"sort_code\": \"string\"\n                  },\n                  \"spei\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"clabe\": \"string\"\n                  },\n                  \"supported_networks\": [\n                    \"ach\"\n                  ],\n                  \"swift\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_name\": \"string\",\n                    \"swift_code\": \"string\"\n                  },\n                  \"type\": \"aba\",\n                  \"zengin\": {\n                    \"account_holder_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"account_holder_name\": \"string\",\n                    \"account_number\": \"string\",\n                    \"account_type\": \"string\",\n                    \"bank_address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"bank_code\": \"string\",\n                    \"bank_name\": \"string\",\n                    \"branch_code\": \"string\",\n                    \"branch_name\": \"string\"\n                  }\n                }\n              ],\n              \"hosted_instructions_url\": \"string\",\n              \"reference\": \"string\",\n              \"type\": \"eu_bank_transfer\"\n            },\n            \"konbini_display_details\": {\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"stores\": {\n                \"familymart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"lawson\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"ministop\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                },\n                \"seicomart\": {\n                  \"confirmation_number\": \"string\",\n                  \"payment_code\": \"string\"\n                }\n              }\n            },\n            \"multibanco_display_details\": {\n              \"entity\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"reference\": \"string\"\n            },\n            \"oxxo_display_details\": {\n              \"expires_after\": 0,\n              \"hosted_voucher_url\": \"string\",\n              \"number\": \"string\"\n            },\n            \"paynow_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"pix_display_qr_code\": {\n              \"data\": \"string\",\n              \"expires_at\": 0,\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"promptpay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"redirect_to_url\": {\n              \"return_url\": \"string\",\n              \"url\": \"string\"\n            },\n            \"swish_handle_redirect_or_display_qr_code\": {\n              \"hosted_instructions_url\": \"string\",\n              \"qr_code\": {\n                \"data\": \"string\",\n                \"image_url_png\": \"string\",\n                \"image_url_svg\": \"string\"\n              }\n            },\n            \"type\": \"string\",\n            \"use_stripe_sdk\": {},\n            \"verify_with_microdeposits\": {\n              \"arrival_date\": 0,\n              \"hosted_verification_url\": \"string\",\n              \"microdeposit_type\": \"amounts\"\n            },\n            \"wechat_pay_display_qr_code\": {\n              \"data\": \"string\",\n              \"hosted_instructions_url\": \"string\",\n              \"image_data_url\": \"string\",\n              \"image_url_png\": \"string\",\n              \"image_url_svg\": \"string\"\n            },\n            \"wechat_pay_redirect_to_android_app\": {\n              \"app_id\": \"string\",\n              \"nonce_str\": \"string\",\n              \"package\": \"string\",\n              \"partner_id\": \"string\",\n              \"prepay_id\": \"string\",\n              \"sign\": \"string\",\n              \"timestamp\": \"string\"\n            },\n            \"wechat_pay_redirect_to_ios_app\": {\n              \"native_url\": \"string\"\n            }\n          },\n          \"object\": \"payment_intent\",\n          \"on_behalf_of\": \"string\",\n          \"payment_details\": {\n            \"customer_reference\": \"string\",\n            \"order_reference\": \"string\"\n          },\n          \"payment_method\": \"string\",\n          \"payment_method_configuration_details\": {\n            \"id\": \"string\",\n            \"parent\": \"string\"\n          },\n          \"payment_method_options\": {\n            \"acss_debit\": {\n              \"mandate_options\": {\n                \"custom_mandate_url\": \"string\",\n                \"interval_description\": \"string\",\n                \"payment_schedule\": \"combined\",\n                \"transaction_type\": \"business\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"affirm\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"afterpay_clearpay\": {\n              \"capture_method\": \"manual\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"alipay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"alma\": {\n              \"capture_method\": \"manual\"\n            },\n            \"amazon_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"au_becs_debit\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bacs_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"bancontact\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"billie\": {\n              \"capture_method\": \"manual\"\n            },\n            \"blik\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"boleto\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"card\": {\n              \"capture_method\": \"manual\",\n              \"installments\": {\n                \"available_plans\": [\n                  {\n                    \"count\": 0,\n                    \"interval\": \"month\",\n                    \"type\": \"bonus\"\n                  }\n                ],\n                \"enabled\": true,\n                \"plan\": {\n                  \"count\": 0,\n                  \"interval\": \"month\",\n                  \"type\": \"bonus\"\n                }\n              },\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"description\": \"string\",\n                \"end_date\": 0,\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"reference\": \"string\",\n                \"start_date\": 0,\n                \"supported_types\": [\n                  \"india\"\n                ]\n              },\n              \"network\": \"amex\",\n              \"request_extended_authorization\": \"if_available\",\n              \"request_incremental_authorization\": \"if_available\",\n              \"request_multicapture\": \"if_available\",\n              \"request_overcapture\": \"if_available\",\n              \"request_three_d_secure\": \"any\",\n              \"require_cvc_recollection\": true,\n              \"setup_future_usage\": \"none\",\n              \"statement_descriptor_suffix_kana\": \"string\",\n              \"statement_descriptor_suffix_kanji\": \"string\"\n            },\n            \"card_present\": {\n              \"capture_method\": \"manual\",\n              \"request_extended_authorization\": true,\n              \"request_incremental_authorization_support\": true,\n              \"routing\": {\n                \"requested_priority\": \"domestic\"\n              }\n            },\n            \"cashapp\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"crypto\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"customer_balance\": {\n              \"bank_transfer\": {\n                \"eu_bank_transfer\": {\n                  \"country\": \"BE\"\n                },\n                \"requested_address_types\": [\n                  \"aba\"\n                ],\n                \"type\": \"eu_bank_transfer\"\n              },\n              \"funding_type\": \"bank_transfer\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"eps\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"fpx\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"giropay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"grabpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"ideal\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"interac_present\": {},\n            \"kakao_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"klarna\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"konbini\": {\n              \"confirmation_number\": \"string\",\n              \"expires_after_days\": 0,\n              \"expires_at\": 0,\n              \"product_description\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"kr_card\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"link\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"mb_way\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"mobilepay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"multibanco\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"naver_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"nz_bank_account\": {\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"oxxo\": {\n              \"expires_after_days\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"p24\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"pay_by_bank\": {},\n            \"payco\": {\n              \"capture_method\": \"manual\"\n            },\n            \"paynow\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"paypal\": {\n              \"capture_method\": \"manual\",\n              \"preferred_locale\": \"string\",\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"payto\": {\n              \"mandate_options\": {\n                \"amount\": 0,\n                \"amount_type\": \"fixed\",\n                \"end_date\": \"string\",\n                \"payment_schedule\": \"adhoc\",\n                \"payments_per_period\": 0,\n                \"purpose\": \"dependant_support\"\n              },\n              \"setup_future_usage\": \"none\"\n            },\n            \"pix\": {\n              \"amount_includes_iof\": \"always\",\n              \"expires_after_seconds\": 0,\n              \"expires_at\": 0,\n              \"setup_future_usage\": \"none\"\n            },\n            \"promptpay\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"revolut_pay\": {\n              \"capture_method\": \"manual\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"samsung_pay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"satispay\": {\n              \"capture_method\": \"manual\"\n            },\n            \"sepa_debit\": {\n              \"mandate_options\": {\n                \"reference_prefix\": \"string\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\"\n            },\n            \"sofort\": {\n              \"preferred_language\": \"de\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"swish\": {\n              \"reference\": \"string\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"twint\": {\n              \"setup_future_usage\": \"none\"\n            },\n            \"us_bank_account\": {\n              \"financial_connections\": {\n                \"filters\": {\n                  \"account_subcategories\": [\n                    \"checking\"\n                  ]\n                },\n                \"permissions\": [\n                  \"balances\"\n                ],\n                \"prefetch\": [\n                  \"balances\"\n                ],\n                \"return_url\": \"string\"\n              },\n              \"mandate_options\": {\n                \"collection_method\": \"paper\"\n              },\n              \"setup_future_usage\": \"none\",\n              \"target_date\": \"string\",\n              \"verification_method\": \"automatic\"\n            },\n            \"wechat_pay\": {\n              \"app_id\": \"string\",\n              \"client\": \"android\",\n              \"setup_future_usage\": \"none\"\n            },\n            \"zip\": {\n              \"setup_future_usage\": \"none\"\n            }\n          },\n          \"payment_method_types\": [\n            \"string\"\n          ],\n          \"presentment_details\": {\n            \"presentment_amount\": 0,\n            \"presentment_currency\": \"string\"\n          },\n          \"processing\": {\n            \"card\": {\n              \"customer_notification\": {\n                \"approval_requested\": true,\n                \"completes_at\": 0\n              }\n            },\n            \"type\": \"card\"\n          },\n          \"receipt_email\": \"string\",\n          \"review\": \"string\",\n          \"setup_future_usage\": \"off_session\",\n          \"shipping\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"carrier\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tracking_number\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"statement_descriptor_suffix\": \"string\",\n          \"status\": \"canceled\",\n          \"transfer_data\": {\n            \"amount\": 0,\n            \"destination\": \"string\"\n          },\n          \"transfer_group\": \"string\"\n        },\n        \"payment_method\": {\n          \"acss_debit\": {\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"institution_number\": \"string\",\n            \"last4\": \"string\",\n            \"transit_number\": \"string\"\n          },\n          \"affirm\": {},\n          \"afterpay_clearpay\": {},\n          \"alipay\": {},\n          \"allow_redisplay\": \"always\",\n          \"alma\": {},\n          \"amazon_pay\": {},\n          \"au_becs_debit\": {\n            \"bsb_number\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\"\n          },\n          \"bacs_debit\": {\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"sort_code\": \"string\"\n          },\n          \"bancontact\": {},\n          \"billie\": {},\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tax_id\": \"string\"\n          },\n          \"blik\": {},\n          \"boleto\": {\n            \"tax_id\": \"string\"\n          },\n          \"card\": {\n            \"brand\": \"string\",\n            \"checks\": {\n              \"address_line1_check\": \"string\",\n              \"address_postal_code_check\": \"string\",\n              \"cvc_check\": \"string\"\n            },\n            \"country\": \"string\",\n            \"display_brand\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"payment_method_details\": {\n                \"card_present\": {\n                  \"amount_authorized\": 0,\n                  \"brand\": \"string\",\n                  \"brand_product\": \"string\",\n                  \"capture_before\": 0,\n                  \"cardholder_name\": \"string\",\n                  \"country\": \"string\",\n                  \"description\": \"string\",\n                  \"emv_auth_data\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"fingerprint\": \"string\",\n                  \"funding\": \"string\",\n                  \"generated_card\": \"string\",\n                  \"incremental_authorization_supported\": true,\n                  \"issuer\": \"string\",\n                  \"last4\": \"string\",\n                  \"network\": \"string\",\n                  \"network_transaction_id\": \"string\",\n                  \"offline\": {\n                    \"stored_at\": 0,\n                    \"type\": \"deferred\"\n                  },\n                  \"overcapture_supported\": true,\n                  \"preferred_locales\": [\n                    \"string\"\n                  ],\n                  \"read_method\": \"contact_emv\",\n                  \"receipt\": {\n                    \"account_type\": \"checking\",\n                    \"application_cryptogram\": \"string\",\n                    \"application_preferred_name\": \"string\",\n                    \"authorization_code\": \"string\",\n                    \"authorization_response_code\": \"string\",\n                    \"cardholder_verification_method\": \"string\",\n                    \"dedicated_file_name\": \"string\",\n                    \"terminal_verification_results\": \"string\",\n                    \"transaction_status_information\": \"string\"\n                  },\n                  \"wallet\": {\n                    \"type\": \"apple_pay\"\n                  }\n                },\n                \"type\": \"string\"\n              },\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"regulated_status\": \"regulated\",\n            \"three_d_secure_usage\": {\n              \"supported\": true\n            },\n            \"wallet\": {\n              \"amex_express_checkout\": {},\n              \"apple_pay\": {},\n              \"dynamic_last4\": \"string\",\n              \"google_pay\": {},\n              \"link\": {},\n              \"masterpass\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"samsung_pay\": {},\n              \"type\": \"amex_express_checkout\",\n              \"visa_checkout\": {\n                \"billing_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\",\n                \"shipping_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              }\n            }\n          },\n          \"card_present\": {\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"cashapp\": {\n            \"buyer_id\": \"string\",\n            \"cashtag\": \"string\"\n          },\n          \"created\": 0,\n          \"crypto\": {},\n          \"custom\": {\n            \"display_name\": \"string\",\n            \"logo\": {\n              \"content_type\": \"string\",\n              \"url\": \"string\"\n            },\n            \"type\": \"string\"\n          },\n          \"customer\": \"string\",\n          \"customer_account\": \"string\",\n          \"customer_balance\": {},\n          \"eps\": {\n            \"bank\": \"arzte_und_apotheker_bank\"\n          },\n          \"fpx\": {\n            \"bank\": \"affin_bank\"\n          },\n          \"giropay\": {},\n          \"grabpay\": {},\n          \"id\": \"string\",\n          \"ideal\": {\n            \"bank\": \"abn_amro\",\n            \"bic\": \"ABNANL2A\"\n          },\n          \"interac_present\": {\n            \"brand\": \"string\",\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"available\": [\n                \"string\"\n              ],\n              \"preferred\": \"string\"\n            },\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\"\n          },\n          \"kakao_pay\": {},\n          \"klarna\": {\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            }\n          },\n          \"konbini\": {},\n          \"kr_card\": {\n            \"brand\": \"bc\",\n            \"last4\": \"string\"\n          },\n          \"link\": {\n            \"email\": \"string\"\n          },\n          \"livemode\": true,\n          \"mb_way\": {},\n          \"metadata\": {},\n          \"mobilepay\": {},\n          \"multibanco\": {},\n          \"naver_pay\": {\n            \"buyer_id\": \"string\",\n            \"funding\": \"card\"\n          },\n          \"nz_bank_account\": {\n            \"account_holder_name\": \"string\",\n            \"bank_code\": \"string\",\n            \"bank_name\": \"string\",\n            \"branch_code\": \"string\",\n            \"last4\": \"string\",\n            \"suffix\": \"string\"\n          },\n          \"object\": \"payment_method\",\n          \"oxxo\": {},\n          \"p24\": {\n            \"bank\": \"alior_bank\"\n          },\n          \"pay_by_bank\": {},\n          \"payco\": {},\n          \"paynow\": {},\n          \"paypal\": {\n            \"country\": \"string\",\n            \"payer_email\": \"string\",\n            \"payer_id\": \"string\"\n          },\n          \"payto\": {\n            \"bsb_number\": \"string\",\n            \"last4\": \"string\",\n            \"pay_id\": \"string\"\n          },\n          \"pix\": {},\n          \"promptpay\": {},\n          \"radar_options\": {\n            \"session\": \"string\"\n          },\n          \"revolut_pay\": {},\n          \"samsung_pay\": {},\n          \"satispay\": {},\n          \"sepa_debit\": {\n            \"bank_code\": \"string\",\n            \"branch_code\": \"string\",\n            \"country\": \"string\",\n            \"fingerprint\": \"string\",\n            \"generated_from\": {\n              \"charge\": \"string\",\n              \"setup_attempt\": \"string\"\n            },\n            \"last4\": \"string\"\n          },\n          \"sofort\": {\n            \"country\": \"string\"\n          },\n          \"swish\": {},\n          \"twint\": {},\n          \"type\": \"acss_debit\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"financial_connections_account\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"networks\": {\n              \"preferred\": \"string\",\n              \"supported\": [\n                \"ach\"\n              ]\n            },\n            \"routing_number\": \"string\",\n            \"status_details\": {\n              \"blocked\": {\n                \"network_code\": \"R02\",\n                \"reason\": \"bank_account_closed\"\n              }\n            }\n          },\n          \"wechat_pay\": {},\n          \"zip\": {}\n        },\n        \"payment_method_type\": \"string\",\n        \"request_log_url\": \"string\",\n        \"setup_intent\": {},\n        \"source\": {\n          \"account\": \"string\",\n          \"account_holder_name\": \"string\",\n          \"account_holder_type\": \"string\",\n          \"account_type\": \"string\",\n          \"available_payout_methods\": [\n            \"instant\"\n          ],\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"default_for_currency\": true,\n          \"fingerprint\": \"string\",\n          \"future_requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"id\": \"string\",\n          \"last4\": \"string\",\n          \"metadata\": {},\n          \"object\": \"bank_account\",\n          \"requirements\": {\n            \"currently_due\": [\n              \"string\"\n            ],\n            \"errors\": [\n              {\n                \"code\": \"external_request\",\n                \"reason\": \"string\",\n                \"requirement\": \"string\"\n              }\n            ],\n            \"past_due\": [\n              \"string\"\n            ],\n            \"pending_verification\": [\n              \"string\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status\": \"string\"\n        },\n        \"type\": \"api_error\"\n      },\n      \"latest_attempt\": \"string\",\n      \"livemode\": true,\n      \"mandate\": \"string\",\n      \"metadata\": {},\n      \"next_action\": {\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        }\n      },\n      \"object\": \"setup_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"currency\": \"cad\",\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"default_for\": [\n              \"invoice\"\n            ],\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"verification_method\": \"automatic\"\n        },\n        \"amazon_pay\": {},\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"card\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_three_d_secure\": \"any\"\n        },\n        \"card_present\": {},\n        \"klarna\": {\n          \"currency\": \"string\",\n          \"preferred_locale\": \"string\"\n        },\n        \"link\": {},\n        \"paypal\": {\n          \"billing_agreement_id\": \"string\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\",\n            \"start_date\": \"string\"\n          }\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          }\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"verification_method\": \"automatic\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"single_use_mandate\": \"string\",\n      \"status\": \"canceled\",\n      \"usage\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all SetupIntents"},"post":{"description":"Create a SetupIntent","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/setup_intent"}}},"description":"{\n  \"application\": \"string\",\n  \"attach_to_self\": true,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"cancellation_reason\": \"abandoned\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"flow_directions\": [\n    \"inbound\"\n  ],\n  \"id\": \"string\",\n  \"last_setup_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {},\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_attempt\": \"string\",\n  \"livemode\": true,\n  \"mandate\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    }\n  },\n  \"object\": \"setup_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"verification_method\": \"automatic\"\n    },\n    \"amazon_pay\": {},\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"card\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_three_d_secure\": \"any\"\n    },\n    \"card_present\": {},\n    \"klarna\": {\n      \"currency\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"link\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      }\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"single_use_mandate\": \"string\",\n  \"status\": \"canceled\",\n  \"usage\": \"string\"\n}"}},"summary":"Create a SetupIntent"}},"/v1/setup_intents/{intent}":{"get":{"description":"Retrieve a SetupIntent","parameters":[{"description":"The client secret of the SetupIntent. We require this string if you use a publishable key to retrieve the SetupIntent.","in":"query","name":"client_secret","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/setup_intent"}}},"description":"{\n  \"application\": \"string\",\n  \"attach_to_self\": true,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"cancellation_reason\": \"abandoned\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"flow_directions\": [\n    \"inbound\"\n  ],\n  \"id\": \"string\",\n  \"last_setup_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {},\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_attempt\": \"string\",\n  \"livemode\": true,\n  \"mandate\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    }\n  },\n  \"object\": \"setup_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"verification_method\": \"automatic\"\n    },\n    \"amazon_pay\": {},\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"card\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_three_d_secure\": \"any\"\n    },\n    \"card_present\": {},\n    \"klarna\": {\n      \"currency\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"link\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      }\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"single_use_mandate\": \"string\",\n  \"status\": \"canceled\",\n  \"usage\": \"string\"\n}"}},"summary":"Retrieve a SetupIntent"},"post":{"description":"Update a SetupIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/setup_intent"}}},"description":"{\n  \"application\": \"string\",\n  \"attach_to_self\": true,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"cancellation_reason\": \"abandoned\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"flow_directions\": [\n    \"inbound\"\n  ],\n  \"id\": \"string\",\n  \"last_setup_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {},\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_attempt\": \"string\",\n  \"livemode\": true,\n  \"mandate\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    }\n  },\n  \"object\": \"setup_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"verification_method\": \"automatic\"\n    },\n    \"amazon_pay\": {},\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"card\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_three_d_secure\": \"any\"\n    },\n    \"card_present\": {},\n    \"klarna\": {\n      \"currency\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"link\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      }\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"single_use_mandate\": \"string\",\n  \"status\": \"canceled\",\n  \"usage\": \"string\"\n}"}},"summary":"Update a SetupIntent"}},"/v1/setup_intents/{intent}/cancel":{"post":{"description":"Cancel a SetupIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/setup_intent"}}},"description":"{\n  \"application\": \"string\",\n  \"attach_to_self\": true,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"cancellation_reason\": \"abandoned\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"flow_directions\": [\n    \"inbound\"\n  ],\n  \"id\": \"string\",\n  \"last_setup_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {},\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_attempt\": \"string\",\n  \"livemode\": true,\n  \"mandate\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    }\n  },\n  \"object\": \"setup_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"verification_method\": \"automatic\"\n    },\n    \"amazon_pay\": {},\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"card\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_three_d_secure\": \"any\"\n    },\n    \"card_present\": {},\n    \"klarna\": {\n      \"currency\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"link\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      }\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"single_use_mandate\": \"string\",\n  \"status\": \"canceled\",\n  \"usage\": \"string\"\n}"}},"summary":"Cancel a SetupIntent"}},"/v1/setup_intents/{intent}/confirm":{"post":{"description":"Confirm a SetupIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/setup_intent"}}},"description":"{\n  \"application\": \"string\",\n  \"attach_to_self\": true,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"cancellation_reason\": \"abandoned\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"flow_directions\": [\n    \"inbound\"\n  ],\n  \"id\": \"string\",\n  \"last_setup_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {},\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_attempt\": \"string\",\n  \"livemode\": true,\n  \"mandate\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    }\n  },\n  \"object\": \"setup_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"verification_method\": \"automatic\"\n    },\n    \"amazon_pay\": {},\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"card\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_three_d_secure\": \"any\"\n    },\n    \"card_present\": {},\n    \"klarna\": {\n      \"currency\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"link\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      }\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"single_use_mandate\": \"string\",\n  \"status\": \"canceled\",\n  \"usage\": \"string\"\n}"}},"summary":"Confirm a SetupIntent"}},"/v1/setup_intents/{intent}/verify_microdeposits":{"post":{"description":"Verify microdeposits on a SetupIntent","parameters":[{"in":"path","name":"intent","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/setup_intent"}}},"description":"{\n  \"application\": \"string\",\n  \"attach_to_self\": true,\n  \"automatic_payment_methods\": {\n    \"allow_redirects\": \"always\",\n    \"enabled\": true\n  },\n  \"cancellation_reason\": \"abandoned\",\n  \"client_secret\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"description\": \"string\",\n  \"excluded_payment_method_types\": [\n    \"acss_debit\"\n  ],\n  \"flow_directions\": [\n    \"inbound\"\n  ],\n  \"id\": \"string\",\n  \"last_setup_error\": {\n    \"advice_code\": \"string\",\n    \"charge\": \"string\",\n    \"code\": \"string\",\n    \"decline_code\": \"string\",\n    \"doc_url\": \"string\",\n    \"message\": \"string\",\n    \"network_advice_code\": \"string\",\n    \"network_decline_code\": \"string\",\n    \"param\": \"string\",\n    \"payment_intent\": {\n      \"amount\": 0,\n      \"amount_capturable\": 0,\n      \"amount_details\": {\n        \"discount_amount\": 0,\n        \"error\": {\n          \"code\": \"amount_details_amount_mismatch\",\n          \"message\": \"string\"\n        },\n        \"line_items\": {\n          \"data\": [\n            {\n              \"discount_amount\": 0,\n              \"id\": \"string\",\n              \"object\": \"payment_intent_amount_details_line_item\",\n              \"payment_method_options\": {\n                \"card\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"card_present\": {\n                  \"commodity_code\": \"string\"\n                },\n                \"klarna\": {\n                  \"image_url\": \"string\",\n                  \"product_url\": \"string\",\n                  \"reference\": \"string\",\n                  \"subscription_reference\": \"string\"\n                },\n                \"paypal\": {\n                  \"category\": \"digital_goods\",\n                  \"description\": \"string\",\n                  \"sold_by\": \"string\"\n                }\n              },\n              \"product_code\": \"string\",\n              \"product_name\": \"string\",\n              \"quantity\": 0,\n              \"tax\": {\n                \"total_tax_amount\": 0\n              },\n              \"unit_cost\": 0,\n              \"unit_of_measure\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"shipping\": {\n          \"amount\": 0,\n          \"from_postal_code\": \"string\",\n          \"to_postal_code\": \"string\"\n        },\n        \"tax\": {\n          \"total_tax_amount\": 0\n        },\n        \"tip\": {\n          \"amount\": 0\n        }\n      },\n      \"amount_received\": 0,\n      \"application\": \"string\",\n      \"application_fee_amount\": 0,\n      \"automatic_payment_methods\": {\n        \"allow_redirects\": \"always\",\n        \"enabled\": true\n      },\n      \"canceled_at\": 0,\n      \"cancellation_reason\": \"abandoned\",\n      \"capture_method\": \"automatic\",\n      \"client_secret\": \"string\",\n      \"confirmation_method\": \"automatic\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"description\": \"string\",\n      \"excluded_payment_method_types\": [\n        \"acss_debit\"\n      ],\n      \"hooks\": {\n        \"inputs\": {\n          \"tax\": {\n            \"calculation\": \"string\"\n          }\n        }\n      },\n      \"id\": \"string\",\n      \"last_payment_error\": {},\n      \"latest_charge\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_action\": {\n        \"alipay_handle_redirect\": {\n          \"native_data\": \"string\",\n          \"native_url\": \"string\",\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"boleto_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\",\n          \"pdf\": \"string\"\n        },\n        \"card_await_notification\": {\n          \"charge_attempt_at\": 0,\n          \"customer_approval_required\": true\n        },\n        \"cashapp_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"mobile_auth_url\": \"string\",\n          \"qr_code\": {\n            \"expires_at\": 0,\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"display_bank_transfer_instructions\": {\n          \"amount_remaining\": 0,\n          \"currency\": \"string\",\n          \"financial_addresses\": [\n            {\n              \"aba\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"routing_number\": \"string\"\n              },\n              \"iban\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bic\": \"string\",\n                \"country\": \"string\",\n                \"iban\": \"string\"\n              },\n              \"sort_code\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"sort_code\": \"string\"\n              },\n              \"spei\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"clabe\": \"string\"\n              },\n              \"supported_networks\": [\n                \"ach\"\n              ],\n              \"swift\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_name\": \"string\",\n                \"swift_code\": \"string\"\n              },\n              \"type\": \"aba\",\n              \"zengin\": {\n                \"account_holder_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"account_holder_name\": \"string\",\n                \"account_number\": \"string\",\n                \"account_type\": \"string\",\n                \"bank_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"bank_code\": \"string\",\n                \"bank_name\": \"string\",\n                \"branch_code\": \"string\",\n                \"branch_name\": \"string\"\n              }\n            }\n          ],\n          \"hosted_instructions_url\": \"string\",\n          \"reference\": \"string\",\n          \"type\": \"eu_bank_transfer\"\n        },\n        \"konbini_display_details\": {\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"stores\": {\n            \"familymart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"lawson\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"ministop\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            },\n            \"seicomart\": {\n              \"confirmation_number\": \"string\",\n              \"payment_code\": \"string\"\n            }\n          }\n        },\n        \"multibanco_display_details\": {\n          \"entity\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"reference\": \"string\"\n        },\n        \"oxxo_display_details\": {\n          \"expires_after\": 0,\n          \"hosted_voucher_url\": \"string\",\n          \"number\": \"string\"\n        },\n        \"paynow_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"pix_display_qr_code\": {\n          \"data\": \"string\",\n          \"expires_at\": 0,\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"promptpay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"redirect_to_url\": {\n          \"return_url\": \"string\",\n          \"url\": \"string\"\n        },\n        \"swish_handle_redirect_or_display_qr_code\": {\n          \"hosted_instructions_url\": \"string\",\n          \"qr_code\": {\n            \"data\": \"string\",\n            \"image_url_png\": \"string\",\n            \"image_url_svg\": \"string\"\n          }\n        },\n        \"type\": \"string\",\n        \"use_stripe_sdk\": {},\n        \"verify_with_microdeposits\": {\n          \"arrival_date\": 0,\n          \"hosted_verification_url\": \"string\",\n          \"microdeposit_type\": \"amounts\"\n        },\n        \"wechat_pay_display_qr_code\": {\n          \"data\": \"string\",\n          \"hosted_instructions_url\": \"string\",\n          \"image_data_url\": \"string\",\n          \"image_url_png\": \"string\",\n          \"image_url_svg\": \"string\"\n        },\n        \"wechat_pay_redirect_to_android_app\": {\n          \"app_id\": \"string\",\n          \"nonce_str\": \"string\",\n          \"package\": \"string\",\n          \"partner_id\": \"string\",\n          \"prepay_id\": \"string\",\n          \"sign\": \"string\",\n          \"timestamp\": \"string\"\n        },\n        \"wechat_pay_redirect_to_ios_app\": {\n          \"native_url\": \"string\"\n        }\n      },\n      \"object\": \"payment_intent\",\n      \"on_behalf_of\": \"string\",\n      \"payment_details\": {\n        \"customer_reference\": \"string\",\n        \"order_reference\": \"string\"\n      },\n      \"payment_method\": \"string\",\n      \"payment_method_configuration_details\": {\n        \"id\": \"string\",\n        \"parent\": \"string\"\n      },\n      \"payment_method_options\": {\n        \"acss_debit\": {\n          \"mandate_options\": {\n            \"custom_mandate_url\": \"string\",\n            \"interval_description\": \"string\",\n            \"payment_schedule\": \"combined\",\n            \"transaction_type\": \"business\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"affirm\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"afterpay_clearpay\": {\n          \"capture_method\": \"manual\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"alipay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"alma\": {\n          \"capture_method\": \"manual\"\n        },\n        \"amazon_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"au_becs_debit\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"bancontact\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"billie\": {\n          \"capture_method\": \"manual\"\n        },\n        \"blik\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"boleto\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"card\": {\n          \"capture_method\": \"manual\",\n          \"installments\": {\n            \"available_plans\": [\n              {\n                \"count\": 0,\n                \"interval\": \"month\",\n                \"type\": \"bonus\"\n              }\n            ],\n            \"enabled\": true,\n            \"plan\": {\n              \"count\": 0,\n              \"interval\": \"month\",\n              \"type\": \"bonus\"\n            }\n          },\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"description\": \"string\",\n            \"end_date\": 0,\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"reference\": \"string\",\n            \"start_date\": 0,\n            \"supported_types\": [\n              \"india\"\n            ]\n          },\n          \"network\": \"amex\",\n          \"request_extended_authorization\": \"if_available\",\n          \"request_incremental_authorization\": \"if_available\",\n          \"request_multicapture\": \"if_available\",\n          \"request_overcapture\": \"if_available\",\n          \"request_three_d_secure\": \"any\",\n          \"require_cvc_recollection\": true,\n          \"setup_future_usage\": \"none\",\n          \"statement_descriptor_suffix_kana\": \"string\",\n          \"statement_descriptor_suffix_kanji\": \"string\"\n        },\n        \"card_present\": {\n          \"capture_method\": \"manual\",\n          \"request_extended_authorization\": true,\n          \"request_incremental_authorization_support\": true,\n          \"routing\": {\n            \"requested_priority\": \"domestic\"\n          }\n        },\n        \"cashapp\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"crypto\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"customer_balance\": {\n          \"bank_transfer\": {\n            \"eu_bank_transfer\": {\n              \"country\": \"BE\"\n            },\n            \"requested_address_types\": [\n              \"aba\"\n            ],\n            \"type\": \"eu_bank_transfer\"\n          },\n          \"funding_type\": \"bank_transfer\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"eps\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"fpx\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"giropay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"grabpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"ideal\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"interac_present\": {},\n        \"kakao_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"klarna\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"konbini\": {\n          \"confirmation_number\": \"string\",\n          \"expires_after_days\": 0,\n          \"expires_at\": 0,\n          \"product_description\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"kr_card\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"link\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"mb_way\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"mobilepay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"multibanco\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"naver_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"nz_bank_account\": {\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"oxxo\": {\n          \"expires_after_days\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"p24\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {\n          \"capture_method\": \"manual\"\n        },\n        \"paynow\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"paypal\": {\n          \"capture_method\": \"manual\",\n          \"preferred_locale\": \"string\",\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"payto\": {\n          \"mandate_options\": {\n            \"amount\": 0,\n            \"amount_type\": \"fixed\",\n            \"end_date\": \"string\",\n            \"payment_schedule\": \"adhoc\",\n            \"payments_per_period\": 0,\n            \"purpose\": \"dependant_support\"\n          },\n          \"setup_future_usage\": \"none\"\n        },\n        \"pix\": {\n          \"amount_includes_iof\": \"always\",\n          \"expires_after_seconds\": 0,\n          \"expires_at\": 0,\n          \"setup_future_usage\": \"none\"\n        },\n        \"promptpay\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"revolut_pay\": {\n          \"capture_method\": \"manual\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"samsung_pay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"satispay\": {\n          \"capture_method\": \"manual\"\n        },\n        \"sepa_debit\": {\n          \"mandate_options\": {\n            \"reference_prefix\": \"string\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\"\n        },\n        \"sofort\": {\n          \"preferred_language\": \"de\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"swish\": {\n          \"reference\": \"string\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"twint\": {\n          \"setup_future_usage\": \"none\"\n        },\n        \"us_bank_account\": {\n          \"financial_connections\": {\n            \"filters\": {\n              \"account_subcategories\": [\n                \"checking\"\n              ]\n            },\n            \"permissions\": [\n              \"balances\"\n            ],\n            \"prefetch\": [\n              \"balances\"\n            ],\n            \"return_url\": \"string\"\n          },\n          \"mandate_options\": {\n            \"collection_method\": \"paper\"\n          },\n          \"setup_future_usage\": \"none\",\n          \"target_date\": \"string\",\n          \"verification_method\": \"automatic\"\n        },\n        \"wechat_pay\": {\n          \"app_id\": \"string\",\n          \"client\": \"android\",\n          \"setup_future_usage\": \"none\"\n        },\n        \"zip\": {\n          \"setup_future_usage\": \"none\"\n        }\n      },\n      \"payment_method_types\": [\n        \"string\"\n      ],\n      \"presentment_details\": {\n        \"presentment_amount\": 0,\n        \"presentment_currency\": \"string\"\n      },\n      \"processing\": {\n        \"card\": {\n          \"customer_notification\": {\n            \"approval_requested\": true,\n            \"completes_at\": 0\n          }\n        },\n        \"type\": \"card\"\n      },\n      \"receipt_email\": \"string\",\n      \"review\": \"string\",\n      \"setup_future_usage\": \"off_session\",\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"statement_descriptor_suffix\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_data\": {\n        \"amount\": 0,\n        \"destination\": \"string\"\n      },\n      \"transfer_group\": \"string\"\n    },\n    \"payment_method\": {\n      \"acss_debit\": {\n        \"bank_name\": \"string\",\n        \"fingerprint\": \"string\",\n        \"institution_number\": \"string\",\n        \"last4\": \"string\",\n        \"transit_number\": \"string\"\n      },\n      \"affirm\": {},\n      \"afterpay_clearpay\": {},\n      \"alipay\": {},\n      \"allow_redisplay\": \"always\",\n      \"alma\": {},\n      \"amazon_pay\": {},\n      \"au_becs_debit\": {\n        \"bsb_number\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\"\n      },\n      \"bacs_debit\": {\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"bancontact\": {},\n      \"billie\": {},\n      \"billing_details\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tax_id\": \"string\"\n      },\n      \"blik\": {},\n      \"boleto\": {\n        \"tax_id\": \"string\"\n      },\n      \"card\": {\n        \"brand\": \"string\",\n        \"checks\": {\n          \"address_line1_check\": \"string\",\n          \"address_postal_code_check\": \"string\",\n          \"cvc_check\": \"string\"\n        },\n        \"country\": \"string\",\n        \"display_brand\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"payment_method_details\": {\n            \"card_present\": {\n              \"amount_authorized\": 0,\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"capture_before\": 0,\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"emv_auth_data\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_card\": \"string\",\n              \"incremental_authorization_supported\": true,\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"network\": \"string\",\n              \"network_transaction_id\": \"string\",\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"overcapture_supported\": true,\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"receipt\": {\n                \"account_type\": \"checking\",\n                \"application_cryptogram\": \"string\",\n                \"application_preferred_name\": \"string\",\n                \"authorization_code\": \"string\",\n                \"authorization_response_code\": \"string\",\n                \"cardholder_verification_method\": \"string\",\n                \"dedicated_file_name\": \"string\",\n                \"terminal_verification_results\": \"string\",\n                \"transaction_status_information\": \"string\"\n              },\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"type\": \"string\"\n          },\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"regulated_status\": \"regulated\",\n        \"three_d_secure_usage\": {\n          \"supported\": true\n        },\n        \"wallet\": {\n          \"amex_express_checkout\": {},\n          \"apple_pay\": {},\n          \"dynamic_last4\": \"string\",\n          \"google_pay\": {},\n          \"link\": {},\n          \"masterpass\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"samsung_pay\": {},\n          \"type\": \"amex_express_checkout\",\n          \"visa_checkout\": {\n            \"billing_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\",\n            \"shipping_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          }\n        }\n      },\n      \"card_present\": {\n        \"brand\": \"string\",\n        \"brand_product\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"offline\": {\n          \"stored_at\": 0,\n          \"type\": \"deferred\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\",\n        \"wallet\": {\n          \"type\": \"apple_pay\"\n        }\n      },\n      \"cashapp\": {\n        \"buyer_id\": \"string\",\n        \"cashtag\": \"string\"\n      },\n      \"created\": 0,\n      \"crypto\": {},\n      \"custom\": {\n        \"display_name\": \"string\",\n        \"logo\": {\n          \"content_type\": \"string\",\n          \"url\": \"string\"\n        },\n        \"type\": \"string\"\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"customer_balance\": {},\n      \"eps\": {\n        \"bank\": \"arzte_und_apotheker_bank\"\n      },\n      \"fpx\": {\n        \"bank\": \"affin_bank\"\n      },\n      \"giropay\": {},\n      \"grabpay\": {},\n      \"id\": \"string\",\n      \"ideal\": {\n        \"bank\": \"abn_amro\",\n        \"bic\": \"ABNANL2A\"\n      },\n      \"interac_present\": {\n        \"brand\": \"string\",\n        \"cardholder_name\": \"string\",\n        \"country\": \"string\",\n        \"description\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"fingerprint\": \"string\",\n        \"funding\": \"string\",\n        \"issuer\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"available\": [\n            \"string\"\n          ],\n          \"preferred\": \"string\"\n        },\n        \"preferred_locales\": [\n          \"string\"\n        ],\n        \"read_method\": \"contact_emv\"\n      },\n      \"kakao_pay\": {},\n      \"klarna\": {\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        }\n      },\n      \"konbini\": {},\n      \"kr_card\": {\n        \"brand\": \"bc\",\n        \"last4\": \"string\"\n      },\n      \"link\": {\n        \"email\": \"string\"\n      },\n      \"livemode\": true,\n      \"mb_way\": {},\n      \"metadata\": {},\n      \"mobilepay\": {},\n      \"multibanco\": {},\n      \"naver_pay\": {\n        \"buyer_id\": \"string\",\n        \"funding\": \"card\"\n      },\n      \"nz_bank_account\": {\n        \"account_holder_name\": \"string\",\n        \"bank_code\": \"string\",\n        \"bank_name\": \"string\",\n        \"branch_code\": \"string\",\n        \"last4\": \"string\",\n        \"suffix\": \"string\"\n      },\n      \"object\": \"payment_method\",\n      \"oxxo\": {},\n      \"p24\": {\n        \"bank\": \"alior_bank\"\n      },\n      \"pay_by_bank\": {},\n      \"payco\": {},\n      \"paynow\": {},\n      \"paypal\": {\n        \"country\": \"string\",\n        \"payer_email\": \"string\",\n        \"payer_id\": \"string\"\n      },\n      \"payto\": {\n        \"bsb_number\": \"string\",\n        \"last4\": \"string\",\n        \"pay_id\": \"string\"\n      },\n      \"pix\": {},\n      \"promptpay\": {},\n      \"radar_options\": {\n        \"session\": \"string\"\n      },\n      \"revolut_pay\": {},\n      \"samsung_pay\": {},\n      \"satispay\": {},\n      \"sepa_debit\": {\n        \"bank_code\": \"string\",\n        \"branch_code\": \"string\",\n        \"country\": \"string\",\n        \"fingerprint\": \"string\",\n        \"generated_from\": {\n          \"charge\": \"string\",\n          \"setup_attempt\": \"string\"\n        },\n        \"last4\": \"string\"\n      },\n      \"sofort\": {\n        \"country\": \"string\"\n      },\n      \"swish\": {},\n      \"twint\": {},\n      \"type\": \"acss_debit\",\n      \"us_bank_account\": {\n        \"account_holder_type\": \"company\",\n        \"account_type\": \"checking\",\n        \"bank_name\": \"string\",\n        \"financial_connections_account\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"networks\": {\n          \"preferred\": \"string\",\n          \"supported\": [\n            \"ach\"\n          ]\n        },\n        \"routing_number\": \"string\",\n        \"status_details\": {\n          \"blocked\": {\n            \"network_code\": \"R02\",\n            \"reason\": \"bank_account_closed\"\n          }\n        }\n      },\n      \"wechat_pay\": {},\n      \"zip\": {}\n    },\n    \"payment_method_type\": \"string\",\n    \"request_log_url\": \"string\",\n    \"setup_intent\": {},\n    \"source\": {\n      \"account\": \"string\",\n      \"account_holder_name\": \"string\",\n      \"account_holder_type\": \"string\",\n      \"account_type\": \"string\",\n      \"available_payout_methods\": [\n        \"instant\"\n      ],\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"default_for_currency\": true,\n      \"fingerprint\": \"string\",\n      \"future_requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"id\": \"string\",\n      \"last4\": \"string\",\n      \"metadata\": {},\n      \"object\": \"bank_account\",\n      \"requirements\": {\n        \"currently_due\": [\n          \"string\"\n        ],\n        \"errors\": [\n          {\n            \"code\": \"external_request\",\n            \"reason\": \"string\",\n            \"requirement\": \"string\"\n          }\n        ],\n        \"past_due\": [\n          \"string\"\n        ],\n        \"pending_verification\": [\n          \"string\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status\": \"string\"\n    },\n    \"type\": \"api_error\"\n  },\n  \"latest_attempt\": \"string\",\n  \"livemode\": true,\n  \"mandate\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"cashapp_handle_redirect_or_display_qr_code\": {\n      \"hosted_instructions_url\": \"string\",\n      \"mobile_auth_url\": \"string\",\n      \"qr_code\": {\n        \"expires_at\": 0,\n        \"image_url_png\": \"string\",\n        \"image_url_svg\": \"string\"\n      }\n    },\n    \"redirect_to_url\": {\n      \"return_url\": \"string\",\n      \"url\": \"string\"\n    },\n    \"type\": \"string\",\n    \"use_stripe_sdk\": {},\n    \"verify_with_microdeposits\": {\n      \"arrival_date\": 0,\n      \"hosted_verification_url\": \"string\",\n      \"microdeposit_type\": \"amounts\"\n    }\n  },\n  \"object\": \"setup_intent\",\n  \"on_behalf_of\": \"string\",\n  \"payment_method\": \"string\",\n  \"payment_method_configuration_details\": {\n    \"id\": \"string\",\n    \"parent\": \"string\"\n  },\n  \"payment_method_options\": {\n    \"acss_debit\": {\n      \"currency\": \"cad\",\n      \"mandate_options\": {\n        \"custom_mandate_url\": \"string\",\n        \"default_for\": [\n          \"invoice\"\n        ],\n        \"interval_description\": \"string\",\n        \"payment_schedule\": \"combined\",\n        \"transaction_type\": \"business\"\n      },\n      \"verification_method\": \"automatic\"\n    },\n    \"amazon_pay\": {},\n    \"bacs_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"card\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"end_date\": 0,\n        \"interval\": \"day\",\n        \"interval_count\": 0,\n        \"reference\": \"string\",\n        \"start_date\": 0,\n        \"supported_types\": [\n          \"india\"\n        ]\n      },\n      \"network\": \"amex\",\n      \"request_three_d_secure\": \"any\"\n    },\n    \"card_present\": {},\n    \"klarna\": {\n      \"currency\": \"string\",\n      \"preferred_locale\": \"string\"\n    },\n    \"link\": {},\n    \"paypal\": {\n      \"billing_agreement_id\": \"string\"\n    },\n    \"payto\": {\n      \"mandate_options\": {\n        \"amount\": 0,\n        \"amount_type\": \"fixed\",\n        \"end_date\": \"string\",\n        \"payment_schedule\": \"adhoc\",\n        \"payments_per_period\": 0,\n        \"purpose\": \"dependant_support\",\n        \"start_date\": \"string\"\n      }\n    },\n    \"sepa_debit\": {\n      \"mandate_options\": {\n        \"reference_prefix\": \"string\"\n      }\n    },\n    \"us_bank_account\": {\n      \"financial_connections\": {\n        \"filters\": {\n          \"account_subcategories\": [\n            \"checking\"\n          ]\n        },\n        \"permissions\": [\n          \"balances\"\n        ],\n        \"prefetch\": [\n          \"balances\"\n        ],\n        \"return_url\": \"string\"\n      },\n      \"mandate_options\": {\n        \"collection_method\": \"paper\"\n      },\n      \"verification_method\": \"automatic\"\n    }\n  },\n  \"payment_method_types\": [\n    \"string\"\n  ],\n  \"single_use_mandate\": \"string\",\n  \"status\": \"canceled\",\n  \"usage\": \"string\"\n}"}},"summary":"Verify microdeposits on a SetupIntent"}},"/v1/shipping_rates":{"get":{"description":"List all shipping rates","parameters":[{"description":"Only return shipping rates that are active or inactive.","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return shipping rates for the given currency.","in":"query","name":"currency","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"created\": 0,\n      \"delivery_estimate\": {\n        \"maximum\": {\n          \"unit\": \"business_day\",\n          \"value\": 0\n        },\n        \"minimum\": {\n          \"unit\": \"business_day\",\n          \"value\": 0\n        }\n      },\n      \"display_name\": \"string\",\n      \"fixed_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"currency_options\": {}\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"shipping_rate\",\n      \"tax_behavior\": \"exclusive\",\n      \"tax_code\": \"string\",\n      \"type\": \"fixed_amount\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all shipping rates"},"post":{"description":"Create a shipping rate","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/shipping_rate"}}},"description":"{\n  \"active\": true,\n  \"created\": 0,\n  \"delivery_estimate\": {\n    \"maximum\": {\n      \"unit\": \"business_day\",\n      \"value\": 0\n    },\n    \"minimum\": {\n      \"unit\": \"business_day\",\n      \"value\": 0\n    }\n  },\n  \"display_name\": \"string\",\n  \"fixed_amount\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"currency_options\": {}\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"shipping_rate\",\n  \"tax_behavior\": \"exclusive\",\n  \"tax_code\": \"string\",\n  \"type\": \"fixed_amount\"\n}"}},"summary":"Create a shipping rate"}},"/v1/shipping_rates/{shipping_rate_token}":{"get":{"description":"Retrieve a shipping rate","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"shipping_rate_token","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/shipping_rate"}}},"description":"{\n  \"active\": true,\n  \"created\": 0,\n  \"delivery_estimate\": {\n    \"maximum\": {\n      \"unit\": \"business_day\",\n      \"value\": 0\n    },\n    \"minimum\": {\n      \"unit\": \"business_day\",\n      \"value\": 0\n    }\n  },\n  \"display_name\": \"string\",\n  \"fixed_amount\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"currency_options\": {}\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"shipping_rate\",\n  \"tax_behavior\": \"exclusive\",\n  \"tax_code\": \"string\",\n  \"type\": \"fixed_amount\"\n}"}},"summary":"Retrieve a shipping rate"},"post":{"description":"Update a shipping rate","parameters":[{"in":"path","name":"shipping_rate_token","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/shipping_rate"}}},"description":"{\n  \"active\": true,\n  \"created\": 0,\n  \"delivery_estimate\": {\n    \"maximum\": {\n      \"unit\": \"business_day\",\n      \"value\": 0\n    },\n    \"minimum\": {\n      \"unit\": \"business_day\",\n      \"value\": 0\n    }\n  },\n  \"display_name\": \"string\",\n  \"fixed_amount\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"currency_options\": {}\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"shipping_rate\",\n  \"tax_behavior\": \"exclusive\",\n  \"tax_code\": \"string\",\n  \"type\": \"fixed_amount\"\n}"}},"summary":"Update a shipping rate"}},"/v1/sigma/saved_queries/{id}":{"post":{"description":"Update an existing Sigma Query","parameters":[{"description":"The `id` of the saved query to update. This should be a valid `id` that was previously created.","in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/sigma.sigma_api_query"}}},"description":"{\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"sigma.sigma_api_query\",\n  \"sql\": \"string\"\n}"}},"summary":"Update an existing Sigma Query"}},"/v1/sigma/scheduled_query_runs":{"get":{"description":"List all scheduled query runs","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"data_load_time\": 0,\n      \"error\": {\n        \"message\": \"string\"\n      },\n      \"file\": {\n        \"created\": 0,\n        \"expires_at\": 0,\n        \"filename\": \"string\",\n        \"id\": \"string\",\n        \"links\": {\n          \"data\": [\n            {\n              \"created\": 0,\n              \"expired\": true,\n              \"expires_at\": 0,\n              \"file\": \"string\",\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"file_link\",\n              \"url\": \"string\"\n            }\n          ],\n          \"has_more\": true,\n          \"object\": \"list\",\n          \"url\": \"string\"\n        },\n        \"object\": \"file\",\n        \"purpose\": \"account_requirement\",\n        \"size\": 0,\n        \"title\": \"string\",\n        \"type\": \"string\",\n        \"url\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"scheduled_query_run\",\n      \"result_available_until\": 0,\n      \"sql\": \"string\",\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all scheduled query runs"}},"/v1/sigma/scheduled_query_runs/{scheduled_query_run}":{"get":{"description":"Retrieve a scheduled query run","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"scheduled_query_run","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled_query_run"}}},"description":"{\n  \"created\": 0,\n  \"data_load_time\": 0,\n  \"error\": {\n    \"message\": \"string\"\n  },\n  \"file\": {\n    \"created\": 0,\n    \"expires_at\": 0,\n    \"filename\": \"string\",\n    \"id\": \"string\",\n    \"links\": {\n      \"data\": [\n        {\n          \"created\": 0,\n          \"expired\": true,\n          \"expires_at\": 0,\n          \"file\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"file_link\",\n          \"url\": \"string\"\n        }\n      ],\n      \"has_more\": true,\n      \"object\": \"list\",\n      \"url\": \"string\"\n    },\n    \"object\": \"file\",\n    \"purpose\": \"account_requirement\",\n    \"size\": 0,\n    \"title\": \"string\",\n    \"type\": \"string\",\n    \"url\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"scheduled_query_run\",\n  \"result_available_until\": 0,\n  \"sql\": \"string\",\n  \"status\": \"string\",\n  \"title\": \"string\"\n}"}},"summary":"Retrieve a scheduled query run"}},"/v1/sources":{"post":{"description":"Shares a source","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/source"}}},"description":"{\n  \"ach_credit_transfer\": {\n    \"account_number\": \"string\",\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_account_holder_type\": \"string\",\n    \"refund_routing_number\": \"string\",\n    \"routing_number\": \"string\",\n    \"swift_code\": \"string\"\n  },\n  \"ach_debit\": {\n    \"bank_name\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\",\n    \"type\": \"string\"\n  },\n  \"acss_debit\": {\n    \"bank_address_city\": \"string\",\n    \"bank_address_line_1\": \"string\",\n    \"bank_address_line_2\": \"string\",\n    \"bank_address_postal_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"category\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\"\n  },\n  \"alipay\": {\n    \"data_string\": \"string\",\n    \"native_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"allow_redisplay\": \"always\",\n  \"amount\": 0,\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bancontact\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"card\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"card_present\": {\n    \"application_cryptogram\": \"string\",\n    \"application_preferred_name\": \"string\",\n    \"authorization_code\": \"string\",\n    \"authorization_response_code\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvm_type\": \"string\",\n    \"data_type\": \"string\",\n    \"dedicated_file_name\": \"string\",\n    \"emv_auth_data\": \"string\",\n    \"evidence_customer_signature\": \"string\",\n    \"evidence_transaction_certificate\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"pos_device_id\": \"string\",\n    \"pos_entry_mode\": \"string\",\n    \"read_method\": \"string\",\n    \"reader\": \"string\",\n    \"terminal_verification_results\": \"string\",\n    \"transaction_status_information\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"code_verification\": {\n    \"attempts_remaining\": 0,\n    \"status\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"eps\": {\n    \"reference\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"flow\": \"string\",\n  \"giropay\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"klarna\": {\n    \"background_image_url\": \"string\",\n    \"client_token\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"locale\": \"string\",\n    \"logo_url\": \"string\",\n    \"page_title\": \"string\",\n    \"pay_later_asset_urls_descriptive\": \"string\",\n    \"pay_later_asset_urls_standard\": \"string\",\n    \"pay_later_name\": \"string\",\n    \"pay_later_redirect_url\": \"string\",\n    \"pay_now_asset_urls_descriptive\": \"string\",\n    \"pay_now_asset_urls_standard\": \"string\",\n    \"pay_now_name\": \"string\",\n    \"pay_now_redirect_url\": \"string\",\n    \"pay_over_time_asset_urls_descriptive\": \"string\",\n    \"pay_over_time_asset_urls_standard\": \"string\",\n    \"pay_over_time_name\": \"string\",\n    \"pay_over_time_redirect_url\": \"string\",\n    \"payment_method_categories\": \"string\",\n    \"purchase_country\": \"string\",\n    \"purchase_type\": \"string\",\n    \"redirect_url\": \"string\",\n    \"shipping_delay\": 0,\n    \"shipping_first_name\": \"string\",\n    \"shipping_last_name\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"multibanco\": {\n    \"entity\": \"string\",\n    \"reference\": \"string\",\n    \"refund_account_holder_address_city\": \"string\",\n    \"refund_account_holder_address_country\": \"string\",\n    \"refund_account_holder_address_line1\": \"string\",\n    \"refund_account_holder_address_line2\": \"string\",\n    \"refund_account_holder_address_postal_code\": \"string\",\n    \"refund_account_holder_address_state\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_iban\": \"string\"\n  },\n  \"object\": \"source\",\n  \"owner\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"verified_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"verified_email\": \"string\",\n    \"verified_name\": \"string\",\n    \"verified_phone\": \"string\"\n  },\n  \"p24\": {\n    \"reference\": \"string\"\n  },\n  \"receiver\": {\n    \"address\": \"string\",\n    \"amount_charged\": 0,\n    \"amount_received\": 0,\n    \"amount_returned\": 0,\n    \"refund_attributes_method\": \"string\",\n    \"refund_attributes_status\": \"string\"\n  },\n  \"redirect\": {\n    \"failure_reason\": \"string\",\n    \"return_url\": \"string\",\n    \"status\": \"string\",\n    \"url\": \"string\"\n  },\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"mandate_reference\": \"string\",\n    \"mandate_url\": \"string\"\n  },\n  \"sofort\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"country\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"source_order\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"email\": \"string\",\n    \"items\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"parent\": \"string\",\n        \"quantity\": 0,\n        \"type\": \"string\"\n      }\n    ],\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"carrier\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"tracking_number\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"three_d_secure\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"authenticated\": true,\n    \"brand\": \"string\",\n    \"card\": \"string\",\n    \"country\": \"string\",\n    \"customer\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"type\": \"ach_credit_transfer\",\n  \"usage\": \"string\",\n  \"wechat\": {\n    \"prepay_id\": \"string\",\n    \"qr_code_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  }\n}"}},"summary":"Shares a source"}},"/v1/sources/{source}":{"get":{"description":"Retrieve a source","parameters":[{"description":"The client secret of the source. Required if a publishable key is used to retrieve the source.","in":"query","name":"client_secret","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"source","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/source"}}},"description":"{\n  \"ach_credit_transfer\": {\n    \"account_number\": \"string\",\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_account_holder_type\": \"string\",\n    \"refund_routing_number\": \"string\",\n    \"routing_number\": \"string\",\n    \"swift_code\": \"string\"\n  },\n  \"ach_debit\": {\n    \"bank_name\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\",\n    \"type\": \"string\"\n  },\n  \"acss_debit\": {\n    \"bank_address_city\": \"string\",\n    \"bank_address_line_1\": \"string\",\n    \"bank_address_line_2\": \"string\",\n    \"bank_address_postal_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"category\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\"\n  },\n  \"alipay\": {\n    \"data_string\": \"string\",\n    \"native_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"allow_redisplay\": \"always\",\n  \"amount\": 0,\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bancontact\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"card\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"card_present\": {\n    \"application_cryptogram\": \"string\",\n    \"application_preferred_name\": \"string\",\n    \"authorization_code\": \"string\",\n    \"authorization_response_code\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvm_type\": \"string\",\n    \"data_type\": \"string\",\n    \"dedicated_file_name\": \"string\",\n    \"emv_auth_data\": \"string\",\n    \"evidence_customer_signature\": \"string\",\n    \"evidence_transaction_certificate\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"pos_device_id\": \"string\",\n    \"pos_entry_mode\": \"string\",\n    \"read_method\": \"string\",\n    \"reader\": \"string\",\n    \"terminal_verification_results\": \"string\",\n    \"transaction_status_information\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"code_verification\": {\n    \"attempts_remaining\": 0,\n    \"status\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"eps\": {\n    \"reference\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"flow\": \"string\",\n  \"giropay\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"klarna\": {\n    \"background_image_url\": \"string\",\n    \"client_token\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"locale\": \"string\",\n    \"logo_url\": \"string\",\n    \"page_title\": \"string\",\n    \"pay_later_asset_urls_descriptive\": \"string\",\n    \"pay_later_asset_urls_standard\": \"string\",\n    \"pay_later_name\": \"string\",\n    \"pay_later_redirect_url\": \"string\",\n    \"pay_now_asset_urls_descriptive\": \"string\",\n    \"pay_now_asset_urls_standard\": \"string\",\n    \"pay_now_name\": \"string\",\n    \"pay_now_redirect_url\": \"string\",\n    \"pay_over_time_asset_urls_descriptive\": \"string\",\n    \"pay_over_time_asset_urls_standard\": \"string\",\n    \"pay_over_time_name\": \"string\",\n    \"pay_over_time_redirect_url\": \"string\",\n    \"payment_method_categories\": \"string\",\n    \"purchase_country\": \"string\",\n    \"purchase_type\": \"string\",\n    \"redirect_url\": \"string\",\n    \"shipping_delay\": 0,\n    \"shipping_first_name\": \"string\",\n    \"shipping_last_name\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"multibanco\": {\n    \"entity\": \"string\",\n    \"reference\": \"string\",\n    \"refund_account_holder_address_city\": \"string\",\n    \"refund_account_holder_address_country\": \"string\",\n    \"refund_account_holder_address_line1\": \"string\",\n    \"refund_account_holder_address_line2\": \"string\",\n    \"refund_account_holder_address_postal_code\": \"string\",\n    \"refund_account_holder_address_state\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_iban\": \"string\"\n  },\n  \"object\": \"source\",\n  \"owner\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"verified_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"verified_email\": \"string\",\n    \"verified_name\": \"string\",\n    \"verified_phone\": \"string\"\n  },\n  \"p24\": {\n    \"reference\": \"string\"\n  },\n  \"receiver\": {\n    \"address\": \"string\",\n    \"amount_charged\": 0,\n    \"amount_received\": 0,\n    \"amount_returned\": 0,\n    \"refund_attributes_method\": \"string\",\n    \"refund_attributes_status\": \"string\"\n  },\n  \"redirect\": {\n    \"failure_reason\": \"string\",\n    \"return_url\": \"string\",\n    \"status\": \"string\",\n    \"url\": \"string\"\n  },\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"mandate_reference\": \"string\",\n    \"mandate_url\": \"string\"\n  },\n  \"sofort\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"country\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"source_order\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"email\": \"string\",\n    \"items\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"parent\": \"string\",\n        \"quantity\": 0,\n        \"type\": \"string\"\n      }\n    ],\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"carrier\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"tracking_number\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"three_d_secure\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"authenticated\": true,\n    \"brand\": \"string\",\n    \"card\": \"string\",\n    \"country\": \"string\",\n    \"customer\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"type\": \"ach_credit_transfer\",\n  \"usage\": \"string\",\n  \"wechat\": {\n    \"prepay_id\": \"string\",\n    \"qr_code_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  }\n}"}},"summary":"Retrieve a source"},"post":{"description":"Update a source","parameters":[{"in":"path","name":"source","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/source"}}},"description":"{\n  \"ach_credit_transfer\": {\n    \"account_number\": \"string\",\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_account_holder_type\": \"string\",\n    \"refund_routing_number\": \"string\",\n    \"routing_number\": \"string\",\n    \"swift_code\": \"string\"\n  },\n  \"ach_debit\": {\n    \"bank_name\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\",\n    \"type\": \"string\"\n  },\n  \"acss_debit\": {\n    \"bank_address_city\": \"string\",\n    \"bank_address_line_1\": \"string\",\n    \"bank_address_line_2\": \"string\",\n    \"bank_address_postal_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"category\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\"\n  },\n  \"alipay\": {\n    \"data_string\": \"string\",\n    \"native_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"allow_redisplay\": \"always\",\n  \"amount\": 0,\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bancontact\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"card\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"card_present\": {\n    \"application_cryptogram\": \"string\",\n    \"application_preferred_name\": \"string\",\n    \"authorization_code\": \"string\",\n    \"authorization_response_code\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvm_type\": \"string\",\n    \"data_type\": \"string\",\n    \"dedicated_file_name\": \"string\",\n    \"emv_auth_data\": \"string\",\n    \"evidence_customer_signature\": \"string\",\n    \"evidence_transaction_certificate\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"pos_device_id\": \"string\",\n    \"pos_entry_mode\": \"string\",\n    \"read_method\": \"string\",\n    \"reader\": \"string\",\n    \"terminal_verification_results\": \"string\",\n    \"transaction_status_information\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"code_verification\": {\n    \"attempts_remaining\": 0,\n    \"status\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"eps\": {\n    \"reference\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"flow\": \"string\",\n  \"giropay\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"klarna\": {\n    \"background_image_url\": \"string\",\n    \"client_token\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"locale\": \"string\",\n    \"logo_url\": \"string\",\n    \"page_title\": \"string\",\n    \"pay_later_asset_urls_descriptive\": \"string\",\n    \"pay_later_asset_urls_standard\": \"string\",\n    \"pay_later_name\": \"string\",\n    \"pay_later_redirect_url\": \"string\",\n    \"pay_now_asset_urls_descriptive\": \"string\",\n    \"pay_now_asset_urls_standard\": \"string\",\n    \"pay_now_name\": \"string\",\n    \"pay_now_redirect_url\": \"string\",\n    \"pay_over_time_asset_urls_descriptive\": \"string\",\n    \"pay_over_time_asset_urls_standard\": \"string\",\n    \"pay_over_time_name\": \"string\",\n    \"pay_over_time_redirect_url\": \"string\",\n    \"payment_method_categories\": \"string\",\n    \"purchase_country\": \"string\",\n    \"purchase_type\": \"string\",\n    \"redirect_url\": \"string\",\n    \"shipping_delay\": 0,\n    \"shipping_first_name\": \"string\",\n    \"shipping_last_name\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"multibanco\": {\n    \"entity\": \"string\",\n    \"reference\": \"string\",\n    \"refund_account_holder_address_city\": \"string\",\n    \"refund_account_holder_address_country\": \"string\",\n    \"refund_account_holder_address_line1\": \"string\",\n    \"refund_account_holder_address_line2\": \"string\",\n    \"refund_account_holder_address_postal_code\": \"string\",\n    \"refund_account_holder_address_state\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_iban\": \"string\"\n  },\n  \"object\": \"source\",\n  \"owner\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"verified_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"verified_email\": \"string\",\n    \"verified_name\": \"string\",\n    \"verified_phone\": \"string\"\n  },\n  \"p24\": {\n    \"reference\": \"string\"\n  },\n  \"receiver\": {\n    \"address\": \"string\",\n    \"amount_charged\": 0,\n    \"amount_received\": 0,\n    \"amount_returned\": 0,\n    \"refund_attributes_method\": \"string\",\n    \"refund_attributes_status\": \"string\"\n  },\n  \"redirect\": {\n    \"failure_reason\": \"string\",\n    \"return_url\": \"string\",\n    \"status\": \"string\",\n    \"url\": \"string\"\n  },\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"mandate_reference\": \"string\",\n    \"mandate_url\": \"string\"\n  },\n  \"sofort\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"country\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"source_order\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"email\": \"string\",\n    \"items\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"parent\": \"string\",\n        \"quantity\": 0,\n        \"type\": \"string\"\n      }\n    ],\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"carrier\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"tracking_number\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"three_d_secure\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"authenticated\": true,\n    \"brand\": \"string\",\n    \"card\": \"string\",\n    \"country\": \"string\",\n    \"customer\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"type\": \"ach_credit_transfer\",\n  \"usage\": \"string\",\n  \"wechat\": {\n    \"prepay_id\": \"string\",\n    \"qr_code_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  }\n}"}},"summary":"Update a source"}},"/v1/sources/{source}/mandate_notifications/{mandate_notification}":{"get":{"description":"Retrieve a Source MandateNotification","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"mandate_notification","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"source","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/source_mandate_notification"}}},"description":"{\n  \"acss_debit\": {\n    \"statement_descriptor\": \"string\"\n  },\n  \"amount\": 0,\n  \"bacs_debit\": {\n    \"last4\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"source_mandate_notification\",\n  \"reason\": \"string\",\n  \"sepa_debit\": {\n    \"creditor_identifier\": \"string\",\n    \"last4\": \"string\",\n    \"mandate_reference\": \"string\"\n  },\n  \"source\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_account_holder_type\": \"string\",\n      \"refund_routing_number\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\",\n      \"type\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_address_city\": \"string\",\n      \"bank_address_line_1\": \"string\",\n      \"bank_address_line_2\": \"string\",\n      \"bank_address_postal_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"category\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"alipay\": {\n      \"data_string\": \"string\",\n      \"native_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"allow_redisplay\": \"always\",\n    \"amount\": 0,\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"card\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"card_present\": {\n      \"application_cryptogram\": \"string\",\n      \"application_preferred_name\": \"string\",\n      \"authorization_code\": \"string\",\n      \"authorization_response_code\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvm_type\": \"string\",\n      \"data_type\": \"string\",\n      \"dedicated_file_name\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"evidence_customer_signature\": \"string\",\n      \"evidence_transaction_certificate\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"pos_device_id\": \"string\",\n      \"pos_entry_mode\": \"string\",\n      \"read_method\": \"string\",\n      \"reader\": \"string\",\n      \"terminal_verification_results\": \"string\",\n      \"transaction_status_information\": \"string\"\n    },\n    \"client_secret\": \"string\",\n    \"code_verification\": {\n      \"attempts_remaining\": 0,\n      \"status\": \"string\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"eps\": {\n      \"reference\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"flow\": \"string\",\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"id\": \"string\",\n    \"ideal\": {\n      \"bank\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"klarna\": {\n      \"background_image_url\": \"string\",\n      \"client_token\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"locale\": \"string\",\n      \"logo_url\": \"string\",\n      \"page_title\": \"string\",\n      \"pay_later_asset_urls_descriptive\": \"string\",\n      \"pay_later_asset_urls_standard\": \"string\",\n      \"pay_later_name\": \"string\",\n      \"pay_later_redirect_url\": \"string\",\n      \"pay_now_asset_urls_descriptive\": \"string\",\n      \"pay_now_asset_urls_standard\": \"string\",\n      \"pay_now_name\": \"string\",\n      \"pay_now_redirect_url\": \"string\",\n      \"pay_over_time_asset_urls_descriptive\": \"string\",\n      \"pay_over_time_asset_urls_standard\": \"string\",\n      \"pay_over_time_name\": \"string\",\n      \"pay_over_time_redirect_url\": \"string\",\n      \"payment_method_categories\": \"string\",\n      \"purchase_country\": \"string\",\n      \"purchase_type\": \"string\",\n      \"redirect_url\": \"string\",\n      \"shipping_delay\": 0,\n      \"shipping_first_name\": \"string\",\n      \"shipping_last_name\": \"string\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\",\n      \"refund_account_holder_address_city\": \"string\",\n      \"refund_account_holder_address_country\": \"string\",\n      \"refund_account_holder_address_line1\": \"string\",\n      \"refund_account_holder_address_line2\": \"string\",\n      \"refund_account_holder_address_postal_code\": \"string\",\n      \"refund_account_holder_address_state\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_iban\": \"string\"\n    },\n    \"object\": \"source\",\n    \"owner\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"verified_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"verified_email\": \"string\",\n      \"verified_name\": \"string\",\n      \"verified_phone\": \"string\"\n    },\n    \"p24\": {\n      \"reference\": \"string\"\n    },\n    \"receiver\": {\n      \"address\": \"string\",\n      \"amount_charged\": 0,\n      \"amount_received\": 0,\n      \"amount_returned\": 0,\n      \"refund_attributes_method\": \"string\",\n      \"refund_attributes_status\": \"string\"\n    },\n    \"redirect\": {\n      \"failure_reason\": \"string\",\n      \"return_url\": \"string\",\n      \"status\": \"string\",\n      \"url\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate_reference\": \"string\",\n      \"mandate_url\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"source_order\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"email\": \"string\",\n      \"items\": [\n        {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"parent\": \"string\",\n          \"quantity\": 0,\n          \"type\": \"string\"\n        }\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      }\n    },\n    \"statement_descriptor\": \"string\",\n    \"status\": \"string\",\n    \"three_d_secure\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"authenticated\": true,\n      \"brand\": \"string\",\n      \"card\": \"string\",\n      \"country\": \"string\",\n      \"customer\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"type\": \"ach_credit_transfer\",\n    \"usage\": \"string\",\n    \"wechat\": {\n      \"prepay_id\": \"string\",\n      \"qr_code_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    }\n  },\n  \"status\": \"string\",\n  \"type\": \"string\"\n}"}},"summary":"Retrieve a Source MandateNotification"}},"/v1/sources/{source}/source_transactions":{"get":{"description":"<p>List source transactions for a given source.</p>","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"in":"path","name":"source","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"ach_credit_transfer\": {\n        \"customer_data\": \"string\",\n        \"fingerprint\": \"string\",\n        \"last4\": \"string\",\n        \"routing_number\": \"string\"\n      },\n      \"amount\": 0,\n      \"chf_credit_transfer\": {\n        \"reference\": \"string\",\n        \"sender_address_country\": \"string\",\n        \"sender_address_line1\": \"string\",\n        \"sender_iban\": \"string\",\n        \"sender_name\": \"string\"\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"gbp_credit_transfer\": {\n        \"fingerprint\": \"string\",\n        \"funding_method\": \"string\",\n        \"last4\": \"string\",\n        \"reference\": \"string\",\n        \"sender_account_number\": \"string\",\n        \"sender_name\": \"string\",\n        \"sender_sort_code\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"source_transaction\",\n      \"paper_check\": {\n        \"available_at\": \"string\",\n        \"invoices\": \"string\"\n      },\n      \"sepa_credit_transfer\": {\n        \"reference\": \"string\",\n        \"sender_iban\": \"string\",\n        \"sender_name\": \"string\"\n      },\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"ach_credit_transfer\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"<p>List source transactions for a given source.</p>"}},"/v1/sources/{source}/source_transactions/{source_transaction}":{"get":{"description":"Retrieve a source transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"source","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"source_transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/source_transaction"}}},"description":"{\n  \"ach_credit_transfer\": {\n    \"customer_data\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\"\n  },\n  \"amount\": 0,\n  \"chf_credit_transfer\": {\n    \"reference\": \"string\",\n    \"sender_address_country\": \"string\",\n    \"sender_address_line1\": \"string\",\n    \"sender_iban\": \"string\",\n    \"sender_name\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"gbp_credit_transfer\": {\n    \"fingerprint\": \"string\",\n    \"funding_method\": \"string\",\n    \"last4\": \"string\",\n    \"reference\": \"string\",\n    \"sender_account_number\": \"string\",\n    \"sender_name\": \"string\",\n    \"sender_sort_code\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"source_transaction\",\n  \"paper_check\": {\n    \"available_at\": \"string\",\n    \"invoices\": \"string\"\n  },\n  \"sepa_credit_transfer\": {\n    \"reference\": \"string\",\n    \"sender_iban\": \"string\",\n    \"sender_name\": \"string\"\n  },\n  \"source\": \"string\",\n  \"status\": \"string\",\n  \"type\": \"ach_credit_transfer\"\n}"}},"summary":"Retrieve a source transaction"}},"/v1/sources/{source}/verify":{"post":{"description":"<p>Verify a given source.</p>","parameters":[{"in":"path","name":"source","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/source"}}},"description":"{\n  \"ach_credit_transfer\": {\n    \"account_number\": \"string\",\n    \"bank_name\": \"string\",\n    \"fingerprint\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_account_holder_type\": \"string\",\n    \"refund_routing_number\": \"string\",\n    \"routing_number\": \"string\",\n    \"swift_code\": \"string\"\n  },\n  \"ach_debit\": {\n    \"bank_name\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\",\n    \"type\": \"string\"\n  },\n  \"acss_debit\": {\n    \"bank_address_city\": \"string\",\n    \"bank_address_line_1\": \"string\",\n    \"bank_address_line_2\": \"string\",\n    \"bank_address_postal_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"category\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"routing_number\": \"string\"\n  },\n  \"alipay\": {\n    \"data_string\": \"string\",\n    \"native_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"allow_redisplay\": \"always\",\n  \"amount\": 0,\n  \"au_becs_debit\": {\n    \"bsb_number\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\"\n  },\n  \"bancontact\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"card\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"card_present\": {\n    \"application_cryptogram\": \"string\",\n    \"application_preferred_name\": \"string\",\n    \"authorization_code\": \"string\",\n    \"authorization_response_code\": \"string\",\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"cvm_type\": \"string\",\n    \"data_type\": \"string\",\n    \"dedicated_file_name\": \"string\",\n    \"emv_auth_data\": \"string\",\n    \"evidence_customer_signature\": \"string\",\n    \"evidence_transaction_certificate\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"pos_device_id\": \"string\",\n    \"pos_entry_mode\": \"string\",\n    \"read_method\": \"string\",\n    \"reader\": \"string\",\n    \"terminal_verification_results\": \"string\",\n    \"transaction_status_information\": \"string\"\n  },\n  \"client_secret\": \"string\",\n  \"code_verification\": {\n    \"attempts_remaining\": 0,\n    \"status\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"eps\": {\n    \"reference\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"flow\": \"string\",\n  \"giropay\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"id\": \"string\",\n  \"ideal\": {\n    \"bank\": \"string\",\n    \"bic\": \"string\",\n    \"iban_last4\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"klarna\": {\n    \"background_image_url\": \"string\",\n    \"client_token\": \"string\",\n    \"first_name\": \"string\",\n    \"last_name\": \"string\",\n    \"locale\": \"string\",\n    \"logo_url\": \"string\",\n    \"page_title\": \"string\",\n    \"pay_later_asset_urls_descriptive\": \"string\",\n    \"pay_later_asset_urls_standard\": \"string\",\n    \"pay_later_name\": \"string\",\n    \"pay_later_redirect_url\": \"string\",\n    \"pay_now_asset_urls_descriptive\": \"string\",\n    \"pay_now_asset_urls_standard\": \"string\",\n    \"pay_now_name\": \"string\",\n    \"pay_now_redirect_url\": \"string\",\n    \"pay_over_time_asset_urls_descriptive\": \"string\",\n    \"pay_over_time_asset_urls_standard\": \"string\",\n    \"pay_over_time_name\": \"string\",\n    \"pay_over_time_redirect_url\": \"string\",\n    \"payment_method_categories\": \"string\",\n    \"purchase_country\": \"string\",\n    \"purchase_type\": \"string\",\n    \"redirect_url\": \"string\",\n    \"shipping_delay\": 0,\n    \"shipping_first_name\": \"string\",\n    \"shipping_last_name\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"multibanco\": {\n    \"entity\": \"string\",\n    \"reference\": \"string\",\n    \"refund_account_holder_address_city\": \"string\",\n    \"refund_account_holder_address_country\": \"string\",\n    \"refund_account_holder_address_line1\": \"string\",\n    \"refund_account_holder_address_line2\": \"string\",\n    \"refund_account_holder_address_postal_code\": \"string\",\n    \"refund_account_holder_address_state\": \"string\",\n    \"refund_account_holder_name\": \"string\",\n    \"refund_iban\": \"string\"\n  },\n  \"object\": \"source\",\n  \"owner\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"email\": \"string\",\n    \"name\": \"string\",\n    \"phone\": \"string\",\n    \"verified_address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"verified_email\": \"string\",\n    \"verified_name\": \"string\",\n    \"verified_phone\": \"string\"\n  },\n  \"p24\": {\n    \"reference\": \"string\"\n  },\n  \"receiver\": {\n    \"address\": \"string\",\n    \"amount_charged\": 0,\n    \"amount_received\": 0,\n    \"amount_returned\": 0,\n    \"refund_attributes_method\": \"string\",\n    \"refund_attributes_status\": \"string\"\n  },\n  \"redirect\": {\n    \"failure_reason\": \"string\",\n    \"return_url\": \"string\",\n    \"status\": \"string\",\n    \"url\": \"string\"\n  },\n  \"sepa_debit\": {\n    \"bank_code\": \"string\",\n    \"branch_code\": \"string\",\n    \"country\": \"string\",\n    \"fingerprint\": \"string\",\n    \"last4\": \"string\",\n    \"mandate_reference\": \"string\",\n    \"mandate_url\": \"string\"\n  },\n  \"sofort\": {\n    \"bank_code\": \"string\",\n    \"bank_name\": \"string\",\n    \"bic\": \"string\",\n    \"country\": \"string\",\n    \"iban_last4\": \"string\",\n    \"preferred_language\": \"string\",\n    \"statement_descriptor\": \"string\"\n  },\n  \"source_order\": {\n    \"amount\": 0,\n    \"currency\": \"string\",\n    \"email\": \"string\",\n    \"items\": [\n      {\n        \"amount\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"parent\": \"string\",\n        \"quantity\": 0,\n        \"type\": \"string\"\n      }\n    ],\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"carrier\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"tracking_number\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"string\",\n  \"three_d_secure\": {\n    \"address_line1_check\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"authenticated\": true,\n    \"brand\": \"string\",\n    \"card\": \"string\",\n    \"country\": \"string\",\n    \"customer\": \"string\",\n    \"cvc_check\": \"string\",\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"last4\": \"string\",\n    \"name\": \"string\",\n    \"three_d_secure\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"type\": \"ach_credit_transfer\",\n  \"usage\": \"string\",\n  \"wechat\": {\n    \"prepay_id\": \"string\",\n    \"qr_code_url\": \"string\",\n    \"statement_descriptor\": \"string\"\n  }\n}"}},"summary":"<p>Verify a given source.</p>"}},"/v1/subscription_items":{"get":{"description":"List all subscription items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"The ID of the subscription whose items will be retrieved.","in":"query","name":"subscription","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"billing_thresholds\": {\n        \"usage_gte\": 0\n      },\n      \"created\": 0,\n      \"current_period_end\": 0,\n      \"current_period_start\": 0,\n      \"discounts\": [\n        \"string\"\n      ],\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"subscription_item\",\n      \"price\": {\n        \"active\": true,\n        \"billing_scheme\": \"per_unit\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"currency_options\": {},\n        \"custom_unit_amount\": {\n          \"maximum\": 0,\n          \"minimum\": 0,\n          \"preset\": 0\n        },\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"lookup_key\": \"string\",\n        \"metadata\": {},\n        \"nickname\": \"string\",\n        \"object\": \"price\",\n        \"product\": \"string\",\n        \"recurring\": {\n          \"interval\": \"day\",\n          \"interval_count\": 0,\n          \"meter\": \"string\",\n          \"usage_type\": \"licensed\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tiers\": [\n          {\n            \"flat_amount\": 0,\n            \"flat_amount_decimal\": \"string\",\n            \"unit_amount\": 0,\n            \"unit_amount_decimal\": \"string\",\n            \"up_to\": 0\n          }\n        ],\n        \"tiers_mode\": \"graduated\",\n        \"transform_quantity\": {\n          \"divide_by\": 0,\n          \"round\": \"down\"\n        },\n        \"type\": \"one_time\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\"\n      },\n      \"quantity\": 0,\n      \"subscription\": \"string\",\n      \"tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all subscription items"},"post":{"description":"Create a subscription item","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_item"}}},"description":"{\n  \"billing_thresholds\": {\n    \"usage_gte\": 0\n  },\n  \"created\": 0,\n  \"current_period_end\": 0,\n  \"current_period_start\": 0,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"subscription_item\",\n  \"price\": {\n    \"active\": true,\n    \"billing_scheme\": \"per_unit\",\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"currency_options\": {},\n    \"custom_unit_amount\": {\n      \"maximum\": 0,\n      \"minimum\": 0,\n      \"preset\": 0\n    },\n    \"id\": \"string\",\n    \"livemode\": true,\n    \"lookup_key\": \"string\",\n    \"metadata\": {},\n    \"nickname\": \"string\",\n    \"object\": \"price\",\n    \"product\": \"string\",\n    \"recurring\": {\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"meter\": \"string\",\n      \"usage_type\": \"licensed\"\n    },\n    \"tax_behavior\": \"exclusive\",\n    \"tiers\": [\n      {\n        \"flat_amount\": 0,\n        \"flat_amount_decimal\": \"string\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\",\n        \"up_to\": 0\n      }\n    ],\n    \"tiers_mode\": \"graduated\",\n    \"transform_quantity\": {\n      \"divide_by\": 0,\n      \"round\": \"down\"\n    },\n    \"type\": \"one_time\",\n    \"unit_amount\": 0,\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"quantity\": 0,\n  \"subscription\": \"string\",\n  \"tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ]\n}"}},"summary":"Create a subscription item"}},"/v1/subscription_items/{item}":{"delete":{"description":"Delete a subscription item","parameters":[{"in":"path","name":"item","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_subscription_item"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"subscription_item\"\n}"}},"summary":"Delete a subscription item"},"get":{"description":"Retrieve a subscription item","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"item","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_item"}}},"description":"{\n  \"billing_thresholds\": {\n    \"usage_gte\": 0\n  },\n  \"created\": 0,\n  \"current_period_end\": 0,\n  \"current_period_start\": 0,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"subscription_item\",\n  \"price\": {\n    \"active\": true,\n    \"billing_scheme\": \"per_unit\",\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"currency_options\": {},\n    \"custom_unit_amount\": {\n      \"maximum\": 0,\n      \"minimum\": 0,\n      \"preset\": 0\n    },\n    \"id\": \"string\",\n    \"livemode\": true,\n    \"lookup_key\": \"string\",\n    \"metadata\": {},\n    \"nickname\": \"string\",\n    \"object\": \"price\",\n    \"product\": \"string\",\n    \"recurring\": {\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"meter\": \"string\",\n      \"usage_type\": \"licensed\"\n    },\n    \"tax_behavior\": \"exclusive\",\n    \"tiers\": [\n      {\n        \"flat_amount\": 0,\n        \"flat_amount_decimal\": \"string\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\",\n        \"up_to\": 0\n      }\n    ],\n    \"tiers_mode\": \"graduated\",\n    \"transform_quantity\": {\n      \"divide_by\": 0,\n      \"round\": \"down\"\n    },\n    \"type\": \"one_time\",\n    \"unit_amount\": 0,\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"quantity\": 0,\n  \"subscription\": \"string\",\n  \"tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ]\n}"}},"summary":"Retrieve a subscription item"},"post":{"description":"Update a subscription item","parameters":[{"in":"path","name":"item","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_item"}}},"description":"{\n  \"billing_thresholds\": {\n    \"usage_gte\": 0\n  },\n  \"created\": 0,\n  \"current_period_end\": 0,\n  \"current_period_start\": 0,\n  \"discounts\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"subscription_item\",\n  \"price\": {\n    \"active\": true,\n    \"billing_scheme\": \"per_unit\",\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"currency_options\": {},\n    \"custom_unit_amount\": {\n      \"maximum\": 0,\n      \"minimum\": 0,\n      \"preset\": 0\n    },\n    \"id\": \"string\",\n    \"livemode\": true,\n    \"lookup_key\": \"string\",\n    \"metadata\": {},\n    \"nickname\": \"string\",\n    \"object\": \"price\",\n    \"product\": \"string\",\n    \"recurring\": {\n      \"interval\": \"day\",\n      \"interval_count\": 0,\n      \"meter\": \"string\",\n      \"usage_type\": \"licensed\"\n    },\n    \"tax_behavior\": \"exclusive\",\n    \"tiers\": [\n      {\n        \"flat_amount\": 0,\n        \"flat_amount_decimal\": \"string\",\n        \"unit_amount\": 0,\n        \"unit_amount_decimal\": \"string\",\n        \"up_to\": 0\n      }\n    ],\n    \"tiers_mode\": \"graduated\",\n    \"transform_quantity\": {\n      \"divide_by\": 0,\n      \"round\": \"down\"\n    },\n    \"type\": \"one_time\",\n    \"unit_amount\": 0,\n    \"unit_amount_decimal\": \"string\"\n  },\n  \"quantity\": 0,\n  \"subscription\": \"string\",\n  \"tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ]\n}"}},"summary":"Update a subscription item"}},"/v1/subscription_schedules":{"get":{"description":"List all schedules","parameters":[{"description":"Only return subscription schedules that were created canceled the given date interval.","in":"query","name":"canceled_at","schema":{"type":"string"},"style":"form"},{"description":"Only return subscription schedules that completed during the given date interval.","in":"query","name":"completed_at","schema":{"type":"string"},"style":"form"},{"description":"Only return subscription schedules that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return subscription schedules for the given customer.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"Only return subscription schedules for the given account.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return subscription schedules that were released during the given date interval.","in":"query","name":"released_at","schema":{"type":"string"},"style":"form"},{"description":"Only return subscription schedules that have not started yet.","in":"query","name":"scheduled","schema":{"type":"boolean"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"application\": \"string\",\n      \"billing_mode\": {\n        \"flexible\": {\n          \"proration_discounts\": \"included\"\n        },\n        \"type\": \"classic\",\n        \"updated_at\": 0\n      },\n      \"canceled_at\": 0,\n      \"completed_at\": 0,\n      \"created\": 0,\n      \"current_phase\": {\n        \"end_date\": 0,\n        \"start_date\": 0\n      },\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"default_settings\": {\n        \"application_fee_percent\": 0.0,\n        \"automatic_tax\": {\n          \"disabled_reason\": \"requires_location_inputs\",\n          \"enabled\": true,\n          \"liability\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"billing_cycle_anchor\": \"automatic\",\n        \"billing_thresholds\": {\n          \"amount_gte\": 0,\n          \"reset_billing_cycle_anchor\": true\n        },\n        \"collection_method\": \"charge_automatically\",\n        \"default_payment_method\": \"string\",\n        \"description\": \"string\",\n        \"invoice_settings\": {\n          \"account_tax_ids\": [\n            \"string\"\n          ],\n          \"days_until_due\": 0,\n          \"issuer\": {\n            \"account\": \"string\",\n            \"type\": \"account\"\n          }\n        },\n        \"on_behalf_of\": \"string\",\n        \"transfer_data\": {\n          \"amount_percent\": 0.0,\n          \"destination\": \"string\"\n        }\n      },\n      \"end_behavior\": \"cancel\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"subscription_schedule\",\n      \"phases\": [\n        {\n          \"add_invoice_items\": [\n            {\n              \"discounts\": [\n                {\n                  \"coupon\": \"string\",\n                  \"discount\": \"string\",\n                  \"promotion_code\": \"string\"\n                }\n              ],\n              \"metadata\": {},\n              \"period\": {\n                \"end\": {\n                  \"timestamp\": 0,\n                  \"type\": \"min_item_period_end\"\n                },\n                \"start\": {\n                  \"timestamp\": 0,\n                  \"type\": \"max_item_period_start\"\n                }\n              },\n              \"price\": \"string\",\n              \"quantity\": 0,\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"application_fee_percent\": 0.0,\n          \"automatic_tax\": {\n            \"disabled_reason\": \"requires_location_inputs\",\n            \"enabled\": true,\n            \"liability\": {\n              \"account\": \"string\",\n              \"type\": \"account\"\n            }\n          },\n          \"billing_cycle_anchor\": \"automatic\",\n          \"billing_thresholds\": {\n            \"amount_gte\": 0,\n            \"reset_billing_cycle_anchor\": true\n          },\n          \"collection_method\": \"charge_automatically\",\n          \"currency\": \"string\",\n          \"default_payment_method\": \"string\",\n          \"default_tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ],\n          \"description\": \"string\",\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"end_date\": 0,\n          \"invoice_settings\": {\n            \"account_tax_ids\": [\n              \"string\"\n            ],\n            \"days_until_due\": 0,\n            \"issuer\": {\n              \"account\": \"string\",\n              \"type\": \"account\"\n            }\n          },\n          \"items\": [\n            {\n              \"billing_thresholds\": {\n                \"usage_gte\": 0\n              },\n              \"discounts\": [\n                {\n                  \"coupon\": \"string\",\n                  \"discount\": \"string\",\n                  \"promotion_code\": \"string\"\n                }\n              ],\n              \"metadata\": {},\n              \"price\": \"string\",\n              \"quantity\": 0,\n              \"tax_rates\": [\n                {\n                  \"active\": true,\n                  \"country\": \"string\",\n                  \"created\": 0,\n                  \"description\": \"string\",\n                  \"display_name\": \"string\",\n                  \"effective_percentage\": 0.0,\n                  \"flat_amount\": {\n                    \"amount\": 0,\n                    \"currency\": \"string\"\n                  },\n                  \"id\": \"string\",\n                  \"inclusive\": true,\n                  \"jurisdiction\": \"string\",\n                  \"jurisdiction_level\": \"city\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"tax_rate\",\n                  \"percentage\": 0.0,\n                  \"rate_type\": \"flat_amount\",\n                  \"state\": \"string\",\n                  \"tax_type\": \"amusement_tax\"\n                }\n              ]\n            }\n          ],\n          \"metadata\": {},\n          \"on_behalf_of\": \"string\",\n          \"proration_behavior\": \"always_invoice\",\n          \"start_date\": 0,\n          \"transfer_data\": {\n            \"amount_percent\": 0.0,\n            \"destination\": \"string\"\n          },\n          \"trial_end\": 0\n        }\n      ],\n      \"released_at\": 0,\n      \"released_subscription\": \"string\",\n      \"status\": \"active\",\n      \"subscription\": \"string\",\n      \"test_clock\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all schedules"},"post":{"description":"Create a schedule","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_schedule"}}},"description":"{\n  \"application\": \"string\",\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"canceled_at\": 0,\n  \"completed_at\": 0,\n  \"created\": 0,\n  \"current_phase\": {\n    \"end_date\": 0,\n    \"start_date\": 0\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_settings\": {\n    \"application_fee_percent\": 0.0,\n    \"automatic_tax\": {\n      \"disabled_reason\": \"requires_location_inputs\",\n      \"enabled\": true,\n      \"liability\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"billing_cycle_anchor\": \"automatic\",\n    \"billing_thresholds\": {\n      \"amount_gte\": 0,\n      \"reset_billing_cycle_anchor\": true\n    },\n    \"collection_method\": \"charge_automatically\",\n    \"default_payment_method\": \"string\",\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"days_until_due\": 0,\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"on_behalf_of\": \"string\",\n    \"transfer_data\": {\n      \"amount_percent\": 0.0,\n      \"destination\": \"string\"\n    }\n  },\n  \"end_behavior\": \"cancel\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"subscription_schedule\",\n  \"phases\": [\n    {\n      \"add_invoice_items\": [\n        {\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"period\": {\n            \"end\": {\n              \"timestamp\": 0,\n              \"type\": \"min_item_period_end\"\n            },\n            \"start\": {\n              \"timestamp\": 0,\n              \"type\": \"max_item_period_start\"\n            }\n          },\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": \"automatic\",\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"currency\": \"string\",\n      \"default_payment_method\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"discount\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"end_date\": 0,\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"days_until_due\": 0,\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": [\n        {\n          \"billing_thresholds\": {\n            \"usage_gte\": 0\n          },\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"metadata\": {},\n      \"on_behalf_of\": \"string\",\n      \"proration_behavior\": \"always_invoice\",\n      \"start_date\": 0,\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0\n    }\n  ],\n  \"released_at\": 0,\n  \"released_subscription\": \"string\",\n  \"status\": \"active\",\n  \"subscription\": \"string\",\n  \"test_clock\": \"string\"\n}"}},"summary":"Create a schedule"}},"/v1/subscription_schedules/{schedule}":{"get":{"description":"Retrieve a schedule","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"schedule","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_schedule"}}},"description":"{\n  \"application\": \"string\",\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"canceled_at\": 0,\n  \"completed_at\": 0,\n  \"created\": 0,\n  \"current_phase\": {\n    \"end_date\": 0,\n    \"start_date\": 0\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_settings\": {\n    \"application_fee_percent\": 0.0,\n    \"automatic_tax\": {\n      \"disabled_reason\": \"requires_location_inputs\",\n      \"enabled\": true,\n      \"liability\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"billing_cycle_anchor\": \"automatic\",\n    \"billing_thresholds\": {\n      \"amount_gte\": 0,\n      \"reset_billing_cycle_anchor\": true\n    },\n    \"collection_method\": \"charge_automatically\",\n    \"default_payment_method\": \"string\",\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"days_until_due\": 0,\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"on_behalf_of\": \"string\",\n    \"transfer_data\": {\n      \"amount_percent\": 0.0,\n      \"destination\": \"string\"\n    }\n  },\n  \"end_behavior\": \"cancel\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"subscription_schedule\",\n  \"phases\": [\n    {\n      \"add_invoice_items\": [\n        {\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"period\": {\n            \"end\": {\n              \"timestamp\": 0,\n              \"type\": \"min_item_period_end\"\n            },\n            \"start\": {\n              \"timestamp\": 0,\n              \"type\": \"max_item_period_start\"\n            }\n          },\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": \"automatic\",\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"currency\": \"string\",\n      \"default_payment_method\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"discount\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"end_date\": 0,\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"days_until_due\": 0,\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": [\n        {\n          \"billing_thresholds\": {\n            \"usage_gte\": 0\n          },\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"metadata\": {},\n      \"on_behalf_of\": \"string\",\n      \"proration_behavior\": \"always_invoice\",\n      \"start_date\": 0,\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0\n    }\n  ],\n  \"released_at\": 0,\n  \"released_subscription\": \"string\",\n  \"status\": \"active\",\n  \"subscription\": \"string\",\n  \"test_clock\": \"string\"\n}"}},"summary":"Retrieve a schedule"},"post":{"description":"Update a schedule","parameters":[{"in":"path","name":"schedule","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_schedule"}}},"description":"{\n  \"application\": \"string\",\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"canceled_at\": 0,\n  \"completed_at\": 0,\n  \"created\": 0,\n  \"current_phase\": {\n    \"end_date\": 0,\n    \"start_date\": 0\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_settings\": {\n    \"application_fee_percent\": 0.0,\n    \"automatic_tax\": {\n      \"disabled_reason\": \"requires_location_inputs\",\n      \"enabled\": true,\n      \"liability\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"billing_cycle_anchor\": \"automatic\",\n    \"billing_thresholds\": {\n      \"amount_gte\": 0,\n      \"reset_billing_cycle_anchor\": true\n    },\n    \"collection_method\": \"charge_automatically\",\n    \"default_payment_method\": \"string\",\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"days_until_due\": 0,\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"on_behalf_of\": \"string\",\n    \"transfer_data\": {\n      \"amount_percent\": 0.0,\n      \"destination\": \"string\"\n    }\n  },\n  \"end_behavior\": \"cancel\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"subscription_schedule\",\n  \"phases\": [\n    {\n      \"add_invoice_items\": [\n        {\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"period\": {\n            \"end\": {\n              \"timestamp\": 0,\n              \"type\": \"min_item_period_end\"\n            },\n            \"start\": {\n              \"timestamp\": 0,\n              \"type\": \"max_item_period_start\"\n            }\n          },\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": \"automatic\",\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"currency\": \"string\",\n      \"default_payment_method\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"discount\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"end_date\": 0,\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"days_until_due\": 0,\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": [\n        {\n          \"billing_thresholds\": {\n            \"usage_gte\": 0\n          },\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"metadata\": {},\n      \"on_behalf_of\": \"string\",\n      \"proration_behavior\": \"always_invoice\",\n      \"start_date\": 0,\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0\n    }\n  ],\n  \"released_at\": 0,\n  \"released_subscription\": \"string\",\n  \"status\": \"active\",\n  \"subscription\": \"string\",\n  \"test_clock\": \"string\"\n}"}},"summary":"Update a schedule"}},"/v1/subscription_schedules/{schedule}/cancel":{"post":{"description":"Cancel a schedule","parameters":[{"in":"path","name":"schedule","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_schedule"}}},"description":"{\n  \"application\": \"string\",\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"canceled_at\": 0,\n  \"completed_at\": 0,\n  \"created\": 0,\n  \"current_phase\": {\n    \"end_date\": 0,\n    \"start_date\": 0\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_settings\": {\n    \"application_fee_percent\": 0.0,\n    \"automatic_tax\": {\n      \"disabled_reason\": \"requires_location_inputs\",\n      \"enabled\": true,\n      \"liability\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"billing_cycle_anchor\": \"automatic\",\n    \"billing_thresholds\": {\n      \"amount_gte\": 0,\n      \"reset_billing_cycle_anchor\": true\n    },\n    \"collection_method\": \"charge_automatically\",\n    \"default_payment_method\": \"string\",\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"days_until_due\": 0,\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"on_behalf_of\": \"string\",\n    \"transfer_data\": {\n      \"amount_percent\": 0.0,\n      \"destination\": \"string\"\n    }\n  },\n  \"end_behavior\": \"cancel\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"subscription_schedule\",\n  \"phases\": [\n    {\n      \"add_invoice_items\": [\n        {\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"period\": {\n            \"end\": {\n              \"timestamp\": 0,\n              \"type\": \"min_item_period_end\"\n            },\n            \"start\": {\n              \"timestamp\": 0,\n              \"type\": \"max_item_period_start\"\n            }\n          },\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": \"automatic\",\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"currency\": \"string\",\n      \"default_payment_method\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"discount\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"end_date\": 0,\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"days_until_due\": 0,\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": [\n        {\n          \"billing_thresholds\": {\n            \"usage_gte\": 0\n          },\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"metadata\": {},\n      \"on_behalf_of\": \"string\",\n      \"proration_behavior\": \"always_invoice\",\n      \"start_date\": 0,\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0\n    }\n  ],\n  \"released_at\": 0,\n  \"released_subscription\": \"string\",\n  \"status\": \"active\",\n  \"subscription\": \"string\",\n  \"test_clock\": \"string\"\n}"}},"summary":"Cancel a schedule"}},"/v1/subscription_schedules/{schedule}/release":{"post":{"description":"Release a schedule","parameters":[{"in":"path","name":"schedule","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription_schedule"}}},"description":"{\n  \"application\": \"string\",\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"canceled_at\": 0,\n  \"completed_at\": 0,\n  \"created\": 0,\n  \"current_phase\": {\n    \"end_date\": 0,\n    \"start_date\": 0\n  },\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"default_settings\": {\n    \"application_fee_percent\": 0.0,\n    \"automatic_tax\": {\n      \"disabled_reason\": \"requires_location_inputs\",\n      \"enabled\": true,\n      \"liability\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"billing_cycle_anchor\": \"automatic\",\n    \"billing_thresholds\": {\n      \"amount_gte\": 0,\n      \"reset_billing_cycle_anchor\": true\n    },\n    \"collection_method\": \"charge_automatically\",\n    \"default_payment_method\": \"string\",\n    \"description\": \"string\",\n    \"invoice_settings\": {\n      \"account_tax_ids\": [\n        \"string\"\n      ],\n      \"days_until_due\": 0,\n      \"issuer\": {\n        \"account\": \"string\",\n        \"type\": \"account\"\n      }\n    },\n    \"on_behalf_of\": \"string\",\n    \"transfer_data\": {\n      \"amount_percent\": 0.0,\n      \"destination\": \"string\"\n    }\n  },\n  \"end_behavior\": \"cancel\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"subscription_schedule\",\n  \"phases\": [\n    {\n      \"add_invoice_items\": [\n        {\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"period\": {\n            \"end\": {\n              \"timestamp\": 0,\n              \"type\": \"min_item_period_end\"\n            },\n            \"start\": {\n              \"timestamp\": 0,\n              \"type\": \"max_item_period_start\"\n            }\n          },\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": \"automatic\",\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"currency\": \"string\",\n      \"default_payment_method\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        {\n          \"coupon\": \"string\",\n          \"discount\": \"string\",\n          \"promotion_code\": \"string\"\n        }\n      ],\n      \"end_date\": 0,\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"days_until_due\": 0,\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": [\n        {\n          \"billing_thresholds\": {\n            \"usage_gte\": 0\n          },\n          \"discounts\": [\n            {\n              \"coupon\": \"string\",\n              \"discount\": \"string\",\n              \"promotion_code\": \"string\"\n            }\n          ],\n          \"metadata\": {},\n          \"price\": \"string\",\n          \"quantity\": 0,\n          \"tax_rates\": [\n            {\n              \"active\": true,\n              \"country\": \"string\",\n              \"created\": 0,\n              \"description\": \"string\",\n              \"display_name\": \"string\",\n              \"effective_percentage\": 0.0,\n              \"flat_amount\": {\n                \"amount\": 0,\n                \"currency\": \"string\"\n              },\n              \"id\": \"string\",\n              \"inclusive\": true,\n              \"jurisdiction\": \"string\",\n              \"jurisdiction_level\": \"city\",\n              \"livemode\": true,\n              \"metadata\": {},\n              \"object\": \"tax_rate\",\n              \"percentage\": 0.0,\n              \"rate_type\": \"flat_amount\",\n              \"state\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            }\n          ]\n        }\n      ],\n      \"metadata\": {},\n      \"on_behalf_of\": \"string\",\n      \"proration_behavior\": \"always_invoice\",\n      \"start_date\": 0,\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0\n    }\n  ],\n  \"released_at\": 0,\n  \"released_subscription\": \"string\",\n  \"status\": \"active\",\n  \"subscription\": \"string\",\n  \"test_clock\": \"string\"\n}"}},"summary":"Release a schedule"}},"/v1/subscriptions":{"get":{"description":"List subscriptions","parameters":[{"description":"Filter subscriptions by their automatic tax settings.","in":"query","name":"automatic_tax","schema":{"type":"object"},"style":"form"},{"description":"The collection method of the subscriptions to retrieve. Either `charge_automatically` or `send_invoice`.","in":"query","name":"collection_method","schema":{"type":"string"},"style":"form"},{"description":"Only return subscriptions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return subscriptions whose minimum item current_period_end falls within the given date interval.","in":"query","name":"current_period_end","schema":{"type":"string"},"style":"form"},{"description":"Only return subscriptions whose maximum item current_period_start falls within the given date interval.","in":"query","name":"current_period_start","schema":{"type":"string"},"style":"form"},{"description":"The ID of the customer whose subscriptions you're retrieving.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"The ID of the account representing the customer whose subscriptions you're retrieving.","in":"query","name":"customer_account","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Filter for subscriptions that contain this recurring price ID.","in":"query","name":"price","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"The status of the subscriptions to retrieve. Passing in a value of `canceled` will return all canceled subscriptions, including those belonging to deleted customers. Pass `ended` to find subscriptions that are canceled and subscriptions that are expired due to [incomplete payment](https://docs.stripe.com/billing/subscriptions/overview#subscription-statuses). Passing in a value of `all` will return subscriptions of all statuses. If no value is supplied, all subscriptions that have not been canceled are returned.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"Filter for subscriptions that are associated with the specified test clock. The response will not include subscriptions with test clocks if this and the customer parameter is not set.","in":"query","name":"test_clock","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"application\": \"string\",\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": 0,\n      \"billing_cycle_anchor_config\": {\n        \"day_of_month\": 0,\n        \"hour\": 0,\n        \"minute\": 0,\n        \"month\": 0,\n        \"second\": 0\n      },\n      \"billing_mode\": {\n        \"flexible\": {\n          \"proration_discounts\": \"included\"\n        },\n        \"type\": \"classic\",\n        \"updated_at\": 0\n      },\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"cancel_at\": 0,\n      \"cancel_at_period_end\": true,\n      \"canceled_at\": 0,\n      \"cancellation_details\": {\n        \"comment\": \"string\",\n        \"feedback\": \"customer_service\",\n        \"reason\": \"cancellation_requested\"\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"days_until_due\": 0,\n      \"default_payment_method\": \"string\",\n      \"default_source\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        \"string\"\n      ],\n      \"ended_at\": 0,\n      \"id\": \"string\",\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"billing_thresholds\": {\n              \"usage_gte\": 0\n            },\n            \"created\": 0,\n            \"current_period_end\": 0,\n            \"current_period_start\": 0,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"subscription_item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"latest_invoice\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_pending_invoice_item_invoice\": 0,\n      \"object\": \"subscription\",\n      \"on_behalf_of\": \"string\",\n      \"pause_collection\": {\n        \"behavior\": \"keep_as_draft\",\n        \"resumes_at\": 0\n      },\n      \"payment_settings\": {\n        \"payment_method_options\": {\n          \"acss_debit\": {\n            \"mandate_options\": {\n              \"transaction_type\": \"business\"\n            },\n            \"verification_method\": \"automatic\"\n          },\n          \"bancontact\": {\n            \"preferred_language\": \"de\"\n          },\n          \"card\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"description\": \"string\"\n            },\n            \"network\": \"amex\",\n            \"request_three_d_secure\": \"any\"\n          },\n          \"customer_balance\": {\n            \"bank_transfer\": {\n              \"eu_bank_transfer\": {\n                \"country\": \"BE\"\n              },\n              \"type\": \"string\"\n            },\n            \"funding_type\": \"bank_transfer\"\n          },\n          \"konbini\": {},\n          \"payto\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"purpose\": \"dependant_support\"\n            }\n          },\n          \"sepa_debit\": {},\n          \"us_bank_account\": {\n            \"financial_connections\": {\n              \"filters\": {\n                \"account_subcategories\": [\n                  \"checking\"\n                ]\n              },\n              \"permissions\": [\n                \"balances\"\n              ],\n              \"prefetch\": [\n                \"balances\"\n              ]\n            },\n            \"verification_method\": \"automatic\"\n          }\n        },\n        \"payment_method_types\": [\n          \"ach_credit_transfer\"\n        ],\n        \"save_default_payment_method\": \"off\"\n      },\n      \"pending_invoice_item_interval\": {\n        \"interval\": \"day\",\n        \"interval_count\": 0\n      },\n      \"pending_setup_intent\": \"string\",\n      \"pending_update\": {\n        \"billing_cycle_anchor\": 0,\n        \"expires_at\": 0,\n        \"subscription_items\": [\n          {\n            \"billing_thresholds\": {\n              \"usage_gte\": 0\n            },\n            \"created\": 0,\n            \"current_period_end\": 0,\n            \"current_period_start\": 0,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"subscription_item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ]\n          }\n        ],\n        \"trial_end\": 0,\n        \"trial_from_plan\": true\n      },\n      \"schedule\": \"string\",\n      \"start_date\": 0,\n      \"status\": \"active\",\n      \"test_clock\": \"string\",\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0,\n      \"trial_settings\": {\n        \"end_behavior\": {\n          \"missing_payment_method\": \"cancel\"\n        }\n      },\n      \"trial_start\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List subscriptions"},"post":{"description":"Create a subscription","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Create a subscription"}},"/v1/subscriptions/search":{"get":{"description":"Search subscriptions","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.","in":"query","name":"page","schema":{"type":"string"},"style":"form"},{"description":"The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for subscriptions](https://docs.stripe.com/search#query-fields-for-subscriptions).","in":"query","name":"query","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"application\": \"string\",\n      \"application_fee_percent\": 0.0,\n      \"automatic_tax\": {\n        \"disabled_reason\": \"requires_location_inputs\",\n        \"enabled\": true,\n        \"liability\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"billing_cycle_anchor\": 0,\n      \"billing_cycle_anchor_config\": {\n        \"day_of_month\": 0,\n        \"hour\": 0,\n        \"minute\": 0,\n        \"month\": 0,\n        \"second\": 0\n      },\n      \"billing_mode\": {\n        \"flexible\": {\n          \"proration_discounts\": \"included\"\n        },\n        \"type\": \"classic\",\n        \"updated_at\": 0\n      },\n      \"billing_thresholds\": {\n        \"amount_gte\": 0,\n        \"reset_billing_cycle_anchor\": true\n      },\n      \"cancel_at\": 0,\n      \"cancel_at_period_end\": true,\n      \"canceled_at\": 0,\n      \"cancellation_details\": {\n        \"comment\": \"string\",\n        \"feedback\": \"customer_service\",\n        \"reason\": \"cancellation_requested\"\n      },\n      \"collection_method\": \"charge_automatically\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"days_until_due\": 0,\n      \"default_payment_method\": \"string\",\n      \"default_source\": \"string\",\n      \"default_tax_rates\": [\n        {\n          \"active\": true,\n          \"country\": \"string\",\n          \"created\": 0,\n          \"description\": \"string\",\n          \"display_name\": \"string\",\n          \"effective_percentage\": 0.0,\n          \"flat_amount\": {\n            \"amount\": 0,\n            \"currency\": \"string\"\n          },\n          \"id\": \"string\",\n          \"inclusive\": true,\n          \"jurisdiction\": \"string\",\n          \"jurisdiction_level\": \"city\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"tax_rate\",\n          \"percentage\": 0.0,\n          \"rate_type\": \"flat_amount\",\n          \"state\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        }\n      ],\n      \"description\": \"string\",\n      \"discounts\": [\n        \"string\"\n      ],\n      \"ended_at\": 0,\n      \"id\": \"string\",\n      \"invoice_settings\": {\n        \"account_tax_ids\": [\n          \"string\"\n        ],\n        \"issuer\": {\n          \"account\": \"string\",\n          \"type\": \"account\"\n        }\n      },\n      \"items\": {\n        \"data\": [\n          {\n            \"billing_thresholds\": {\n              \"usage_gte\": 0\n            },\n            \"created\": 0,\n            \"current_period_end\": 0,\n            \"current_period_start\": 0,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"subscription_item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ]\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"latest_invoice\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"next_pending_invoice_item_invoice\": 0,\n      \"object\": \"subscription\",\n      \"on_behalf_of\": \"string\",\n      \"pause_collection\": {\n        \"behavior\": \"keep_as_draft\",\n        \"resumes_at\": 0\n      },\n      \"payment_settings\": {\n        \"payment_method_options\": {\n          \"acss_debit\": {\n            \"mandate_options\": {\n              \"transaction_type\": \"business\"\n            },\n            \"verification_method\": \"automatic\"\n          },\n          \"bancontact\": {\n            \"preferred_language\": \"de\"\n          },\n          \"card\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"description\": \"string\"\n            },\n            \"network\": \"amex\",\n            \"request_three_d_secure\": \"any\"\n          },\n          \"customer_balance\": {\n            \"bank_transfer\": {\n              \"eu_bank_transfer\": {\n                \"country\": \"BE\"\n              },\n              \"type\": \"string\"\n            },\n            \"funding_type\": \"bank_transfer\"\n          },\n          \"konbini\": {},\n          \"payto\": {\n            \"mandate_options\": {\n              \"amount\": 0,\n              \"amount_type\": \"fixed\",\n              \"purpose\": \"dependant_support\"\n            }\n          },\n          \"sepa_debit\": {},\n          \"us_bank_account\": {\n            \"financial_connections\": {\n              \"filters\": {\n                \"account_subcategories\": [\n                  \"checking\"\n                ]\n              },\n              \"permissions\": [\n                \"balances\"\n              ],\n              \"prefetch\": [\n                \"balances\"\n              ]\n            },\n            \"verification_method\": \"automatic\"\n          }\n        },\n        \"payment_method_types\": [\n          \"ach_credit_transfer\"\n        ],\n        \"save_default_payment_method\": \"off\"\n      },\n      \"pending_invoice_item_interval\": {\n        \"interval\": \"day\",\n        \"interval_count\": 0\n      },\n      \"pending_setup_intent\": \"string\",\n      \"pending_update\": {\n        \"billing_cycle_anchor\": 0,\n        \"expires_at\": 0,\n        \"subscription_items\": [\n          {\n            \"billing_thresholds\": {\n              \"usage_gte\": 0\n            },\n            \"created\": 0,\n            \"current_period_end\": 0,\n            \"current_period_start\": 0,\n            \"discounts\": [\n              \"string\"\n            ],\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"subscription_item\",\n            \"price\": {\n              \"active\": true,\n              \"billing_scheme\": \"per_unit\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"currency_options\": {},\n              \"custom_unit_amount\": {\n                \"maximum\": 0,\n                \"minimum\": 0,\n                \"preset\": 0\n              },\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"lookup_key\": \"string\",\n              \"metadata\": {},\n              \"nickname\": \"string\",\n              \"object\": \"price\",\n              \"product\": \"string\",\n              \"recurring\": {\n                \"interval\": \"day\",\n                \"interval_count\": 0,\n                \"meter\": \"string\",\n                \"usage_type\": \"licensed\"\n              },\n              \"tax_behavior\": \"exclusive\",\n              \"tiers\": [\n                {\n                  \"flat_amount\": 0,\n                  \"flat_amount_decimal\": \"string\",\n                  \"unit_amount\": 0,\n                  \"unit_amount_decimal\": \"string\",\n                  \"up_to\": 0\n                }\n              ],\n              \"tiers_mode\": \"graduated\",\n              \"transform_quantity\": {\n                \"divide_by\": 0,\n                \"round\": \"down\"\n              },\n              \"type\": \"one_time\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\"\n            },\n            \"quantity\": 0,\n            \"subscription\": \"string\",\n            \"tax_rates\": [\n              {\n                \"active\": true,\n                \"country\": \"string\",\n                \"created\": 0,\n                \"description\": \"string\",\n                \"display_name\": \"string\",\n                \"effective_percentage\": 0.0,\n                \"flat_amount\": {\n                  \"amount\": 0,\n                  \"currency\": \"string\"\n                },\n                \"id\": \"string\",\n                \"inclusive\": true,\n                \"jurisdiction\": \"string\",\n                \"jurisdiction_level\": \"city\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"tax_rate\",\n                \"percentage\": 0.0,\n                \"rate_type\": \"flat_amount\",\n                \"state\": \"string\",\n                \"tax_type\": \"amusement_tax\"\n              }\n            ]\n          }\n        ],\n        \"trial_end\": 0,\n        \"trial_from_plan\": true\n      },\n      \"schedule\": \"string\",\n      \"start_date\": 0,\n      \"status\": \"active\",\n      \"test_clock\": \"string\",\n      \"transfer_data\": {\n        \"amount_percent\": 0.0,\n        \"destination\": \"string\"\n      },\n      \"trial_end\": 0,\n      \"trial_settings\": {\n        \"end_behavior\": {\n          \"missing_payment_method\": \"cancel\"\n        }\n      },\n      \"trial_start\": 0\n    }\n  ],\n  \"has_more\": true,\n  \"next_page\": \"string\",\n  \"object\": \"search_result\",\n  \"total_count\": 0,\n  \"url\": \"string\"\n}"}},"summary":"Search subscriptions"}},"/v1/subscriptions/{subscription_exposed_id}":{"delete":{"description":"Cancel a subscription","parameters":[{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Cancel a subscription"},"get":{"description":"Retrieve a subscription","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Retrieve a subscription"},"post":{"description":"Update a subscription","parameters":[{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Update a subscription"}},"/v1/subscriptions/{subscription_exposed_id}/discount":{"delete":{"description":"Delete a subscription discount","parameters":[{"in":"path","name":"subscription_exposed_id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_discount"}}},"description":"{\n  \"checkout_session\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"invoice\": \"string\",\n  \"invoice_item\": \"string\",\n  \"object\": \"discount\",\n  \"promotion_code\": \"string\",\n  \"source\": {\n    \"coupon\": \"string\",\n    \"type\": \"coupon\"\n  },\n  \"start\": 0,\n  \"subscription\": \"string\",\n  \"subscription_item\": \"string\"\n}"}},"summary":"Delete a subscription discount"}},"/v1/subscriptions/{subscription}/migrate":{"post":{"description":"Migrate a subscription","parameters":[{"in":"path","name":"subscription","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Migrate a subscription"}},"/v1/subscriptions/{subscription}/resume":{"post":{"description":"Resume a subscription","parameters":[{"in":"path","name":"subscription","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subscription"}}},"description":"{\n  \"application\": \"string\",\n  \"application_fee_percent\": 0.0,\n  \"automatic_tax\": {\n    \"disabled_reason\": \"requires_location_inputs\",\n    \"enabled\": true,\n    \"liability\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"billing_cycle_anchor\": 0,\n  \"billing_cycle_anchor_config\": {\n    \"day_of_month\": 0,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"month\": 0,\n    \"second\": 0\n  },\n  \"billing_mode\": {\n    \"flexible\": {\n      \"proration_discounts\": \"included\"\n    },\n    \"type\": \"classic\",\n    \"updated_at\": 0\n  },\n  \"billing_thresholds\": {\n    \"amount_gte\": 0,\n    \"reset_billing_cycle_anchor\": true\n  },\n  \"cancel_at\": 0,\n  \"cancel_at_period_end\": true,\n  \"canceled_at\": 0,\n  \"cancellation_details\": {\n    \"comment\": \"string\",\n    \"feedback\": \"customer_service\",\n    \"reason\": \"cancellation_requested\"\n  },\n  \"collection_method\": \"charge_automatically\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"days_until_due\": 0,\n  \"default_payment_method\": \"string\",\n  \"default_source\": \"string\",\n  \"default_tax_rates\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"description\": \"string\",\n  \"discounts\": [\n    \"string\"\n  ],\n  \"ended_at\": 0,\n  \"id\": \"string\",\n  \"invoice_settings\": {\n    \"account_tax_ids\": [\n      \"string\"\n    ],\n    \"issuer\": {\n      \"account\": \"string\",\n      \"type\": \"account\"\n    }\n  },\n  \"items\": {\n    \"data\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"latest_invoice\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"next_pending_invoice_item_invoice\": 0,\n  \"object\": \"subscription\",\n  \"on_behalf_of\": \"string\",\n  \"pause_collection\": {\n    \"behavior\": \"keep_as_draft\",\n    \"resumes_at\": 0\n  },\n  \"payment_settings\": {\n    \"payment_method_options\": {\n      \"acss_debit\": {\n        \"mandate_options\": {\n          \"transaction_type\": \"business\"\n        },\n        \"verification_method\": \"automatic\"\n      },\n      \"bancontact\": {\n        \"preferred_language\": \"de\"\n      },\n      \"card\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"description\": \"string\"\n        },\n        \"network\": \"amex\",\n        \"request_three_d_secure\": \"any\"\n      },\n      \"customer_balance\": {\n        \"bank_transfer\": {\n          \"eu_bank_transfer\": {\n            \"country\": \"BE\"\n          },\n          \"type\": \"string\"\n        },\n        \"funding_type\": \"bank_transfer\"\n      },\n      \"konbini\": {},\n      \"payto\": {\n        \"mandate_options\": {\n          \"amount\": 0,\n          \"amount_type\": \"fixed\",\n          \"purpose\": \"dependant_support\"\n        }\n      },\n      \"sepa_debit\": {},\n      \"us_bank_account\": {\n        \"financial_connections\": {\n          \"filters\": {\n            \"account_subcategories\": [\n              \"checking\"\n            ]\n          },\n          \"permissions\": [\n            \"balances\"\n          ],\n          \"prefetch\": [\n            \"balances\"\n          ]\n        },\n        \"verification_method\": \"automatic\"\n      }\n    },\n    \"payment_method_types\": [\n      \"ach_credit_transfer\"\n    ],\n    \"save_default_payment_method\": \"off\"\n  },\n  \"pending_invoice_item_interval\": {\n    \"interval\": \"day\",\n    \"interval_count\": 0\n  },\n  \"pending_setup_intent\": \"string\",\n  \"pending_update\": {\n    \"billing_cycle_anchor\": 0,\n    \"expires_at\": 0,\n    \"subscription_items\": [\n      {\n        \"billing_thresholds\": {\n          \"usage_gte\": 0\n        },\n        \"created\": 0,\n        \"current_period_end\": 0,\n        \"current_period_start\": 0,\n        \"discounts\": [\n          \"string\"\n        ],\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"subscription_item\",\n        \"price\": {\n          \"active\": true,\n          \"billing_scheme\": \"per_unit\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"currency_options\": {},\n          \"custom_unit_amount\": {\n            \"maximum\": 0,\n            \"minimum\": 0,\n            \"preset\": 0\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"lookup_key\": \"string\",\n          \"metadata\": {},\n          \"nickname\": \"string\",\n          \"object\": \"price\",\n          \"product\": \"string\",\n          \"recurring\": {\n            \"interval\": \"day\",\n            \"interval_count\": 0,\n            \"meter\": \"string\",\n            \"usage_type\": \"licensed\"\n          },\n          \"tax_behavior\": \"exclusive\",\n          \"tiers\": [\n            {\n              \"flat_amount\": 0,\n              \"flat_amount_decimal\": \"string\",\n              \"unit_amount\": 0,\n              \"unit_amount_decimal\": \"string\",\n              \"up_to\": 0\n            }\n          ],\n          \"tiers_mode\": \"graduated\",\n          \"transform_quantity\": {\n            \"divide_by\": 0,\n            \"round\": \"down\"\n          },\n          \"type\": \"one_time\",\n          \"unit_amount\": 0,\n          \"unit_amount_decimal\": \"string\"\n        },\n        \"quantity\": 0,\n        \"subscription\": \"string\",\n        \"tax_rates\": [\n          {\n            \"active\": true,\n            \"country\": \"string\",\n            \"created\": 0,\n            \"description\": \"string\",\n            \"display_name\": \"string\",\n            \"effective_percentage\": 0.0,\n            \"flat_amount\": {\n              \"amount\": 0,\n              \"currency\": \"string\"\n            },\n            \"id\": \"string\",\n            \"inclusive\": true,\n            \"jurisdiction\": \"string\",\n            \"jurisdiction_level\": \"city\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"tax_rate\",\n            \"percentage\": 0.0,\n            \"rate_type\": \"flat_amount\",\n            \"state\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          }\n        ]\n      }\n    ],\n    \"trial_end\": 0,\n    \"trial_from_plan\": true\n  },\n  \"schedule\": \"string\",\n  \"start_date\": 0,\n  \"status\": \"active\",\n  \"test_clock\": \"string\",\n  \"transfer_data\": {\n    \"amount_percent\": 0.0,\n    \"destination\": \"string\"\n  },\n  \"trial_end\": 0,\n  \"trial_settings\": {\n    \"end_behavior\": {\n      \"missing_payment_method\": \"cancel\"\n    }\n  },\n  \"trial_start\": 0\n}"}},"summary":"Resume a subscription"}},"/v1/tax/associations/find":{"get":{"description":"Find a Tax Association","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Valid [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) id","in":"query","name":"payment_intent","required":true,"schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.association"}}},"description":"{\n  \"calculation\": \"string\",\n  \"id\": \"string\",\n  \"object\": \"tax.association\",\n  \"payment_intent\": \"string\",\n  \"tax_transaction_attempts\": [\n    {\n      \"committed\": {\n        \"transaction\": \"string\"\n      },\n      \"errored\": {\n        \"reason\": \"another_payment_associated_with_calculation\"\n      },\n      \"source\": \"string\",\n      \"status\": \"string\"\n    }\n  ]\n}"}},"summary":"Find a Tax Association"}},"/v1/tax/calculations":{"post":{"description":"Create a Tax Calculation","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.calculation"}}},"description":"{\n  \"amount_total\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_source\": \"billing\",\n    \"ip_address\": \"string\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ],\n    \"taxability_override\": \"customer_exempt\"\n  },\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"amount_tax\": 0,\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"tax.calculation_line_item\",\n        \"product\": \"string\",\n        \"quantity\": 0,\n        \"reference\": \"string\",\n        \"tax_behavior\": \"exclusive\",\n        \"tax_breakdown\": [\n          {\n            \"amount\": 0,\n            \"jurisdiction\": {\n              \"country\": \"string\",\n              \"display_name\": \"string\",\n              \"level\": \"city\",\n              \"state\": \"string\"\n            },\n            \"sourcing\": \"destination\",\n            \"tax_rate_details\": {\n              \"display_name\": \"string\",\n              \"percentage_decimal\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ],\n        \"tax_code\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"object\": \"tax.calculation\",\n  \"ship_from_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"shipping_cost\": {\n    \"amount\": 0,\n    \"amount_tax\": 0,\n    \"shipping_rate\": \"string\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_breakdown\": [\n      {\n        \"amount\": 0,\n        \"jurisdiction\": {\n          \"country\": \"string\",\n          \"display_name\": \"string\",\n          \"level\": \"city\",\n          \"state\": \"string\"\n        },\n        \"sourcing\": \"destination\",\n        \"tax_rate_details\": {\n          \"display_name\": \"string\",\n          \"percentage_decimal\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ],\n    \"tax_code\": \"string\"\n  },\n  \"tax_amount_exclusive\": 0,\n  \"tax_amount_inclusive\": 0,\n  \"tax_breakdown\": [\n    {\n      \"amount\": 0,\n      \"inclusive\": true,\n      \"tax_rate_details\": {\n        \"country\": \"string\",\n        \"flat_amount\": {\n          \"amount\": 0,\n          \"currency\": \"string\"\n        },\n        \"percentage_decimal\": \"string\",\n        \"rate_type\": \"flat_amount\",\n        \"state\": \"string\",\n        \"tax_type\": \"amusement_tax\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0\n    }\n  ],\n  \"tax_date\": 0\n}"}},"summary":"Create a Tax Calculation"}},"/v1/tax/calculations/{calculation}":{"get":{"description":"Retrieve a Tax Calculation","parameters":[{"in":"path","name":"calculation","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.calculation"}}},"description":"{\n  \"amount_total\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_source\": \"billing\",\n    \"ip_address\": \"string\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ],\n    \"taxability_override\": \"customer_exempt\"\n  },\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"amount_tax\": 0,\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"tax.calculation_line_item\",\n        \"product\": \"string\",\n        \"quantity\": 0,\n        \"reference\": \"string\",\n        \"tax_behavior\": \"exclusive\",\n        \"tax_breakdown\": [\n          {\n            \"amount\": 0,\n            \"jurisdiction\": {\n              \"country\": \"string\",\n              \"display_name\": \"string\",\n              \"level\": \"city\",\n              \"state\": \"string\"\n            },\n            \"sourcing\": \"destination\",\n            \"tax_rate_details\": {\n              \"display_name\": \"string\",\n              \"percentage_decimal\": \"string\",\n              \"tax_type\": \"amusement_tax\"\n            },\n            \"taxability_reason\": \"customer_exempt\",\n            \"taxable_amount\": 0\n          }\n        ],\n        \"tax_code\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"object\": \"tax.calculation\",\n  \"ship_from_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"shipping_cost\": {\n    \"amount\": 0,\n    \"amount_tax\": 0,\n    \"shipping_rate\": \"string\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_breakdown\": [\n      {\n        \"amount\": 0,\n        \"jurisdiction\": {\n          \"country\": \"string\",\n          \"display_name\": \"string\",\n          \"level\": \"city\",\n          \"state\": \"string\"\n        },\n        \"sourcing\": \"destination\",\n        \"tax_rate_details\": {\n          \"display_name\": \"string\",\n          \"percentage_decimal\": \"string\",\n          \"tax_type\": \"amusement_tax\"\n        },\n        \"taxability_reason\": \"customer_exempt\",\n        \"taxable_amount\": 0\n      }\n    ],\n    \"tax_code\": \"string\"\n  },\n  \"tax_amount_exclusive\": 0,\n  \"tax_amount_inclusive\": 0,\n  \"tax_breakdown\": [\n    {\n      \"amount\": 0,\n      \"inclusive\": true,\n      \"tax_rate_details\": {\n        \"country\": \"string\",\n        \"flat_amount\": {\n          \"amount\": 0,\n          \"currency\": \"string\"\n        },\n        \"percentage_decimal\": \"string\",\n        \"rate_type\": \"flat_amount\",\n        \"state\": \"string\",\n        \"tax_type\": \"amusement_tax\"\n      },\n      \"taxability_reason\": \"customer_exempt\",\n      \"taxable_amount\": 0\n    }\n  ],\n  \"tax_date\": 0\n}"}},"summary":"Retrieve a Tax Calculation"}},"/v1/tax/calculations/{calculation}/line_items":{"get":{"description":"Retrieve a calculation's line items","parameters":[{"in":"path","name":"calculation","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_tax\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax.calculation_line_item\",\n      \"product\": \"string\",\n      \"quantity\": 0,\n      \"reference\": \"string\",\n      \"tax_behavior\": \"exclusive\",\n      \"tax_breakdown\": [\n        {\n          \"amount\": 0,\n          \"jurisdiction\": {\n            \"country\": \"string\",\n            \"display_name\": \"string\",\n            \"level\": \"city\",\n            \"state\": \"string\"\n          },\n          \"sourcing\": \"destination\",\n          \"tax_rate_details\": {\n            \"display_name\": \"string\",\n            \"percentage_decimal\": \"string\",\n            \"tax_type\": \"amusement_tax\"\n          },\n          \"taxability_reason\": \"customer_exempt\",\n          \"taxable_amount\": 0\n        }\n      ],\n      \"tax_code\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a calculation's line items"}},"/v1/tax/registrations":{"get":{"description":"List registrations","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"The status of the Tax Registration.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active_from\": 0,\n      \"country\": \"string\",\n      \"country_options\": {\n        \"ae\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"al\": {\n          \"type\": \"standard\"\n        },\n        \"am\": {\n          \"type\": \"simplified\"\n        },\n        \"ao\": {\n          \"type\": \"standard\"\n        },\n        \"at\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"au\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"aw\": {\n          \"type\": \"standard\"\n        },\n        \"az\": {\n          \"type\": \"simplified\"\n        },\n        \"ba\": {\n          \"type\": \"standard\"\n        },\n        \"bb\": {\n          \"type\": \"standard\"\n        },\n        \"bd\": {\n          \"type\": \"standard\"\n        },\n        \"be\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"bf\": {\n          \"type\": \"standard\"\n        },\n        \"bg\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"bh\": {\n          \"type\": \"standard\"\n        },\n        \"bj\": {\n          \"type\": \"simplified\"\n        },\n        \"bs\": {\n          \"type\": \"standard\"\n        },\n        \"by\": {\n          \"type\": \"simplified\"\n        },\n        \"ca\": {\n          \"province_standard\": {\n            \"province\": \"string\"\n          },\n          \"type\": \"province_standard\"\n        },\n        \"cd\": {\n          \"type\": \"standard\"\n        },\n        \"ch\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"cl\": {\n          \"type\": \"simplified\"\n        },\n        \"cm\": {\n          \"type\": \"simplified\"\n        },\n        \"co\": {\n          \"type\": \"simplified\"\n        },\n        \"cr\": {\n          \"type\": \"simplified\"\n        },\n        \"cv\": {\n          \"type\": \"simplified\"\n        },\n        \"cy\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"cz\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"de\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"dk\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"ec\": {\n          \"type\": \"simplified\"\n        },\n        \"ee\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"eg\": {\n          \"type\": \"simplified\"\n        },\n        \"es\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"et\": {\n          \"type\": \"standard\"\n        },\n        \"fi\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"fr\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"gb\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"ge\": {\n          \"type\": \"simplified\"\n        },\n        \"gn\": {\n          \"type\": \"standard\"\n        },\n        \"gr\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"hr\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"hu\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"id\": {\n          \"type\": \"simplified\"\n        },\n        \"ie\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"in\": {\n          \"type\": \"simplified\"\n        },\n        \"is\": {\n          \"type\": \"standard\"\n        },\n        \"it\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"jp\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"ke\": {\n          \"type\": \"simplified\"\n        },\n        \"kg\": {\n          \"type\": \"simplified\"\n        },\n        \"kh\": {\n          \"type\": \"simplified\"\n        },\n        \"kr\": {\n          \"type\": \"simplified\"\n        },\n        \"kz\": {\n          \"type\": \"simplified\"\n        },\n        \"la\": {\n          \"type\": \"simplified\"\n        },\n        \"lt\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"lu\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"lv\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"ma\": {\n          \"type\": \"simplified\"\n        },\n        \"md\": {\n          \"type\": \"simplified\"\n        },\n        \"me\": {\n          \"type\": \"standard\"\n        },\n        \"mk\": {\n          \"type\": \"standard\"\n        },\n        \"mr\": {\n          \"type\": \"standard\"\n        },\n        \"mt\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"mx\": {\n          \"type\": \"simplified\"\n        },\n        \"my\": {\n          \"type\": \"simplified\"\n        },\n        \"ng\": {\n          \"type\": \"simplified\"\n        },\n        \"nl\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"no\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"np\": {\n          \"type\": \"simplified\"\n        },\n        \"nz\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"om\": {\n          \"type\": \"standard\"\n        },\n        \"pe\": {\n          \"type\": \"simplified\"\n        },\n        \"ph\": {\n          \"type\": \"simplified\"\n        },\n        \"pl\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"pt\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"ro\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"rs\": {\n          \"type\": \"standard\"\n        },\n        \"ru\": {\n          \"type\": \"simplified\"\n        },\n        \"sa\": {\n          \"type\": \"simplified\"\n        },\n        \"se\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"sg\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"standard\"\n        },\n        \"si\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"sk\": {\n          \"standard\": {\n            \"place_of_supply_scheme\": \"inbound_goods\"\n          },\n          \"type\": \"ioss\"\n        },\n        \"sn\": {\n          \"type\": \"simplified\"\n        },\n        \"sr\": {\n          \"type\": \"standard\"\n        },\n        \"th\": {\n          \"type\": \"simplified\"\n        },\n        \"tj\": {\n          \"type\": \"simplified\"\n        },\n        \"tr\": {\n          \"type\": \"simplified\"\n        },\n        \"tw\": {\n          \"type\": \"simplified\"\n        },\n        \"tz\": {\n          \"type\": \"simplified\"\n        },\n        \"ua\": {\n          \"type\": \"simplified\"\n        },\n        \"ug\": {\n          \"type\": \"simplified\"\n        },\n        \"us\": {\n          \"local_amusement_tax\": {\n            \"jurisdiction\": \"string\"\n          },\n          \"local_lease_tax\": {\n            \"jurisdiction\": \"string\"\n          },\n          \"state\": \"string\",\n          \"state_sales_tax\": {\n            \"elections\": [\n              {\n                \"jurisdiction\": \"string\",\n                \"type\": \"local_use_tax\"\n              }\n            ]\n          },\n          \"type\": \"local_amusement_tax\"\n        },\n        \"uy\": {\n          \"type\": \"standard\"\n        },\n        \"uz\": {\n          \"type\": \"simplified\"\n        },\n        \"vn\": {\n          \"type\": \"simplified\"\n        },\n        \"za\": {\n          \"type\": \"standard\"\n        },\n        \"zm\": {\n          \"type\": \"simplified\"\n        },\n        \"zw\": {\n          \"type\": \"standard\"\n        }\n      },\n      \"created\": 0,\n      \"expires_at\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"tax.registration\",\n      \"status\": \"active\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List registrations"},"post":{"description":"Create a registration","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.registration"}}},"description":"{\n  \"active_from\": 0,\n  \"country\": \"string\",\n  \"country_options\": {\n    \"ae\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"al\": {\n      \"type\": \"standard\"\n    },\n    \"am\": {\n      \"type\": \"simplified\"\n    },\n    \"ao\": {\n      \"type\": \"standard\"\n    },\n    \"at\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"au\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"aw\": {\n      \"type\": \"standard\"\n    },\n    \"az\": {\n      \"type\": \"simplified\"\n    },\n    \"ba\": {\n      \"type\": \"standard\"\n    },\n    \"bb\": {\n      \"type\": \"standard\"\n    },\n    \"bd\": {\n      \"type\": \"standard\"\n    },\n    \"be\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"bf\": {\n      \"type\": \"standard\"\n    },\n    \"bg\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"bh\": {\n      \"type\": \"standard\"\n    },\n    \"bj\": {\n      \"type\": \"simplified\"\n    },\n    \"bs\": {\n      \"type\": \"standard\"\n    },\n    \"by\": {\n      \"type\": \"simplified\"\n    },\n    \"ca\": {\n      \"province_standard\": {\n        \"province\": \"string\"\n      },\n      \"type\": \"province_standard\"\n    },\n    \"cd\": {\n      \"type\": \"standard\"\n    },\n    \"ch\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"cl\": {\n      \"type\": \"simplified\"\n    },\n    \"cm\": {\n      \"type\": \"simplified\"\n    },\n    \"co\": {\n      \"type\": \"simplified\"\n    },\n    \"cr\": {\n      \"type\": \"simplified\"\n    },\n    \"cv\": {\n      \"type\": \"simplified\"\n    },\n    \"cy\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"cz\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"de\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"dk\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ec\": {\n      \"type\": \"simplified\"\n    },\n    \"ee\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"eg\": {\n      \"type\": \"simplified\"\n    },\n    \"es\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"et\": {\n      \"type\": \"standard\"\n    },\n    \"fi\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"fr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"gb\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"ge\": {\n      \"type\": \"simplified\"\n    },\n    \"gn\": {\n      \"type\": \"standard\"\n    },\n    \"gr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"hr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"hu\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"id\": {\n      \"type\": \"simplified\"\n    },\n    \"ie\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"in\": {\n      \"type\": \"simplified\"\n    },\n    \"is\": {\n      \"type\": \"standard\"\n    },\n    \"it\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"jp\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"ke\": {\n      \"type\": \"simplified\"\n    },\n    \"kg\": {\n      \"type\": \"simplified\"\n    },\n    \"kh\": {\n      \"type\": \"simplified\"\n    },\n    \"kr\": {\n      \"type\": \"simplified\"\n    },\n    \"kz\": {\n      \"type\": \"simplified\"\n    },\n    \"la\": {\n      \"type\": \"simplified\"\n    },\n    \"lt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"lu\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"lv\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ma\": {\n      \"type\": \"simplified\"\n    },\n    \"md\": {\n      \"type\": \"simplified\"\n    },\n    \"me\": {\n      \"type\": \"standard\"\n    },\n    \"mk\": {\n      \"type\": \"standard\"\n    },\n    \"mr\": {\n      \"type\": \"standard\"\n    },\n    \"mt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"mx\": {\n      \"type\": \"simplified\"\n    },\n    \"my\": {\n      \"type\": \"simplified\"\n    },\n    \"ng\": {\n      \"type\": \"simplified\"\n    },\n    \"nl\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"no\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"np\": {\n      \"type\": \"simplified\"\n    },\n    \"nz\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"om\": {\n      \"type\": \"standard\"\n    },\n    \"pe\": {\n      \"type\": \"simplified\"\n    },\n    \"ph\": {\n      \"type\": \"simplified\"\n    },\n    \"pl\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"pt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ro\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"rs\": {\n      \"type\": \"standard\"\n    },\n    \"ru\": {\n      \"type\": \"simplified\"\n    },\n    \"sa\": {\n      \"type\": \"simplified\"\n    },\n    \"se\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sg\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"si\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sk\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sn\": {\n      \"type\": \"simplified\"\n    },\n    \"sr\": {\n      \"type\": \"standard\"\n    },\n    \"th\": {\n      \"type\": \"simplified\"\n    },\n    \"tj\": {\n      \"type\": \"simplified\"\n    },\n    \"tr\": {\n      \"type\": \"simplified\"\n    },\n    \"tw\": {\n      \"type\": \"simplified\"\n    },\n    \"tz\": {\n      \"type\": \"simplified\"\n    },\n    \"ua\": {\n      \"type\": \"simplified\"\n    },\n    \"ug\": {\n      \"type\": \"simplified\"\n    },\n    \"us\": {\n      \"local_amusement_tax\": {\n        \"jurisdiction\": \"string\"\n      },\n      \"local_lease_tax\": {\n        \"jurisdiction\": \"string\"\n      },\n      \"state\": \"string\",\n      \"state_sales_tax\": {\n        \"elections\": [\n          {\n            \"jurisdiction\": \"string\",\n            \"type\": \"local_use_tax\"\n          }\n        ]\n      },\n      \"type\": \"local_amusement_tax\"\n    },\n    \"uy\": {\n      \"type\": \"standard\"\n    },\n    \"uz\": {\n      \"type\": \"simplified\"\n    },\n    \"vn\": {\n      \"type\": \"simplified\"\n    },\n    \"za\": {\n      \"type\": \"standard\"\n    },\n    \"zm\": {\n      \"type\": \"simplified\"\n    },\n    \"zw\": {\n      \"type\": \"standard\"\n    }\n  },\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax.registration\",\n  \"status\": \"active\"\n}"}},"summary":"Create a registration"}},"/v1/tax/registrations/{id}":{"get":{"description":"Retrieve a registration","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.registration"}}},"description":"{\n  \"active_from\": 0,\n  \"country\": \"string\",\n  \"country_options\": {\n    \"ae\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"al\": {\n      \"type\": \"standard\"\n    },\n    \"am\": {\n      \"type\": \"simplified\"\n    },\n    \"ao\": {\n      \"type\": \"standard\"\n    },\n    \"at\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"au\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"aw\": {\n      \"type\": \"standard\"\n    },\n    \"az\": {\n      \"type\": \"simplified\"\n    },\n    \"ba\": {\n      \"type\": \"standard\"\n    },\n    \"bb\": {\n      \"type\": \"standard\"\n    },\n    \"bd\": {\n      \"type\": \"standard\"\n    },\n    \"be\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"bf\": {\n      \"type\": \"standard\"\n    },\n    \"bg\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"bh\": {\n      \"type\": \"standard\"\n    },\n    \"bj\": {\n      \"type\": \"simplified\"\n    },\n    \"bs\": {\n      \"type\": \"standard\"\n    },\n    \"by\": {\n      \"type\": \"simplified\"\n    },\n    \"ca\": {\n      \"province_standard\": {\n        \"province\": \"string\"\n      },\n      \"type\": \"province_standard\"\n    },\n    \"cd\": {\n      \"type\": \"standard\"\n    },\n    \"ch\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"cl\": {\n      \"type\": \"simplified\"\n    },\n    \"cm\": {\n      \"type\": \"simplified\"\n    },\n    \"co\": {\n      \"type\": \"simplified\"\n    },\n    \"cr\": {\n      \"type\": \"simplified\"\n    },\n    \"cv\": {\n      \"type\": \"simplified\"\n    },\n    \"cy\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"cz\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"de\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"dk\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ec\": {\n      \"type\": \"simplified\"\n    },\n    \"ee\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"eg\": {\n      \"type\": \"simplified\"\n    },\n    \"es\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"et\": {\n      \"type\": \"standard\"\n    },\n    \"fi\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"fr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"gb\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"ge\": {\n      \"type\": \"simplified\"\n    },\n    \"gn\": {\n      \"type\": \"standard\"\n    },\n    \"gr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"hr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"hu\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"id\": {\n      \"type\": \"simplified\"\n    },\n    \"ie\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"in\": {\n      \"type\": \"simplified\"\n    },\n    \"is\": {\n      \"type\": \"standard\"\n    },\n    \"it\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"jp\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"ke\": {\n      \"type\": \"simplified\"\n    },\n    \"kg\": {\n      \"type\": \"simplified\"\n    },\n    \"kh\": {\n      \"type\": \"simplified\"\n    },\n    \"kr\": {\n      \"type\": \"simplified\"\n    },\n    \"kz\": {\n      \"type\": \"simplified\"\n    },\n    \"la\": {\n      \"type\": \"simplified\"\n    },\n    \"lt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"lu\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"lv\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ma\": {\n      \"type\": \"simplified\"\n    },\n    \"md\": {\n      \"type\": \"simplified\"\n    },\n    \"me\": {\n      \"type\": \"standard\"\n    },\n    \"mk\": {\n      \"type\": \"standard\"\n    },\n    \"mr\": {\n      \"type\": \"standard\"\n    },\n    \"mt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"mx\": {\n      \"type\": \"simplified\"\n    },\n    \"my\": {\n      \"type\": \"simplified\"\n    },\n    \"ng\": {\n      \"type\": \"simplified\"\n    },\n    \"nl\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"no\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"np\": {\n      \"type\": \"simplified\"\n    },\n    \"nz\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"om\": {\n      \"type\": \"standard\"\n    },\n    \"pe\": {\n      \"type\": \"simplified\"\n    },\n    \"ph\": {\n      \"type\": \"simplified\"\n    },\n    \"pl\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"pt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ro\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"rs\": {\n      \"type\": \"standard\"\n    },\n    \"ru\": {\n      \"type\": \"simplified\"\n    },\n    \"sa\": {\n      \"type\": \"simplified\"\n    },\n    \"se\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sg\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"si\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sk\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sn\": {\n      \"type\": \"simplified\"\n    },\n    \"sr\": {\n      \"type\": \"standard\"\n    },\n    \"th\": {\n      \"type\": \"simplified\"\n    },\n    \"tj\": {\n      \"type\": \"simplified\"\n    },\n    \"tr\": {\n      \"type\": \"simplified\"\n    },\n    \"tw\": {\n      \"type\": \"simplified\"\n    },\n    \"tz\": {\n      \"type\": \"simplified\"\n    },\n    \"ua\": {\n      \"type\": \"simplified\"\n    },\n    \"ug\": {\n      \"type\": \"simplified\"\n    },\n    \"us\": {\n      \"local_amusement_tax\": {\n        \"jurisdiction\": \"string\"\n      },\n      \"local_lease_tax\": {\n        \"jurisdiction\": \"string\"\n      },\n      \"state\": \"string\",\n      \"state_sales_tax\": {\n        \"elections\": [\n          {\n            \"jurisdiction\": \"string\",\n            \"type\": \"local_use_tax\"\n          }\n        ]\n      },\n      \"type\": \"local_amusement_tax\"\n    },\n    \"uy\": {\n      \"type\": \"standard\"\n    },\n    \"uz\": {\n      \"type\": \"simplified\"\n    },\n    \"vn\": {\n      \"type\": \"simplified\"\n    },\n    \"za\": {\n      \"type\": \"standard\"\n    },\n    \"zm\": {\n      \"type\": \"simplified\"\n    },\n    \"zw\": {\n      \"type\": \"standard\"\n    }\n  },\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax.registration\",\n  \"status\": \"active\"\n}"}},"summary":"Retrieve a registration"},"post":{"description":"Update a registration","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.registration"}}},"description":"{\n  \"active_from\": 0,\n  \"country\": \"string\",\n  \"country_options\": {\n    \"ae\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"al\": {\n      \"type\": \"standard\"\n    },\n    \"am\": {\n      \"type\": \"simplified\"\n    },\n    \"ao\": {\n      \"type\": \"standard\"\n    },\n    \"at\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"au\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"aw\": {\n      \"type\": \"standard\"\n    },\n    \"az\": {\n      \"type\": \"simplified\"\n    },\n    \"ba\": {\n      \"type\": \"standard\"\n    },\n    \"bb\": {\n      \"type\": \"standard\"\n    },\n    \"bd\": {\n      \"type\": \"standard\"\n    },\n    \"be\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"bf\": {\n      \"type\": \"standard\"\n    },\n    \"bg\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"bh\": {\n      \"type\": \"standard\"\n    },\n    \"bj\": {\n      \"type\": \"simplified\"\n    },\n    \"bs\": {\n      \"type\": \"standard\"\n    },\n    \"by\": {\n      \"type\": \"simplified\"\n    },\n    \"ca\": {\n      \"province_standard\": {\n        \"province\": \"string\"\n      },\n      \"type\": \"province_standard\"\n    },\n    \"cd\": {\n      \"type\": \"standard\"\n    },\n    \"ch\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"cl\": {\n      \"type\": \"simplified\"\n    },\n    \"cm\": {\n      \"type\": \"simplified\"\n    },\n    \"co\": {\n      \"type\": \"simplified\"\n    },\n    \"cr\": {\n      \"type\": \"simplified\"\n    },\n    \"cv\": {\n      \"type\": \"simplified\"\n    },\n    \"cy\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"cz\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"de\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"dk\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ec\": {\n      \"type\": \"simplified\"\n    },\n    \"ee\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"eg\": {\n      \"type\": \"simplified\"\n    },\n    \"es\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"et\": {\n      \"type\": \"standard\"\n    },\n    \"fi\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"fr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"gb\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"ge\": {\n      \"type\": \"simplified\"\n    },\n    \"gn\": {\n      \"type\": \"standard\"\n    },\n    \"gr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"hr\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"hu\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"id\": {\n      \"type\": \"simplified\"\n    },\n    \"ie\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"in\": {\n      \"type\": \"simplified\"\n    },\n    \"is\": {\n      \"type\": \"standard\"\n    },\n    \"it\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"jp\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"ke\": {\n      \"type\": \"simplified\"\n    },\n    \"kg\": {\n      \"type\": \"simplified\"\n    },\n    \"kh\": {\n      \"type\": \"simplified\"\n    },\n    \"kr\": {\n      \"type\": \"simplified\"\n    },\n    \"kz\": {\n      \"type\": \"simplified\"\n    },\n    \"la\": {\n      \"type\": \"simplified\"\n    },\n    \"lt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"lu\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"lv\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ma\": {\n      \"type\": \"simplified\"\n    },\n    \"md\": {\n      \"type\": \"simplified\"\n    },\n    \"me\": {\n      \"type\": \"standard\"\n    },\n    \"mk\": {\n      \"type\": \"standard\"\n    },\n    \"mr\": {\n      \"type\": \"standard\"\n    },\n    \"mt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"mx\": {\n      \"type\": \"simplified\"\n    },\n    \"my\": {\n      \"type\": \"simplified\"\n    },\n    \"ng\": {\n      \"type\": \"simplified\"\n    },\n    \"nl\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"no\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"np\": {\n      \"type\": \"simplified\"\n    },\n    \"nz\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"om\": {\n      \"type\": \"standard\"\n    },\n    \"pe\": {\n      \"type\": \"simplified\"\n    },\n    \"ph\": {\n      \"type\": \"simplified\"\n    },\n    \"pl\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"pt\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"ro\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"rs\": {\n      \"type\": \"standard\"\n    },\n    \"ru\": {\n      \"type\": \"simplified\"\n    },\n    \"sa\": {\n      \"type\": \"simplified\"\n    },\n    \"se\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sg\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"standard\"\n    },\n    \"si\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sk\": {\n      \"standard\": {\n        \"place_of_supply_scheme\": \"inbound_goods\"\n      },\n      \"type\": \"ioss\"\n    },\n    \"sn\": {\n      \"type\": \"simplified\"\n    },\n    \"sr\": {\n      \"type\": \"standard\"\n    },\n    \"th\": {\n      \"type\": \"simplified\"\n    },\n    \"tj\": {\n      \"type\": \"simplified\"\n    },\n    \"tr\": {\n      \"type\": \"simplified\"\n    },\n    \"tw\": {\n      \"type\": \"simplified\"\n    },\n    \"tz\": {\n      \"type\": \"simplified\"\n    },\n    \"ua\": {\n      \"type\": \"simplified\"\n    },\n    \"ug\": {\n      \"type\": \"simplified\"\n    },\n    \"us\": {\n      \"local_amusement_tax\": {\n        \"jurisdiction\": \"string\"\n      },\n      \"local_lease_tax\": {\n        \"jurisdiction\": \"string\"\n      },\n      \"state\": \"string\",\n      \"state_sales_tax\": {\n        \"elections\": [\n          {\n            \"jurisdiction\": \"string\",\n            \"type\": \"local_use_tax\"\n          }\n        ]\n      },\n      \"type\": \"local_amusement_tax\"\n    },\n    \"uy\": {\n      \"type\": \"standard\"\n    },\n    \"uz\": {\n      \"type\": \"simplified\"\n    },\n    \"vn\": {\n      \"type\": \"simplified\"\n    },\n    \"za\": {\n      \"type\": \"standard\"\n    },\n    \"zm\": {\n      \"type\": \"simplified\"\n    },\n    \"zw\": {\n      \"type\": \"standard\"\n    }\n  },\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax.registration\",\n  \"status\": \"active\"\n}"}},"summary":"Update a registration"}},"/v1/tax/settings":{"get":{"description":"Retrieve settings","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.settings"}}},"description":"{\n  \"defaults\": {\n    \"provider\": \"anrok\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_code\": \"string\"\n  },\n  \"head_office\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"object\": \"tax.settings\",\n  \"status\": \"active\",\n  \"status_details\": {\n    \"active\": {},\n    \"pending\": {\n      \"missing_fields\": [\n        \"string\"\n      ]\n    }\n  }\n}"}},"summary":"Retrieve settings"},"post":{"description":"Update settings","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.settings"}}},"description":"{\n  \"defaults\": {\n    \"provider\": \"anrok\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_code\": \"string\"\n  },\n  \"head_office\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"livemode\": true,\n  \"object\": \"tax.settings\",\n  \"status\": \"active\",\n  \"status_details\": {\n    \"active\": {},\n    \"pending\": {\n      \"missing_fields\": [\n        \"string\"\n      ]\n    }\n  }\n}"}},"summary":"Update settings"}},"/v1/tax/transactions/create_from_calculation":{"post":{"description":"Create a transaction from a calculation","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.transaction"}}},"description":"{\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_source\": \"billing\",\n    \"ip_address\": \"string\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ],\n    \"taxability_override\": \"customer_exempt\"\n  },\n  \"id\": \"string\",\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"amount_tax\": 0,\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"tax.transaction_line_item\",\n        \"product\": \"string\",\n        \"quantity\": 0,\n        \"reference\": \"string\",\n        \"reversal\": {\n          \"original_line_item\": \"string\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tax_code\": \"string\",\n        \"type\": \"reversal\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"tax.transaction\",\n  \"posted_at\": 0,\n  \"reference\": \"string\",\n  \"reversal\": {\n    \"original_transaction\": \"string\"\n  },\n  \"ship_from_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"shipping_cost\": {\n    \"amount\": 0,\n    \"amount_tax\": 0,\n    \"shipping_rate\": \"string\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_code\": \"string\"\n  },\n  \"tax_date\": 0,\n  \"type\": \"reversal\"\n}"}},"summary":"Create a transaction from a calculation"}},"/v1/tax/transactions/create_reversal":{"post":{"description":"Create a reversal transaction","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.transaction"}}},"description":"{\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_source\": \"billing\",\n    \"ip_address\": \"string\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ],\n    \"taxability_override\": \"customer_exempt\"\n  },\n  \"id\": \"string\",\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"amount_tax\": 0,\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"tax.transaction_line_item\",\n        \"product\": \"string\",\n        \"quantity\": 0,\n        \"reference\": \"string\",\n        \"reversal\": {\n          \"original_line_item\": \"string\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tax_code\": \"string\",\n        \"type\": \"reversal\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"tax.transaction\",\n  \"posted_at\": 0,\n  \"reference\": \"string\",\n  \"reversal\": {\n    \"original_transaction\": \"string\"\n  },\n  \"ship_from_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"shipping_cost\": {\n    \"amount\": 0,\n    \"amount_tax\": 0,\n    \"shipping_rate\": \"string\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_code\": \"string\"\n  },\n  \"tax_date\": 0,\n  \"type\": \"reversal\"\n}"}},"summary":"Create a reversal transaction"}},"/v1/tax/transactions/{transaction}":{"get":{"description":"Retrieve a transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax.transaction"}}},"description":"{\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_source\": \"billing\",\n    \"ip_address\": \"string\",\n    \"tax_ids\": [\n      {\n        \"type\": \"ad_nrt\",\n        \"value\": \"string\"\n      }\n    ],\n    \"taxability_override\": \"customer_exempt\"\n  },\n  \"id\": \"string\",\n  \"line_items\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"amount_tax\": 0,\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"tax.transaction_line_item\",\n        \"product\": \"string\",\n        \"quantity\": 0,\n        \"reference\": \"string\",\n        \"reversal\": {\n          \"original_line_item\": \"string\"\n        },\n        \"tax_behavior\": \"exclusive\",\n        \"tax_code\": \"string\",\n        \"type\": \"reversal\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"tax.transaction\",\n  \"posted_at\": 0,\n  \"reference\": \"string\",\n  \"reversal\": {\n    \"original_transaction\": \"string\"\n  },\n  \"ship_from_details\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    }\n  },\n  \"shipping_cost\": {\n    \"amount\": 0,\n    \"amount_tax\": 0,\n    \"shipping_rate\": \"string\",\n    \"tax_behavior\": \"exclusive\",\n    \"tax_code\": \"string\"\n  },\n  \"tax_date\": 0,\n  \"type\": \"reversal\"\n}"}},"summary":"Retrieve a transaction"}},"/v1/tax/transactions/{transaction}/line_items":{"get":{"description":"Retrieve a transaction's line items","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_tax\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax.transaction_line_item\",\n      \"product\": \"string\",\n      \"quantity\": 0,\n      \"reference\": \"string\",\n      \"reversal\": {\n        \"original_line_item\": \"string\"\n      },\n      \"tax_behavior\": \"exclusive\",\n      \"tax_code\": \"string\",\n      \"type\": \"reversal\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a transaction's line items"}},"/v1/tax_codes":{"get":{"description":"List all tax codes","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"description\": \"string\",\n      \"id\": \"string\",\n      \"name\": \"string\",\n      \"object\": \"tax_code\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all tax codes"}},"/v1/tax_codes/{id}":{"get":{"description":"Retrieve a tax code","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_code"}}},"description":"{\n  \"description\": \"string\",\n  \"id\": \"string\",\n  \"name\": \"string\",\n  \"object\": \"tax_code\"\n}"}},"summary":"Retrieve a tax code"}},"/v1/tax_ids":{"get":{"description":"List all tax IDs","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The account or customer the tax ID belongs to. Defaults to `owner[type]=self`.","in":"query","name":"owner","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"country\": \"string\",\n      \"created\": 0,\n      \"customer\": \"string\",\n      \"customer_account\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"tax_id\",\n      \"owner\": {\n        \"account\": \"string\",\n        \"application\": \"string\",\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"type\": \"account\"\n      },\n      \"type\": \"ad_nrt\",\n      \"value\": \"string\",\n      \"verification\": {\n        \"status\": \"pending\",\n        \"verified_address\": \"string\",\n        \"verified_name\": \"string\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all tax IDs"},"post":{"description":"Create a tax ID","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_id"}}},"description":"{\n  \"country\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax_id\",\n  \"owner\": {\n    \"account\": \"string\",\n    \"application\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"type\": \"ad_nrt\",\n  \"value\": \"string\",\n  \"verification\": {\n    \"status\": \"pending\",\n    \"verified_address\": \"string\",\n    \"verified_name\": \"string\"\n  }\n}"}},"summary":"Create a tax ID"}},"/v1/tax_ids/{id}":{"delete":{"description":"Delete a tax ID","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_tax_id"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"tax_id\"\n}"}},"summary":"Delete a tax ID"},"get":{"description":"Retrieve a tax ID","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_id"}}},"description":"{\n  \"country\": \"string\",\n  \"created\": 0,\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"tax_id\",\n  \"owner\": {\n    \"account\": \"string\",\n    \"application\": \"string\",\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"type\": \"account\"\n  },\n  \"type\": \"ad_nrt\",\n  \"value\": \"string\",\n  \"verification\": {\n    \"status\": \"pending\",\n    \"verified_address\": \"string\",\n    \"verified_name\": \"string\"\n  }\n}"}},"summary":"Retrieve a tax ID"}},"/v1/tax_rates":{"get":{"description":"List all tax rates","parameters":[{"description":"Optional flag to filter by tax rates that are either active or inactive (archived).","in":"query","name":"active","schema":{"type":"boolean"},"style":"form"},{"description":"Optional range for filtering created date.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Optional flag to filter by tax rates that are inclusive (or those that are not inclusive).","in":"query","name":"inclusive","schema":{"type":"boolean"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active\": true,\n      \"country\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"display_name\": \"string\",\n      \"effective_percentage\": 0.0,\n      \"flat_amount\": {\n        \"amount\": 0,\n        \"currency\": \"string\"\n      },\n      \"id\": \"string\",\n      \"inclusive\": true,\n      \"jurisdiction\": \"string\",\n      \"jurisdiction_level\": \"city\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"tax_rate\",\n      \"percentage\": 0.0,\n      \"rate_type\": \"flat_amount\",\n      \"state\": \"string\",\n      \"tax_type\": \"amusement_tax\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all tax rates"},"post":{"description":"Create a tax rate","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_rate"}}},"description":"{\n  \"active\": true,\n  \"country\": \"string\",\n  \"created\": 0,\n  \"description\": \"string\",\n  \"display_name\": \"string\",\n  \"effective_percentage\": 0.0,\n  \"flat_amount\": {\n    \"amount\": 0,\n    \"currency\": \"string\"\n  },\n  \"id\": \"string\",\n  \"inclusive\": true,\n  \"jurisdiction\": \"string\",\n  \"jurisdiction_level\": \"city\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"tax_rate\",\n  \"percentage\": 0.0,\n  \"rate_type\": \"flat_amount\",\n  \"state\": \"string\",\n  \"tax_type\": \"amusement_tax\"\n}"}},"summary":"Create a tax rate"}},"/v1/tax_rates/{tax_rate}":{"get":{"description":"Retrieve a tax rate","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"tax_rate","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_rate"}}},"description":"{\n  \"active\": true,\n  \"country\": \"string\",\n  \"created\": 0,\n  \"description\": \"string\",\n  \"display_name\": \"string\",\n  \"effective_percentage\": 0.0,\n  \"flat_amount\": {\n    \"amount\": 0,\n    \"currency\": \"string\"\n  },\n  \"id\": \"string\",\n  \"inclusive\": true,\n  \"jurisdiction\": \"string\",\n  \"jurisdiction_level\": \"city\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"tax_rate\",\n  \"percentage\": 0.0,\n  \"rate_type\": \"flat_amount\",\n  \"state\": \"string\",\n  \"tax_type\": \"amusement_tax\"\n}"}},"summary":"Retrieve a tax rate"},"post":{"description":"Update a tax rate","parameters":[{"in":"path","name":"tax_rate","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tax_rate"}}},"description":"{\n  \"active\": true,\n  \"country\": \"string\",\n  \"created\": 0,\n  \"description\": \"string\",\n  \"display_name\": \"string\",\n  \"effective_percentage\": 0.0,\n  \"flat_amount\": {\n    \"amount\": 0,\n    \"currency\": \"string\"\n  },\n  \"id\": \"string\",\n  \"inclusive\": true,\n  \"jurisdiction\": \"string\",\n  \"jurisdiction_level\": \"city\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"tax_rate\",\n  \"percentage\": 0.0,\n  \"rate_type\": \"flat_amount\",\n  \"state\": \"string\",\n  \"tax_type\": \"amusement_tax\"\n}"}},"summary":"Update a tax rate"}},"/v1/terminal/configurations":{"get":{"description":"List all Configurations","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"if present, only return the account default or non-default configurations.","in":"query","name":"is_account_default","schema":{"type":"boolean"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"bbpos_wisepad3\": {\n        \"splashscreen\": \"string\"\n      },\n      \"bbpos_wisepos_e\": {\n        \"splashscreen\": \"string\"\n      },\n      \"id\": \"string\",\n      \"is_account_default\": true,\n      \"livemode\": true,\n      \"name\": \"string\",\n      \"object\": \"terminal.configuration\",\n      \"offline\": {\n        \"enabled\": true\n      },\n      \"reboot_window\": {\n        \"end_hour\": 0,\n        \"start_hour\": 0\n      },\n      \"stripe_s700\": {\n        \"splashscreen\": \"string\"\n      },\n      \"tipping\": {\n        \"aed\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"aud\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"cad\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"chf\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"czk\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"dkk\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"eur\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"gbp\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"gip\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"hkd\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"huf\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"jpy\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"mxn\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"myr\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"nok\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"nzd\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"pln\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"ron\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"sek\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"sgd\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        },\n        \"usd\": {\n          \"fixed_amounts\": [\n            0\n          ],\n          \"percentages\": [\n            0\n          ],\n          \"smart_tip_threshold\": 0\n        }\n      },\n      \"verifone_p400\": {\n        \"splashscreen\": \"string\"\n      },\n      \"wifi\": {\n        \"enterprise_eap_peap\": {\n          \"ca_certificate_file\": \"string\",\n          \"password\": \"string\",\n          \"ssid\": \"string\",\n          \"username\": \"string\"\n        },\n        \"enterprise_eap_tls\": {\n          \"ca_certificate_file\": \"string\",\n          \"client_certificate_file\": \"string\",\n          \"private_key_file\": \"string\",\n          \"private_key_file_password\": \"string\",\n          \"ssid\": \"string\"\n        },\n        \"personal_psk\": {\n          \"password\": \"string\",\n          \"ssid\": \"string\"\n        },\n        \"type\": \"enterprise_eap_peap\"\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Configurations"},"post":{"description":"Create a Configuration","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.configuration"}}},"description":"{\n  \"bbpos_wisepad3\": {\n    \"splashscreen\": \"string\"\n  },\n  \"bbpos_wisepos_e\": {\n    \"splashscreen\": \"string\"\n  },\n  \"id\": \"string\",\n  \"is_account_default\": true,\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"terminal.configuration\",\n  \"offline\": {\n    \"enabled\": true\n  },\n  \"reboot_window\": {\n    \"end_hour\": 0,\n    \"start_hour\": 0\n  },\n  \"stripe_s700\": {\n    \"splashscreen\": \"string\"\n  },\n  \"tipping\": {\n    \"aed\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"aud\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"cad\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"chf\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"czk\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"dkk\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"eur\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"gbp\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"gip\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"hkd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"huf\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"jpy\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"mxn\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"myr\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"nok\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"nzd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"pln\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"ron\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"sek\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"sgd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"usd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    }\n  },\n  \"verifone_p400\": {\n    \"splashscreen\": \"string\"\n  },\n  \"wifi\": {\n    \"enterprise_eap_peap\": {\n      \"ca_certificate_file\": \"string\",\n      \"password\": \"string\",\n      \"ssid\": \"string\",\n      \"username\": \"string\"\n    },\n    \"enterprise_eap_tls\": {\n      \"ca_certificate_file\": \"string\",\n      \"client_certificate_file\": \"string\",\n      \"private_key_file\": \"string\",\n      \"private_key_file_password\": \"string\",\n      \"ssid\": \"string\"\n    },\n    \"personal_psk\": {\n      \"password\": \"string\",\n      \"ssid\": \"string\"\n    },\n    \"type\": \"enterprise_eap_peap\"\n  }\n}"}},"summary":"Create a Configuration"}},"/v1/terminal/configurations/{configuration}":{"delete":{"description":"Delete a Configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_terminal.configuration"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"terminal.configuration\"\n}"}},"summary":"Delete a Configuration"},"get":{"description":"Retrieve a Configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"bbpos_wisepad3\": {\n    \"splashscreen\": \"string\"\n  },\n  \"bbpos_wisepos_e\": {\n    \"splashscreen\": \"string\"\n  },\n  \"id\": \"string\",\n  \"is_account_default\": true,\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"terminal.configuration\",\n  \"offline\": {\n    \"enabled\": true\n  },\n  \"reboot_window\": {\n    \"end_hour\": 0,\n    \"start_hour\": 0\n  },\n  \"stripe_s700\": {\n    \"splashscreen\": \"string\"\n  },\n  \"tipping\": {\n    \"aed\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"aud\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"cad\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"chf\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"czk\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"dkk\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"eur\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"gbp\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"gip\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"hkd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"huf\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"jpy\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"mxn\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"myr\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"nok\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"nzd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"pln\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"ron\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"sek\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"sgd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"usd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    }\n  },\n  \"verifone_p400\": {\n    \"splashscreen\": \"string\"\n  },\n  \"wifi\": {\n    \"enterprise_eap_peap\": {\n      \"ca_certificate_file\": \"string\",\n      \"password\": \"string\",\n      \"ssid\": \"string\",\n      \"username\": \"string\"\n    },\n    \"enterprise_eap_tls\": {\n      \"ca_certificate_file\": \"string\",\n      \"client_certificate_file\": \"string\",\n      \"private_key_file\": \"string\",\n      \"private_key_file_password\": \"string\",\n      \"ssid\": \"string\"\n    },\n    \"personal_psk\": {\n      \"password\": \"string\",\n      \"ssid\": \"string\"\n    },\n    \"type\": \"enterprise_eap_peap\"\n  }\n}"}},"summary":"Retrieve a Configuration"},"post":{"description":"Update a Configuration","parameters":[{"in":"path","name":"configuration","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"bbpos_wisepad3\": {\n    \"splashscreen\": \"string\"\n  },\n  \"bbpos_wisepos_e\": {\n    \"splashscreen\": \"string\"\n  },\n  \"id\": \"string\",\n  \"is_account_default\": true,\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"terminal.configuration\",\n  \"offline\": {\n    \"enabled\": true\n  },\n  \"reboot_window\": {\n    \"end_hour\": 0,\n    \"start_hour\": 0\n  },\n  \"stripe_s700\": {\n    \"splashscreen\": \"string\"\n  },\n  \"tipping\": {\n    \"aed\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"aud\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"cad\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"chf\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"czk\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"dkk\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"eur\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"gbp\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"gip\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"hkd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"huf\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"jpy\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"mxn\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"myr\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"nok\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"nzd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"pln\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"ron\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"sek\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"sgd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    },\n    \"usd\": {\n      \"fixed_amounts\": [\n        0\n      ],\n      \"percentages\": [\n        0\n      ],\n      \"smart_tip_threshold\": 0\n    }\n  },\n  \"verifone_p400\": {\n    \"splashscreen\": \"string\"\n  },\n  \"wifi\": {\n    \"enterprise_eap_peap\": {\n      \"ca_certificate_file\": \"string\",\n      \"password\": \"string\",\n      \"ssid\": \"string\",\n      \"username\": \"string\"\n    },\n    \"enterprise_eap_tls\": {\n      \"ca_certificate_file\": \"string\",\n      \"client_certificate_file\": \"string\",\n      \"private_key_file\": \"string\",\n      \"private_key_file_password\": \"string\",\n      \"ssid\": \"string\"\n    },\n    \"personal_psk\": {\n      \"password\": \"string\",\n      \"ssid\": \"string\"\n    },\n    \"type\": \"enterprise_eap_peap\"\n  }\n}"}},"summary":"Update a Configuration"}},"/v1/terminal/connection_tokens":{"post":{"description":"Create a Connection Token","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.connection_token"}}},"description":"{\n  \"location\": \"string\",\n  \"object\": \"terminal.connection_token\",\n  \"secret\": \"string\"\n}"}},"summary":"Create a Connection Token"}},"/v1/terminal/locations":{"get":{"description":"List all Locations","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_kana\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"town\": \"string\"\n      },\n      \"address_kanji\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"town\": \"string\"\n      },\n      \"configuration_overrides\": \"string\",\n      \"display_name\": \"string\",\n      \"display_name_kana\": \"string\",\n      \"display_name_kanji\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"terminal.location\",\n      \"phone\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Locations"},"post":{"description":"Create a Location","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.location"}}},"description":"{\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"configuration_overrides\": \"string\",\n  \"display_name\": \"string\",\n  \"display_name_kana\": \"string\",\n  \"display_name_kanji\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"terminal.location\",\n  \"phone\": \"string\"\n}"}},"summary":"Create a Location"}},"/v1/terminal/locations/{location}":{"delete":{"description":"Delete a Location","parameters":[{"in":"path","name":"location","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_terminal.location"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"terminal.location\"\n}"}},"summary":"Delete a Location"},"get":{"description":"Retrieve a Location","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"location","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"configuration_overrides\": \"string\",\n  \"display_name\": \"string\",\n  \"display_name_kana\": \"string\",\n  \"display_name_kanji\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"terminal.location\",\n  \"phone\": \"string\"\n}"}},"summary":"Retrieve a Location"},"post":{"description":"Update a Location","parameters":[{"in":"path","name":"location","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"address\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\"\n  },\n  \"address_kana\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"address_kanji\": {\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"line1\": \"string\",\n    \"line2\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"town\": \"string\"\n  },\n  \"configuration_overrides\": \"string\",\n  \"display_name\": \"string\",\n  \"display_name_kana\": \"string\",\n  \"display_name_kanji\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"terminal.location\",\n  \"phone\": \"string\"\n}"}},"summary":"Update a Location"}},"/v1/terminal/onboarding_links":{"post":{"description":"Create an Onboarding Link","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.onboarding_link"}}},"description":"{\n  \"link_options\": {\n    \"apple_terms_and_conditions\": {\n      \"allow_relinking\": true,\n      \"merchant_display_name\": \"string\"\n    }\n  },\n  \"link_type\": \"apple_terms_and_conditions\",\n  \"object\": \"terminal.onboarding_link\",\n  \"on_behalf_of\": \"string\",\n  \"redirect_url\": \"string\"\n}"}},"summary":"Create an Onboarding Link"}},"/v1/terminal/readers":{"get":{"description":"List all Readers","parameters":[{"description":"Filters readers by device type","in":"query","name":"device_type","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A location ID to filter the response list to only readers at the specific location","in":"query","name":"location","schema":{"type":"string"},"style":"form"},{"description":"Filters readers by serial number","in":"query","name":"serial_number","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"A status filter to filter readers to only offline or online readers","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"action\": {\n        \"collect_inputs\": {\n          \"inputs\": [\n            {\n              \"custom_text\": {\n                \"description\": \"string\",\n                \"skip_button\": \"string\",\n                \"submit_button\": \"string\",\n                \"title\": \"string\"\n              },\n              \"email\": {\n                \"value\": \"string\"\n              },\n              \"numeric\": {\n                \"value\": \"string\"\n              },\n              \"phone\": {\n                \"value\": \"string\"\n              },\n              \"required\": true,\n              \"selection\": {\n                \"choices\": [\n                  {\n                    \"id\": \"string\",\n                    \"style\": \"primary\",\n                    \"text\": \"string\"\n                  }\n                ],\n                \"id\": \"string\",\n                \"text\": \"string\"\n              },\n              \"signature\": {\n                \"value\": \"string\"\n              },\n              \"skipped\": true,\n              \"text\": {\n                \"value\": \"string\"\n              },\n              \"toggles\": [\n                {\n                  \"default_value\": \"disabled\",\n                  \"description\": \"string\",\n                  \"title\": \"string\",\n                  \"value\": \"disabled\"\n                }\n              ],\n              \"type\": \"email\"\n            }\n          ],\n          \"metadata\": {}\n        },\n        \"collect_payment_method\": {\n          \"collect_config\": {\n            \"enable_customer_cancellation\": true,\n            \"skip_tipping\": true,\n            \"tipping\": {\n              \"amount_eligible\": 0\n            }\n          },\n          \"payment_intent\": \"string\",\n          \"payment_method\": {\n            \"acss_debit\": {\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"institution_number\": \"string\",\n              \"last4\": \"string\",\n              \"transit_number\": \"string\"\n            },\n            \"affirm\": {},\n            \"afterpay_clearpay\": {},\n            \"alipay\": {},\n            \"allow_redisplay\": \"always\",\n            \"alma\": {},\n            \"amazon_pay\": {},\n            \"au_becs_debit\": {\n              \"bsb_number\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\"\n            },\n            \"bacs_debit\": {\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"sort_code\": \"string\"\n            },\n            \"bancontact\": {},\n            \"billie\": {},\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"phone\": \"string\",\n              \"tax_id\": \"string\"\n            },\n            \"blik\": {},\n            \"boleto\": {\n              \"tax_id\": \"string\"\n            },\n            \"card\": {\n              \"brand\": \"string\",\n              \"checks\": {\n                \"address_line1_check\": \"string\",\n                \"address_postal_code_check\": \"string\",\n                \"cvc_check\": \"string\"\n              },\n              \"country\": \"string\",\n              \"display_brand\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"generated_from\": {\n                \"charge\": \"string\",\n                \"payment_method_details\": {\n                  \"card_present\": {\n                    \"amount_authorized\": 0,\n                    \"brand\": \"string\",\n                    \"brand_product\": \"string\",\n                    \"capture_before\": 0,\n                    \"cardholder_name\": \"string\",\n                    \"country\": \"string\",\n                    \"description\": \"string\",\n                    \"emv_auth_data\": \"string\",\n                    \"exp_month\": 0,\n                    \"exp_year\": 0,\n                    \"fingerprint\": \"string\",\n                    \"funding\": \"string\",\n                    \"generated_card\": \"string\",\n                    \"incremental_authorization_supported\": true,\n                    \"issuer\": \"string\",\n                    \"last4\": \"string\",\n                    \"network\": \"string\",\n                    \"network_transaction_id\": \"string\",\n                    \"offline\": {\n                      \"stored_at\": 0,\n                      \"type\": \"deferred\"\n                    },\n                    \"overcapture_supported\": true,\n                    \"preferred_locales\": [\n                      \"string\"\n                    ],\n                    \"read_method\": \"contact_emv\",\n                    \"receipt\": {\n                      \"account_type\": \"checking\",\n                      \"application_cryptogram\": \"string\",\n                      \"application_preferred_name\": \"string\",\n                      \"authorization_code\": \"string\",\n                      \"authorization_response_code\": \"string\",\n                      \"cardholder_verification_method\": \"string\",\n                      \"dedicated_file_name\": \"string\",\n                      \"terminal_verification_results\": \"string\",\n                      \"transaction_status_information\": \"string\"\n                    },\n                    \"wallet\": {\n                      \"type\": \"apple_pay\"\n                    }\n                  },\n                  \"type\": \"string\"\n                },\n                \"setup_attempt\": \"string\"\n              },\n              \"last4\": \"string\",\n              \"networks\": {\n                \"available\": [\n                  \"string\"\n                ],\n                \"preferred\": \"string\"\n              },\n              \"regulated_status\": \"regulated\",\n              \"three_d_secure_usage\": {\n                \"supported\": true\n              },\n              \"wallet\": {\n                \"amex_express_checkout\": {},\n                \"apple_pay\": {},\n                \"dynamic_last4\": \"string\",\n                \"google_pay\": {},\n                \"link\": {},\n                \"masterpass\": {\n                  \"billing_address\": {\n                    \"city\": \"string\",\n                    \"country\": \"string\",\n                    \"line1\": \"string\",\n                    \"line2\": \"string\",\n                    \"postal_code\": \"string\",\n                    \"state\": \"string\"\n                  },\n                  \"email\": \"string\",\n                  \"name\": \"string\",\n                  \"shipping_address\": {\n                    \"city\": \"string\",\n                    \"country\": \"string\",\n                    \"line1\": \"string\",\n                    \"line2\": \"string\",\n                    \"postal_code\": \"string\",\n                    \"state\": \"string\"\n                  }\n                },\n                \"samsung_pay\": {},\n                \"type\": \"amex_express_checkout\",\n                \"visa_checkout\": {\n                  \"billing_address\": {\n                    \"city\": \"string\",\n                    \"country\": \"string\",\n                    \"line1\": \"string\",\n                    \"line2\": \"string\",\n                    \"postal_code\": \"string\",\n                    \"state\": \"string\"\n                  },\n                  \"email\": \"string\",\n                  \"name\": \"string\",\n                  \"shipping_address\": {\n                    \"city\": \"string\",\n                    \"country\": \"string\",\n                    \"line1\": \"string\",\n                    \"line2\": \"string\",\n                    \"postal_code\": \"string\",\n                    \"state\": \"string\"\n                  }\n                }\n              }\n            },\n            \"card_present\": {\n              \"brand\": \"string\",\n              \"brand_product\": \"string\",\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"networks\": {\n                \"available\": [\n                  \"string\"\n                ],\n                \"preferred\": \"string\"\n              },\n              \"offline\": {\n                \"stored_at\": 0,\n                \"type\": \"deferred\"\n              },\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\",\n              \"wallet\": {\n                \"type\": \"apple_pay\"\n              }\n            },\n            \"cashapp\": {\n              \"buyer_id\": \"string\",\n              \"cashtag\": \"string\"\n            },\n            \"created\": 0,\n            \"crypto\": {},\n            \"custom\": {\n              \"display_name\": \"string\",\n              \"logo\": {\n                \"content_type\": \"string\",\n                \"url\": \"string\"\n              },\n              \"type\": \"string\"\n            },\n            \"customer\": \"string\",\n            \"customer_account\": \"string\",\n            \"customer_balance\": {},\n            \"eps\": {\n              \"bank\": \"arzte_und_apotheker_bank\"\n            },\n            \"fpx\": {\n              \"bank\": \"affin_bank\"\n            },\n            \"giropay\": {},\n            \"grabpay\": {},\n            \"id\": \"string\",\n            \"ideal\": {\n              \"bank\": \"abn_amro\",\n              \"bic\": \"ABNANL2A\"\n            },\n            \"interac_present\": {\n              \"brand\": \"string\",\n              \"cardholder_name\": \"string\",\n              \"country\": \"string\",\n              \"description\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"fingerprint\": \"string\",\n              \"funding\": \"string\",\n              \"issuer\": \"string\",\n              \"last4\": \"string\",\n              \"networks\": {\n                \"available\": [\n                  \"string\"\n                ],\n                \"preferred\": \"string\"\n              },\n              \"preferred_locales\": [\n                \"string\"\n              ],\n              \"read_method\": \"contact_emv\"\n            },\n            \"kakao_pay\": {},\n            \"klarna\": {\n              \"dob\": {\n                \"day\": 0,\n                \"month\": 0,\n                \"year\": 0\n              }\n            },\n            \"konbini\": {},\n            \"kr_card\": {\n              \"brand\": \"bc\",\n              \"last4\": \"string\"\n            },\n            \"link\": {\n              \"email\": \"string\"\n            },\n            \"livemode\": true,\n            \"mb_way\": {},\n            \"metadata\": {},\n            \"mobilepay\": {},\n            \"multibanco\": {},\n            \"naver_pay\": {\n              \"buyer_id\": \"string\",\n              \"funding\": \"card\"\n            },\n            \"nz_bank_account\": {\n              \"account_holder_name\": \"string\",\n              \"bank_code\": \"string\",\n              \"bank_name\": \"string\",\n              \"branch_code\": \"string\",\n              \"last4\": \"string\",\n              \"suffix\": \"string\"\n            },\n            \"object\": \"payment_method\",\n            \"oxxo\": {},\n            \"p24\": {\n              \"bank\": \"alior_bank\"\n            },\n            \"pay_by_bank\": {},\n            \"payco\": {},\n            \"paynow\": {},\n            \"paypal\": {\n              \"country\": \"string\",\n              \"payer_email\": \"string\",\n              \"payer_id\": \"string\"\n            },\n            \"payto\": {\n              \"bsb_number\": \"string\",\n              \"last4\": \"string\",\n              \"pay_id\": \"string\"\n            },\n            \"pix\": {},\n            \"promptpay\": {},\n            \"radar_options\": {\n              \"session\": \"string\"\n            },\n            \"revolut_pay\": {},\n            \"samsung_pay\": {},\n            \"satispay\": {},\n            \"sepa_debit\": {\n              \"bank_code\": \"string\",\n              \"branch_code\": \"string\",\n              \"country\": \"string\",\n              \"fingerprint\": \"string\",\n              \"generated_from\": {\n                \"charge\": \"string\",\n                \"setup_attempt\": \"string\"\n              },\n              \"last4\": \"string\"\n            },\n            \"sofort\": {\n              \"country\": \"string\"\n            },\n            \"swish\": {},\n            \"twint\": {},\n            \"type\": \"acss_debit\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"financial_connections_account\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"networks\": {\n                \"preferred\": \"string\",\n                \"supported\": [\n                  \"ach\"\n                ]\n              },\n              \"routing_number\": \"string\",\n              \"status_details\": {\n                \"blocked\": {\n                  \"network_code\": \"R02\",\n                  \"reason\": \"bank_account_closed\"\n                }\n              }\n            },\n            \"wechat_pay\": {},\n            \"zip\": {}\n          }\n        },\n        \"confirm_payment_intent\": {\n          \"confirm_config\": {\n            \"return_url\": \"string\"\n          },\n          \"payment_intent\": \"string\"\n        },\n        \"failure_code\": \"string\",\n        \"failure_message\": \"string\",\n        \"process_payment_intent\": {\n          \"payment_intent\": \"string\",\n          \"process_config\": {\n            \"enable_customer_cancellation\": true,\n            \"return_url\": \"string\",\n            \"skip_tipping\": true,\n            \"tipping\": {\n              \"amount_eligible\": 0\n            }\n          }\n        },\n        \"process_setup_intent\": {\n          \"generated_card\": \"string\",\n          \"process_config\": {\n            \"enable_customer_cancellation\": true\n          },\n          \"setup_intent\": \"string\"\n        },\n        \"refund_payment\": {\n          \"amount\": 0,\n          \"charge\": \"string\",\n          \"metadata\": {},\n          \"payment_intent\": \"string\",\n          \"reason\": \"duplicate\",\n          \"refund\": \"string\",\n          \"refund_application_fee\": true,\n          \"refund_payment_config\": {\n            \"enable_customer_cancellation\": true\n          },\n          \"reverse_transfer\": true\n        },\n        \"set_reader_display\": {\n          \"cart\": {\n            \"currency\": \"string\",\n            \"line_items\": [\n              {\n                \"amount\": 0,\n                \"description\": \"string\",\n                \"quantity\": 0\n              }\n            ],\n            \"tax\": 0,\n            \"total\": 0\n          },\n          \"type\": \"cart\"\n        },\n        \"status\": \"failed\",\n        \"type\": \"collect_inputs\"\n      },\n      \"device_sw_version\": \"string\",\n      \"device_type\": \"bbpos_chipper2x\",\n      \"id\": \"string\",\n      \"ip_address\": \"string\",\n      \"label\": \"string\",\n      \"last_seen_at\": 0,\n      \"livemode\": true,\n      \"location\": \"string\",\n      \"metadata\": {},\n      \"object\": \"terminal.reader\",\n      \"serial_number\": \"string\",\n      \"status\": \"offline\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Readers"},"post":{"description":"Create a Reader","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Create a Reader"}},"/v1/terminal/readers/{reader}":{"delete":{"description":"Delete a Reader","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_terminal.reader"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"terminal.reader\"\n}"}},"summary":"Delete a Reader"},"get":{"description":"Retrieve a Reader","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Retrieve a Reader"},"post":{"description":"Update a Reader","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Update a Reader"}},"/v1/terminal/readers/{reader}/cancel_action":{"post":{"description":"Cancel the current reader action","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Cancel the current reader action"}},"/v1/terminal/readers/{reader}/collect_inputs":{"post":{"description":"Collect inputs using a Reader","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Collect inputs using a Reader"}},"/v1/terminal/readers/{reader}/collect_payment_method":{"post":{"description":"Hand off a PaymentIntent to a Reader and collect card details","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Hand off a PaymentIntent to a Reader and collect card details"}},"/v1/terminal/readers/{reader}/confirm_payment_intent":{"post":{"description":"Confirm a PaymentIntent on the Reader","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Confirm a PaymentIntent on the Reader"}},"/v1/terminal/readers/{reader}/process_payment_intent":{"post":{"description":"Hand-off a PaymentIntent to a Reader","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Hand-off a PaymentIntent to a Reader"}},"/v1/terminal/readers/{reader}/process_setup_intent":{"post":{"description":"Hand-off a SetupIntent to a Reader","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Hand-off a SetupIntent to a Reader"}},"/v1/terminal/readers/{reader}/refund_payment":{"post":{"description":"Refund a Charge or a PaymentIntent in-person","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Refund a Charge or a PaymentIntent in-person"}},"/v1/terminal/readers/{reader}/set_reader_display":{"post":{"description":"Set reader display","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Set reader display"}},"/v1/test_helpers/confirmation_tokens":{"post":{"description":"Create a test Confirmation Token","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/confirmation_token"}}},"description":"{\n  \"created\": 0,\n  \"expires_at\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"mandate_data\": {\n    \"customer_acceptance\": {\n      \"online\": {\n        \"ip_address\": \"string\",\n        \"user_agent\": \"string\"\n      },\n      \"type\": \"string\"\n    }\n  },\n  \"object\": \"confirmation_token\",\n  \"payment_intent\": \"string\",\n  \"payment_method_options\": {\n    \"card\": {\n      \"cvc_token\": \"string\",\n      \"installments\": {\n        \"plan\": {\n          \"count\": 0,\n          \"interval\": \"month\",\n          \"type\": \"bonus\"\n        }\n      }\n    }\n  },\n  \"payment_method_preview\": {\n    \"acss_debit\": {\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"institution_number\": \"string\",\n      \"last4\": \"string\",\n      \"transit_number\": \"string\"\n    },\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"allow_redisplay\": \"always\",\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bacs_debit\": {\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"sort_code\": \"string\"\n    },\n    \"bancontact\": {},\n    \"billie\": {},\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"tax_id\": \"string\"\n    },\n    \"blik\": {},\n    \"boleto\": {\n      \"tax_id\": \"string\"\n    },\n    \"card\": {\n      \"brand\": \"string\",\n      \"checks\": {\n        \"address_line1_check\": \"string\",\n        \"address_postal_code_check\": \"string\",\n        \"cvc_check\": \"string\"\n      },\n      \"country\": \"string\",\n      \"display_brand\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"generated_from\": {\n        \"charge\": \"string\",\n        \"payment_method_details\": {\n          \"card_present\": {\n            \"amount_authorized\": 0,\n            \"brand\": \"string\",\n            \"brand_product\": \"string\",\n            \"capture_before\": 0,\n            \"cardholder_name\": \"string\",\n            \"country\": \"string\",\n            \"description\": \"string\",\n            \"emv_auth_data\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"fingerprint\": \"string\",\n            \"funding\": \"string\",\n            \"generated_card\": \"string\",\n            \"incremental_authorization_supported\": true,\n            \"issuer\": \"string\",\n            \"last4\": \"string\",\n            \"network\": \"string\",\n            \"network_transaction_id\": \"string\",\n            \"offline\": {\n              \"stored_at\": 0,\n              \"type\": \"deferred\"\n            },\n            \"overcapture_supported\": true,\n            \"preferred_locales\": [\n              \"string\"\n            ],\n            \"read_method\": \"contact_emv\",\n            \"receipt\": {\n              \"account_type\": \"checking\",\n              \"application_cryptogram\": \"string\",\n              \"application_preferred_name\": \"string\",\n              \"authorization_code\": \"string\",\n              \"authorization_response_code\": \"string\",\n              \"cardholder_verification_method\": \"string\",\n              \"dedicated_file_name\": \"string\",\n              \"terminal_verification_results\": \"string\",\n              \"transaction_status_information\": \"string\"\n            },\n            \"wallet\": {\n              \"type\": \"apple_pay\"\n            }\n          },\n          \"type\": \"string\"\n        },\n        \"setup_attempt\": \"string\"\n      },\n      \"last4\": \"string\",\n      \"networks\": {\n        \"available\": [\n          \"string\"\n        ],\n        \"preferred\": \"string\"\n      },\n      \"regulated_status\": \"regulated\",\n      \"three_d_secure_usage\": {\n        \"supported\": true\n      },\n      \"wallet\": {\n        \"amex_express_checkout\": {},\n        \"apple_pay\": {},\n        \"dynamic_last4\": \"string\",\n        \"google_pay\": {},\n        \"link\": {},\n        \"masterpass\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        },\n        \"samsung_pay\": {},\n        \"type\": \"amex_express_checkout\",\n        \"visa_checkout\": {\n          \"billing_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"shipping_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          }\n        }\n      }\n    },\n    \"card_present\": {\n      \"brand\": \"string\",\n      \"brand_product\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"networks\": {\n        \"available\": [\n          \"string\"\n        ],\n        \"preferred\": \"string\"\n      },\n      \"offline\": {\n        \"stored_at\": 0,\n        \"type\": \"deferred\"\n      },\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\",\n      \"wallet\": {\n        \"type\": \"apple_pay\"\n      }\n    },\n    \"cashapp\": {\n      \"buyer_id\": \"string\",\n      \"cashtag\": \"string\"\n    },\n    \"crypto\": {},\n    \"customer\": \"string\",\n    \"customer_account\": \"string\",\n    \"customer_balance\": {},\n    \"eps\": {\n      \"bank\": \"arzte_und_apotheker_bank\"\n    },\n    \"fpx\": {\n      \"bank\": \"affin_bank\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"ideal\": {\n      \"bank\": \"abn_amro\",\n      \"bic\": \"ABNANL2A\"\n    },\n    \"interac_present\": {\n      \"brand\": \"string\",\n      \"cardholder_name\": \"string\",\n      \"country\": \"string\",\n      \"description\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"issuer\": \"string\",\n      \"last4\": \"string\",\n      \"networks\": {\n        \"available\": [\n          \"string\"\n        ],\n        \"preferred\": \"string\"\n      },\n      \"preferred_locales\": [\n        \"string\"\n      ],\n      \"read_method\": \"contact_emv\"\n    },\n    \"kakao_pay\": {},\n    \"klarna\": {\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      }\n    },\n    \"konbini\": {},\n    \"kr_card\": {\n      \"brand\": \"bc\",\n      \"last4\": \"string\"\n    },\n    \"link\": {\n      \"email\": \"string\"\n    },\n    \"mb_way\": {},\n    \"mobilepay\": {},\n    \"multibanco\": {},\n    \"naver_pay\": {\n      \"buyer_id\": \"string\",\n      \"funding\": \"card\"\n    },\n    \"nz_bank_account\": {\n      \"account_holder_name\": \"string\",\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"branch_code\": \"string\",\n      \"last4\": \"string\",\n      \"suffix\": \"string\"\n    },\n    \"oxxo\": {},\n    \"p24\": {\n      \"bank\": \"alior_bank\"\n    },\n    \"pay_by_bank\": {},\n    \"payco\": {},\n    \"paynow\": {},\n    \"paypal\": {\n      \"country\": \"string\",\n      \"payer_email\": \"string\",\n      \"payer_id\": \"string\"\n    },\n    \"payto\": {\n      \"bsb_number\": \"string\",\n      \"last4\": \"string\",\n      \"pay_id\": \"string\"\n    },\n    \"pix\": {},\n    \"promptpay\": {},\n    \"revolut_pay\": {},\n    \"samsung_pay\": {},\n    \"satispay\": {},\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"generated_from\": {\n        \"charge\": \"string\",\n        \"setup_attempt\": \"string\"\n      },\n      \"last4\": \"string\"\n    },\n    \"sofort\": {\n      \"country\": \"string\"\n    },\n    \"swish\": {},\n    \"twint\": {},\n    \"type\": \"acss_debit\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"financial_connections_account\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"networks\": {\n        \"preferred\": \"string\",\n        \"supported\": [\n          \"ach\"\n        ]\n      },\n      \"routing_number\": \"string\",\n      \"status_details\": {\n        \"blocked\": {\n          \"network_code\": \"R02\",\n          \"reason\": \"bank_account_closed\"\n        }\n      }\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"return_url\": \"string\",\n  \"setup_future_usage\": \"off_session\",\n  \"setup_intent\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"name\": \"string\",\n    \"phone\": \"string\"\n  },\n  \"use_stripe_sdk\": true\n}"}},"summary":"Create a test Confirmation Token"}},"/v1/test_helpers/customers/{customer}/fund_cash_balance":{"post":{"description":"Fund a test mode cash balance","parameters":[{"in":"path","name":"customer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/customer_cash_balance_transaction"}}},"description":"{\n  \"adjusted_for_overdraft\": {\n    \"balance_transaction\": \"string\",\n    \"linked_transaction\": \"string\"\n  },\n  \"applied_to_payment\": {\n    \"payment_intent\": \"string\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"customer_account\": \"string\",\n  \"ending_balance\": 0,\n  \"funded\": {\n    \"bank_transfer\": {\n      \"eu_bank_transfer\": {\n        \"bic\": \"string\",\n        \"iban_last4\": \"string\",\n        \"sender_name\": \"string\"\n      },\n      \"gb_bank_transfer\": {\n        \"account_number_last4\": \"string\",\n        \"sender_name\": \"string\",\n        \"sort_code\": \"string\"\n      },\n      \"jp_bank_transfer\": {\n        \"sender_bank\": \"string\",\n        \"sender_branch\": \"string\",\n        \"sender_name\": \"string\"\n      },\n      \"reference\": \"string\",\n      \"type\": \"eu_bank_transfer\",\n      \"us_bank_transfer\": {\n        \"network\": \"ach\",\n        \"sender_name\": \"string\"\n      }\n    }\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"net_amount\": 0,\n  \"object\": \"customer_cash_balance_transaction\",\n  \"refunded_from_payment\": {\n    \"refund\": \"string\"\n  },\n  \"transferred_to_balance\": {\n    \"balance_transaction\": \"string\"\n  },\n  \"type\": \"adjusted_for_overdraft\",\n  \"unapplied_from_payment\": {\n    \"payment_intent\": \"string\"\n  }\n}"}},"summary":"Fund a test mode cash balance"}},"/v1/test_helpers/issuing/authorizations":{"post":{"description":"Create a test-mode authorization","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Create a test-mode authorization"}},"/v1/test_helpers/issuing/authorizations/{authorization}/capture":{"post":{"description":"Capture a test-mode authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Capture a test-mode authorization"}},"/v1/test_helpers/issuing/authorizations/{authorization}/expire":{"post":{"description":"Expire a test-mode authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Expire a test-mode authorization"}},"/v1/test_helpers/issuing/authorizations/{authorization}/finalize_amount":{"post":{"description":"Finalize a test-mode authorization's amount","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Finalize a test-mode authorization's amount"}},"/v1/test_helpers/issuing/authorizations/{authorization}/fraud_challenges/respond":{"post":{"description":"Respond to fraud challenge","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Respond to fraud challenge"}},"/v1/test_helpers/issuing/authorizations/{authorization}/increment":{"post":{"description":"Increment a test-mode authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Increment a test-mode authorization"}},"/v1/test_helpers/issuing/authorizations/{authorization}/reverse":{"post":{"description":"Reverse a test-mode authorization","parameters":[{"in":"path","name":"authorization","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.authorization"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"approved\": true,\n  \"authorization_method\": \"chip\",\n  \"balance_transactions\": [\n    {\n      \"amount\": 0,\n      \"available_on\": 0,\n      \"balance_type\": \"issuing\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"exchange_rate\": 0.0,\n      \"fee\": 0,\n      \"fee_details\": [\n        {\n          \"amount\": 0,\n          \"application\": \"string\",\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"id\": \"string\",\n      \"net\": 0,\n      \"object\": \"balance_transaction\",\n      \"reporting_category\": \"string\",\n      \"source\": \"string\",\n      \"status\": \"string\",\n      \"type\": \"adjustment\"\n    }\n  ],\n  \"card\": {\n    \"brand\": \"string\",\n    \"cancellation_reason\": \"design_rejected\",\n    \"cardholder\": {\n      \"billing\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        }\n      },\n      \"company\": {\n        \"tax_id_provided\": true\n      },\n      \"created\": 0,\n      \"email\": \"string\",\n      \"id\": \"string\",\n      \"individual\": {\n        \"card_issuing\": {\n          \"user_terms_acceptance\": {\n            \"date\": 0,\n            \"ip\": \"string\",\n            \"user_agent\": \"string\"\n          }\n        },\n        \"dob\": {\n          \"day\": 0,\n          \"month\": 0,\n          \"year\": 0\n        },\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"verification\": {\n          \"document\": {\n            \"back\": \"string\",\n            \"front\": \"string\"\n          }\n        }\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"name\": \"string\",\n      \"object\": \"issuing.cardholder\",\n      \"phone_number\": \"string\",\n      \"preferred_locales\": [\n        \"de\"\n      ],\n      \"requirements\": {\n        \"disabled_reason\": \"listed\",\n        \"past_due\": [\n          \"company.tax_id\"\n        ]\n      },\n      \"spending_controls\": {\n        \"allowed_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"allowed_merchant_countries\": [\n          \"string\"\n        ],\n        \"blocked_categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"blocked_merchant_countries\": [\n          \"string\"\n        ],\n        \"spending_limits\": [\n          {\n            \"amount\": 0,\n            \"categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"interval\": \"all_time\"\n          }\n        ],\n        \"spending_limits_currency\": \"string\"\n      },\n      \"status\": \"active\",\n      \"type\": \"company\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"cvc\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"financial_account\": \"string\",\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"latest_fraud_warning\": {\n      \"started_at\": 0,\n      \"type\": \"card_testing_exposure\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"number\": \"string\",\n    \"object\": \"issuing.card\",\n    \"personalization_design\": \"string\",\n    \"replaced_by\": \"string\",\n    \"replacement_for\": \"string\",\n    \"replacement_reason\": \"damaged\",\n    \"second_line\": \"string\",\n    \"shipping\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"address_validation\": {\n        \"mode\": \"disabled\",\n        \"normalized_address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"result\": \"indeterminate\"\n      },\n      \"carrier\": \"dhl\",\n      \"customs\": {\n        \"eori_number\": \"string\"\n      },\n      \"eta\": 0,\n      \"name\": \"string\",\n      \"phone_number\": \"string\",\n      \"require_signature\": true,\n      \"service\": \"express\",\n      \"status\": \"canceled\",\n      \"tracking_number\": \"string\",\n      \"tracking_url\": \"string\",\n      \"type\": \"bulk\"\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"physical\",\n    \"wallets\": {\n      \"apple_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"google_pay\": {\n        \"eligible\": true,\n        \"ineligible_reason\": \"missing_agreement\"\n      },\n      \"primary_account_identifier\": \"string\"\n    }\n  },\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"fleet\": {\n    \"cardholder_prompt_data\": {\n      \"alphanumeric_id\": \"string\",\n      \"driver_id\": \"string\",\n      \"odometer\": 0,\n      \"unspecified_id\": \"string\",\n      \"user_id\": \"string\",\n      \"vehicle_number\": \"string\"\n    },\n    \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n    \"reported_breakdown\": {\n      \"fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"non_fuel\": {\n        \"gross_amount_decimal\": \"string\"\n      },\n      \"tax\": {\n        \"local_amount_decimal\": \"string\",\n        \"national_amount_decimal\": \"string\"\n      }\n    },\n    \"service_type\": \"full_service\"\n  },\n  \"fraud_challenges\": [\n    {\n      \"channel\": \"sms\",\n      \"status\": \"expired\",\n      \"undeliverable_reason\": \"no_phone_number\"\n    }\n  ],\n  \"fuel\": {\n    \"industry_product_code\": \"string\",\n    \"quantity_decimal\": \"string\",\n    \"type\": \"diesel\",\n    \"unit\": \"charging_minute\",\n    \"unit_cost_decimal\": \"string\"\n  },\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"acquiring_institution_id\": \"string\",\n    \"system_trace_audit_number\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.authorization\",\n  \"pending_request\": {\n    \"amount\": 0,\n    \"amount_details\": {\n      \"atm_fee\": 0,\n      \"cashback_amount\": 0\n    },\n    \"currency\": \"string\",\n    \"is_amount_controllable\": true,\n    \"merchant_amount\": 0,\n    \"merchant_currency\": \"string\",\n    \"network_risk_score\": 0\n  },\n  \"request_history\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_code\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"network_risk_score\": 0,\n      \"reason\": \"account_disabled\",\n      \"reason_message\": \"string\",\n      \"requested_at\": 0\n    }\n  ],\n  \"status\": \"closed\",\n  \"token\": \"string\",\n  \"transactions\": [\n    {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"authorization\": \"string\",\n      \"balance_transaction\": \"string\",\n      \"card\": \"string\",\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"dispute\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"authorization_code\": \"string\",\n        \"processing_date\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.transaction\",\n      \"purchase_details\": {\n        \"fleet\": {\n          \"cardholder_prompt_data\": {\n            \"driver_id\": \"string\",\n            \"odometer\": 0,\n            \"unspecified_id\": \"string\",\n            \"user_id\": \"string\",\n            \"vehicle_number\": \"string\"\n          },\n          \"purchase_type\": \"string\",\n          \"reported_breakdown\": {\n            \"fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"non_fuel\": {\n              \"gross_amount_decimal\": \"string\"\n            },\n            \"tax\": {\n              \"local_amount_decimal\": \"string\",\n              \"national_amount_decimal\": \"string\"\n            }\n          },\n          \"service_type\": \"string\"\n        },\n        \"flight\": {\n          \"departure_at\": 0,\n          \"passenger_name\": \"string\",\n          \"refundable\": true,\n          \"segments\": [\n            {\n              \"arrival_airport_code\": \"string\",\n              \"carrier\": \"string\",\n              \"departure_airport_code\": \"string\",\n              \"flight_number\": \"string\",\n              \"service_class\": \"string\",\n              \"stopover_allowed\": true\n            }\n          ],\n          \"travel_agency\": \"string\"\n        },\n        \"fuel\": {\n          \"industry_product_code\": \"string\",\n          \"quantity_decimal\": \"string\",\n          \"type\": \"string\",\n          \"unit\": \"string\",\n          \"unit_cost_decimal\": \"string\"\n        },\n        \"lodging\": {\n          \"check_in_at\": 0,\n          \"nights\": 0\n        },\n        \"receipt\": [\n          {\n            \"description\": \"string\",\n            \"quantity\": 0.0,\n            \"total\": 0,\n            \"unit_cost\": 0\n          }\n        ],\n        \"reference\": \"string\"\n      },\n      \"token\": \"string\",\n      \"treasury\": {\n        \"received_credit\": \"string\",\n        \"received_debit\": \"string\"\n      },\n      \"type\": \"capture\",\n      \"wallet\": \"apple_pay\"\n    }\n  ],\n  \"treasury\": {\n    \"received_credits\": [\n      \"string\"\n    ],\n    \"received_debits\": [\n      \"string\"\n    ],\n    \"transaction\": \"string\"\n  },\n  \"verification_data\": {\n    \"address_line1_check\": \"match\",\n    \"address_postal_code_check\": \"match\",\n    \"authentication_exemption\": {\n      \"claimed_by\": \"acquirer\",\n      \"type\": \"low_value_transaction\"\n    },\n    \"cvc_check\": \"match\",\n    \"expiry_check\": \"match\",\n    \"postal_code\": \"string\",\n    \"three_d_secure\": {\n      \"result\": \"attempt_acknowledged\"\n    }\n  },\n  \"verified_by_fraud_challenge\": true,\n  \"wallet\": \"string\"\n}"}},"summary":"Reverse a test-mode authorization"}},"/v1/test_helpers/issuing/cards/{card}/shipping/deliver":{"post":{"description":"Deliver a testmode card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Deliver a testmode card"}},"/v1/test_helpers/issuing/cards/{card}/shipping/fail":{"post":{"description":"Fail a testmode card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Fail a testmode card"}},"/v1/test_helpers/issuing/cards/{card}/shipping/return":{"post":{"description":"Return a testmode card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Return a testmode card"}},"/v1/test_helpers/issuing/cards/{card}/shipping/ship":{"post":{"description":"Ship a testmode card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Ship a testmode card"}},"/v1/test_helpers/issuing/cards/{card}/shipping/submit":{"post":{"description":"Submit a testmode card","parameters":[{"in":"path","name":"card","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.card"}}},"description":"{\n  \"brand\": \"string\",\n  \"cancellation_reason\": \"design_rejected\",\n  \"cardholder\": {\n    \"billing\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      }\n    },\n    \"company\": {\n      \"tax_id_provided\": true\n    },\n    \"created\": 0,\n    \"email\": \"string\",\n    \"id\": \"string\",\n    \"individual\": {\n      \"card_issuing\": {\n        \"user_terms_acceptance\": {\n          \"date\": 0,\n          \"ip\": \"string\",\n          \"user_agent\": \"string\"\n        }\n      },\n      \"dob\": {\n        \"day\": 0,\n        \"month\": 0,\n        \"year\": 0\n      },\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"verification\": {\n        \"document\": {\n          \"back\": \"string\",\n          \"front\": \"string\"\n        }\n      }\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"object\": \"issuing.cardholder\",\n    \"phone_number\": \"string\",\n    \"preferred_locales\": [\n      \"de\"\n    ],\n    \"requirements\": {\n      \"disabled_reason\": \"listed\",\n      \"past_due\": [\n        \"company.tax_id\"\n      ]\n    },\n    \"spending_controls\": {\n      \"allowed_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"allowed_merchant_countries\": [\n        \"string\"\n      ],\n      \"blocked_categories\": [\n        \"ac_refrigeration_repair\"\n      ],\n      \"blocked_merchant_countries\": [\n        \"string\"\n      ],\n      \"spending_limits\": [\n        {\n          \"amount\": 0,\n          \"categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"interval\": \"all_time\"\n        }\n      ],\n      \"spending_limits_currency\": \"string\"\n    },\n    \"status\": \"active\",\n    \"type\": \"company\"\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"cvc\": \"string\",\n  \"exp_month\": 0,\n  \"exp_year\": 0,\n  \"financial_account\": \"string\",\n  \"id\": \"string\",\n  \"last4\": \"string\",\n  \"latest_fraud_warning\": {\n    \"started_at\": 0,\n    \"type\": \"card_testing_exposure\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"number\": \"string\",\n  \"object\": \"issuing.card\",\n  \"personalization_design\": \"string\",\n  \"replaced_by\": \"string\",\n  \"replacement_for\": \"string\",\n  \"replacement_reason\": \"damaged\",\n  \"second_line\": \"string\",\n  \"shipping\": {\n    \"address\": {\n      \"city\": \"string\",\n      \"country\": \"string\",\n      \"line1\": \"string\",\n      \"line2\": \"string\",\n      \"postal_code\": \"string\",\n      \"state\": \"string\"\n    },\n    \"address_validation\": {\n      \"mode\": \"disabled\",\n      \"normalized_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"result\": \"indeterminate\"\n    },\n    \"carrier\": \"dhl\",\n    \"customs\": {\n      \"eori_number\": \"string\"\n    },\n    \"eta\": 0,\n    \"name\": \"string\",\n    \"phone_number\": \"string\",\n    \"require_signature\": true,\n    \"service\": \"express\",\n    \"status\": \"canceled\",\n    \"tracking_number\": \"string\",\n    \"tracking_url\": \"string\",\n    \"type\": \"bulk\"\n  },\n  \"spending_controls\": {\n    \"allowed_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"allowed_merchant_countries\": [\n      \"string\"\n    ],\n    \"blocked_categories\": [\n      \"ac_refrigeration_repair\"\n    ],\n    \"blocked_merchant_countries\": [\n      \"string\"\n    ],\n    \"spending_limits\": [\n      {\n        \"amount\": 0,\n        \"categories\": [\n          \"ac_refrigeration_repair\"\n        ],\n        \"interval\": \"all_time\"\n      }\n    ],\n    \"spending_limits_currency\": \"string\"\n  },\n  \"status\": \"active\",\n  \"type\": \"physical\",\n  \"wallets\": {\n    \"apple_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"google_pay\": {\n      \"eligible\": true,\n      \"ineligible_reason\": \"missing_agreement\"\n    },\n    \"primary_account_identifier\": \"string\"\n  }\n}"}},"summary":"Submit a testmode card"}},"/v1/test_helpers/issuing/personalization_designs/{personalization_design}/activate":{"post":{"description":"Activate a testmode personalization design","parameters":[{"in":"path","name":"personalization_design","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.personalization_design"}}},"description":"{\n  \"card_logo\": \"string\",\n  \"carrier_text\": {\n    \"footer_body\": \"string\",\n    \"footer_title\": \"string\",\n    \"header_body\": \"string\",\n    \"header_title\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.personalization_design\",\n  \"physical_bundle\": \"string\",\n  \"preferences\": {\n    \"is_default\": true,\n    \"is_platform_default\": true\n  },\n  \"rejection_reasons\": {\n    \"card_logo\": [\n      \"geographic_location\"\n    ],\n    \"carrier_text\": [\n      \"geographic_location\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Activate a testmode personalization design"}},"/v1/test_helpers/issuing/personalization_designs/{personalization_design}/deactivate":{"post":{"description":"Deactivate a testmode personalization design","parameters":[{"in":"path","name":"personalization_design","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.personalization_design"}}},"description":"{\n  \"card_logo\": \"string\",\n  \"carrier_text\": {\n    \"footer_body\": \"string\",\n    \"footer_title\": \"string\",\n    \"header_body\": \"string\",\n    \"header_title\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.personalization_design\",\n  \"physical_bundle\": \"string\",\n  \"preferences\": {\n    \"is_default\": true,\n    \"is_platform_default\": true\n  },\n  \"rejection_reasons\": {\n    \"card_logo\": [\n      \"geographic_location\"\n    ],\n    \"carrier_text\": [\n      \"geographic_location\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Deactivate a testmode personalization design"}},"/v1/test_helpers/issuing/personalization_designs/{personalization_design}/reject":{"post":{"description":"Reject a testmode personalization design","parameters":[{"in":"path","name":"personalization_design","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.personalization_design"}}},"description":"{\n  \"card_logo\": \"string\",\n  \"carrier_text\": {\n    \"footer_body\": \"string\",\n    \"footer_title\": \"string\",\n    \"header_body\": \"string\",\n    \"header_title\": \"string\"\n  },\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"lookup_key\": \"string\",\n  \"metadata\": {},\n  \"name\": \"string\",\n  \"object\": \"issuing.personalization_design\",\n  \"physical_bundle\": \"string\",\n  \"preferences\": {\n    \"is_default\": true,\n    \"is_platform_default\": true\n  },\n  \"rejection_reasons\": {\n    \"card_logo\": [\n      \"geographic_location\"\n    ],\n    \"carrier_text\": [\n      \"geographic_location\"\n    ]\n  },\n  \"status\": \"active\"\n}"}},"summary":"Reject a testmode personalization design"}},"/v1/test_helpers/issuing/settlements":{"post":{"description":"Create a test-mode settlement","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.settlement"}}},"description":"{\n  \"bin\": \"string\",\n  \"clearing_date\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interchange_fees_amount\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_total_amount\": 0,\n  \"network\": \"maestro\",\n  \"network_fees_amount\": 0,\n  \"network_settlement_identifier\": \"string\",\n  \"object\": \"issuing.settlement\",\n  \"settlement_service\": \"string\",\n  \"status\": \"complete\",\n  \"transaction_amount\": 0,\n  \"transaction_count\": 0\n}"}},"summary":"Create a test-mode settlement"}},"/v1/test_helpers/issuing/settlements/{settlement}/complete":{"post":{"description":"Complete a test-mode settlement","parameters":[{"description":"The settlement token to mark as complete.","in":"path","name":"settlement","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.settlement"}}},"description":"{\n  \"bin\": \"string\",\n  \"clearing_date\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"id\": \"string\",\n  \"interchange_fees_amount\": 0,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"net_total_amount\": 0,\n  \"network\": \"maestro\",\n  \"network_fees_amount\": 0,\n  \"network_settlement_identifier\": \"string\",\n  \"object\": \"issuing.settlement\",\n  \"settlement_service\": \"string\",\n  \"status\": \"complete\",\n  \"transaction_amount\": 0,\n  \"transaction_count\": 0\n}"}},"summary":"Complete a test-mode settlement"}},"/v1/test_helpers/issuing/transactions/create_force_capture":{"post":{"description":"Create a test-mode force capture","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.transaction"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"authorization\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"card\": \"string\",\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"dispute\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"authorization_code\": \"string\",\n    \"processing_date\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.transaction\",\n  \"purchase_details\": {\n    \"fleet\": {\n      \"cardholder_prompt_data\": {\n        \"driver_id\": \"string\",\n        \"odometer\": 0,\n        \"unspecified_id\": \"string\",\n        \"user_id\": \"string\",\n        \"vehicle_number\": \"string\"\n      },\n      \"purchase_type\": \"string\",\n      \"reported_breakdown\": {\n        \"fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"non_fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"tax\": {\n          \"local_amount_decimal\": \"string\",\n          \"national_amount_decimal\": \"string\"\n        }\n      },\n      \"service_type\": \"string\"\n    },\n    \"flight\": {\n      \"departure_at\": 0,\n      \"passenger_name\": \"string\",\n      \"refundable\": true,\n      \"segments\": [\n        {\n          \"arrival_airport_code\": \"string\",\n          \"carrier\": \"string\",\n          \"departure_airport_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"service_class\": \"string\",\n          \"stopover_allowed\": true\n        }\n      ],\n      \"travel_agency\": \"string\"\n    },\n    \"fuel\": {\n      \"industry_product_code\": \"string\",\n      \"quantity_decimal\": \"string\",\n      \"type\": \"string\",\n      \"unit\": \"string\",\n      \"unit_cost_decimal\": \"string\"\n    },\n    \"lodging\": {\n      \"check_in_at\": 0,\n      \"nights\": 0\n    },\n    \"receipt\": [\n      {\n        \"description\": \"string\",\n        \"quantity\": 0.0,\n        \"total\": 0,\n        \"unit_cost\": 0\n      }\n    ],\n    \"reference\": \"string\"\n  },\n  \"token\": \"string\",\n  \"treasury\": {\n    \"received_credit\": \"string\",\n    \"received_debit\": \"string\"\n  },\n  \"type\": \"capture\",\n  \"wallet\": \"apple_pay\"\n}"}},"summary":"Create a test-mode force capture"}},"/v1/test_helpers/issuing/transactions/create_unlinked_refund":{"post":{"description":"Create a test-mode unlinked refund","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.transaction"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"authorization\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"card\": \"string\",\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"dispute\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"authorization_code\": \"string\",\n    \"processing_date\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.transaction\",\n  \"purchase_details\": {\n    \"fleet\": {\n      \"cardholder_prompt_data\": {\n        \"driver_id\": \"string\",\n        \"odometer\": 0,\n        \"unspecified_id\": \"string\",\n        \"user_id\": \"string\",\n        \"vehicle_number\": \"string\"\n      },\n      \"purchase_type\": \"string\",\n      \"reported_breakdown\": {\n        \"fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"non_fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"tax\": {\n          \"local_amount_decimal\": \"string\",\n          \"national_amount_decimal\": \"string\"\n        }\n      },\n      \"service_type\": \"string\"\n    },\n    \"flight\": {\n      \"departure_at\": 0,\n      \"passenger_name\": \"string\",\n      \"refundable\": true,\n      \"segments\": [\n        {\n          \"arrival_airport_code\": \"string\",\n          \"carrier\": \"string\",\n          \"departure_airport_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"service_class\": \"string\",\n          \"stopover_allowed\": true\n        }\n      ],\n      \"travel_agency\": \"string\"\n    },\n    \"fuel\": {\n      \"industry_product_code\": \"string\",\n      \"quantity_decimal\": \"string\",\n      \"type\": \"string\",\n      \"unit\": \"string\",\n      \"unit_cost_decimal\": \"string\"\n    },\n    \"lodging\": {\n      \"check_in_at\": 0,\n      \"nights\": 0\n    },\n    \"receipt\": [\n      {\n        \"description\": \"string\",\n        \"quantity\": 0.0,\n        \"total\": 0,\n        \"unit_cost\": 0\n      }\n    ],\n    \"reference\": \"string\"\n  },\n  \"token\": \"string\",\n  \"treasury\": {\n    \"received_credit\": \"string\",\n    \"received_debit\": \"string\"\n  },\n  \"type\": \"capture\",\n  \"wallet\": \"apple_pay\"\n}"}},"summary":"Create a test-mode unlinked refund"}},"/v1/test_helpers/issuing/transactions/{transaction}/refund":{"post":{"description":"Refund a test-mode transaction","parameters":[{"in":"path","name":"transaction","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/issuing.transaction"}}},"description":"{\n  \"amount\": 0,\n  \"amount_details\": {\n    \"atm_fee\": 0,\n    \"cashback_amount\": 0\n  },\n  \"authorization\": \"string\",\n  \"balance_transaction\": \"string\",\n  \"card\": \"string\",\n  \"cardholder\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"dispute\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"merchant_amount\": 0,\n  \"merchant_currency\": \"string\",\n  \"merchant_data\": {\n    \"category\": \"string\",\n    \"category_code\": \"string\",\n    \"city\": \"string\",\n    \"country\": \"string\",\n    \"name\": \"string\",\n    \"network_id\": \"string\",\n    \"postal_code\": \"string\",\n    \"state\": \"string\",\n    \"tax_id\": \"string\",\n    \"terminal_id\": \"string\",\n    \"url\": \"string\"\n  },\n  \"metadata\": {},\n  \"network_data\": {\n    \"authorization_code\": \"string\",\n    \"processing_date\": \"string\",\n    \"transaction_id\": \"string\"\n  },\n  \"object\": \"issuing.transaction\",\n  \"purchase_details\": {\n    \"fleet\": {\n      \"cardholder_prompt_data\": {\n        \"driver_id\": \"string\",\n        \"odometer\": 0,\n        \"unspecified_id\": \"string\",\n        \"user_id\": \"string\",\n        \"vehicle_number\": \"string\"\n      },\n      \"purchase_type\": \"string\",\n      \"reported_breakdown\": {\n        \"fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"non_fuel\": {\n          \"gross_amount_decimal\": \"string\"\n        },\n        \"tax\": {\n          \"local_amount_decimal\": \"string\",\n          \"national_amount_decimal\": \"string\"\n        }\n      },\n      \"service_type\": \"string\"\n    },\n    \"flight\": {\n      \"departure_at\": 0,\n      \"passenger_name\": \"string\",\n      \"refundable\": true,\n      \"segments\": [\n        {\n          \"arrival_airport_code\": \"string\",\n          \"carrier\": \"string\",\n          \"departure_airport_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"service_class\": \"string\",\n          \"stopover_allowed\": true\n        }\n      ],\n      \"travel_agency\": \"string\"\n    },\n    \"fuel\": {\n      \"industry_product_code\": \"string\",\n      \"quantity_decimal\": \"string\",\n      \"type\": \"string\",\n      \"unit\": \"string\",\n      \"unit_cost_decimal\": \"string\"\n    },\n    \"lodging\": {\n      \"check_in_at\": 0,\n      \"nights\": 0\n    },\n    \"receipt\": [\n      {\n        \"description\": \"string\",\n        \"quantity\": 0.0,\n        \"total\": 0,\n        \"unit_cost\": 0\n      }\n    ],\n    \"reference\": \"string\"\n  },\n  \"token\": \"string\",\n  \"treasury\": {\n    \"received_credit\": \"string\",\n    \"received_debit\": \"string\"\n  },\n  \"type\": \"capture\",\n  \"wallet\": \"apple_pay\"\n}"}},"summary":"Refund a test-mode transaction"}},"/v1/test_helpers/refunds/{refund}/expire":{"post":{"description":"Expire a pending refund.","parameters":[{"in":"path","name":"refund","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/refund"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"charge\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_details\": {\n    \"affirm\": {},\n    \"afterpay_clearpay\": {},\n    \"alipay\": {},\n    \"alma\": {},\n    \"amazon_pay\": {},\n    \"au_bank_transfer\": {},\n    \"blik\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"br_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"card\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\",\n      \"reference_type\": \"string\",\n      \"type\": \"pending\"\n    },\n    \"cashapp\": {},\n    \"crypto\": {\n      \"reference\": \"string\"\n    },\n    \"customer_cash_balance\": {},\n    \"eps\": {},\n    \"eu_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"gb_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"giropay\": {},\n    \"grabpay\": {},\n    \"jp_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"klarna\": {},\n    \"mb_way\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"multibanco\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"mx_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"nz_bank_transfer\": {},\n    \"p24\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"paynow\": {},\n    \"paypal\": {\n      \"network_decline_code\": \"string\"\n    },\n    \"pix\": {},\n    \"revolut\": {},\n    \"sofort\": {},\n    \"swish\": {\n      \"network_decline_code\": \"string\",\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"th_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"twint\": {},\n    \"type\": \"string\",\n    \"us_bank_transfer\": {\n      \"reference\": \"string\",\n      \"reference_status\": \"string\"\n    },\n    \"wechat_pay\": {},\n    \"zip\": {}\n  },\n  \"failure_balance_transaction\": \"string\",\n  \"failure_reason\": \"string\",\n  \"id\": \"string\",\n  \"instructions_email\": \"string\",\n  \"metadata\": {},\n  \"next_action\": {\n    \"display_details\": {\n      \"email_sent\": {\n        \"email_sent_at\": 0,\n        \"email_sent_to\": \"string\"\n      },\n      \"expires_at\": 0\n    },\n    \"type\": \"string\"\n  },\n  \"object\": \"refund\",\n  \"payment_intent\": \"string\",\n  \"pending_reason\": \"charge_pending\",\n  \"presentment_details\": {\n    \"presentment_amount\": 0,\n    \"presentment_currency\": \"string\"\n  },\n  \"reason\": \"duplicate\",\n  \"receipt_number\": \"string\",\n  \"source_transfer_reversal\": \"string\",\n  \"status\": \"string\",\n  \"transfer_reversal\": \"string\"\n}"}},"summary":"Expire a pending refund."}},"/v1/test_helpers/terminal/readers/{reader}/present_payment_method":{"post":{"description":"Simulate presenting a payment method","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Simulate presenting a payment method"}},"/v1/test_helpers/terminal/readers/{reader}/succeed_input_collection":{"post":{"description":"Simulate a successful input collection","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Simulate a successful input collection"}},"/v1/test_helpers/terminal/readers/{reader}/timeout_input_collection":{"post":{"description":"Simulate an input collection timeout","parameters":[{"in":"path","name":"reader","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/terminal.reader"}}},"description":"{\n  \"action\": {\n    \"collect_inputs\": {\n      \"inputs\": [\n        {\n          \"custom_text\": {\n            \"description\": \"string\",\n            \"skip_button\": \"string\",\n            \"submit_button\": \"string\",\n            \"title\": \"string\"\n          },\n          \"email\": {\n            \"value\": \"string\"\n          },\n          \"numeric\": {\n            \"value\": \"string\"\n          },\n          \"phone\": {\n            \"value\": \"string\"\n          },\n          \"required\": true,\n          \"selection\": {\n            \"choices\": [\n              {\n                \"id\": \"string\",\n                \"style\": \"primary\",\n                \"text\": \"string\"\n              }\n            ],\n            \"id\": \"string\",\n            \"text\": \"string\"\n          },\n          \"signature\": {\n            \"value\": \"string\"\n          },\n          \"skipped\": true,\n          \"text\": {\n            \"value\": \"string\"\n          },\n          \"toggles\": [\n            {\n              \"default_value\": \"disabled\",\n              \"description\": \"string\",\n              \"title\": \"string\",\n              \"value\": \"disabled\"\n            }\n          ],\n          \"type\": \"email\"\n        }\n      ],\n      \"metadata\": {}\n    },\n    \"collect_payment_method\": {\n      \"collect_config\": {\n        \"enable_customer_cancellation\": true,\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      },\n      \"payment_intent\": \"string\",\n      \"payment_method\": {\n        \"acss_debit\": {\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"institution_number\": \"string\",\n          \"last4\": \"string\",\n          \"transit_number\": \"string\"\n        },\n        \"affirm\": {},\n        \"afterpay_clearpay\": {},\n        \"alipay\": {},\n        \"allow_redisplay\": \"always\",\n        \"alma\": {},\n        \"amazon_pay\": {},\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bacs_debit\": {\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"sort_code\": \"string\"\n        },\n        \"bancontact\": {},\n        \"billie\": {},\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"tax_id\": \"string\"\n        },\n        \"blik\": {},\n        \"boleto\": {\n          \"tax_id\": \"string\"\n        },\n        \"card\": {\n          \"brand\": \"string\",\n          \"checks\": {\n            \"address_line1_check\": \"string\",\n            \"address_postal_code_check\": \"string\",\n            \"cvc_check\": \"string\"\n          },\n          \"country\": \"string\",\n          \"display_brand\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"payment_method_details\": {\n              \"card_present\": {\n                \"amount_authorized\": 0,\n                \"brand\": \"string\",\n                \"brand_product\": \"string\",\n                \"capture_before\": 0,\n                \"cardholder_name\": \"string\",\n                \"country\": \"string\",\n                \"description\": \"string\",\n                \"emv_auth_data\": \"string\",\n                \"exp_month\": 0,\n                \"exp_year\": 0,\n                \"fingerprint\": \"string\",\n                \"funding\": \"string\",\n                \"generated_card\": \"string\",\n                \"incremental_authorization_supported\": true,\n                \"issuer\": \"string\",\n                \"last4\": \"string\",\n                \"network\": \"string\",\n                \"network_transaction_id\": \"string\",\n                \"offline\": {\n                  \"stored_at\": 0,\n                  \"type\": \"deferred\"\n                },\n                \"overcapture_supported\": true,\n                \"preferred_locales\": [\n                  \"string\"\n                ],\n                \"read_method\": \"contact_emv\",\n                \"receipt\": {\n                  \"account_type\": \"checking\",\n                  \"application_cryptogram\": \"string\",\n                  \"application_preferred_name\": \"string\",\n                  \"authorization_code\": \"string\",\n                  \"authorization_response_code\": \"string\",\n                  \"cardholder_verification_method\": \"string\",\n                  \"dedicated_file_name\": \"string\",\n                  \"terminal_verification_results\": \"string\",\n                  \"transaction_status_information\": \"string\"\n                },\n                \"wallet\": {\n                  \"type\": \"apple_pay\"\n                }\n              },\n              \"type\": \"string\"\n            },\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"regulated_status\": \"regulated\",\n          \"three_d_secure_usage\": {\n            \"supported\": true\n          },\n          \"wallet\": {\n            \"amex_express_checkout\": {},\n            \"apple_pay\": {},\n            \"dynamic_last4\": \"string\",\n            \"google_pay\": {},\n            \"link\": {},\n            \"masterpass\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            },\n            \"samsung_pay\": {},\n            \"type\": \"amex_express_checkout\",\n            \"visa_checkout\": {\n              \"billing_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\",\n              \"shipping_address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              }\n            }\n          }\n        },\n        \"card_present\": {\n          \"brand\": \"string\",\n          \"brand_product\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"offline\": {\n            \"stored_at\": 0,\n            \"type\": \"deferred\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\",\n          \"wallet\": {\n            \"type\": \"apple_pay\"\n          }\n        },\n        \"cashapp\": {\n          \"buyer_id\": \"string\",\n          \"cashtag\": \"string\"\n        },\n        \"created\": 0,\n        \"crypto\": {},\n        \"custom\": {\n          \"display_name\": \"string\",\n          \"logo\": {\n            \"content_type\": \"string\",\n            \"url\": \"string\"\n          },\n          \"type\": \"string\"\n        },\n        \"customer\": \"string\",\n        \"customer_account\": \"string\",\n        \"customer_balance\": {},\n        \"eps\": {\n          \"bank\": \"arzte_und_apotheker_bank\"\n        },\n        \"fpx\": {\n          \"bank\": \"affin_bank\"\n        },\n        \"giropay\": {},\n        \"grabpay\": {},\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"abn_amro\",\n          \"bic\": \"ABNANL2A\"\n        },\n        \"interac_present\": {\n          \"brand\": \"string\",\n          \"cardholder_name\": \"string\",\n          \"country\": \"string\",\n          \"description\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"issuer\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"available\": [\n              \"string\"\n            ],\n            \"preferred\": \"string\"\n          },\n          \"preferred_locales\": [\n            \"string\"\n          ],\n          \"read_method\": \"contact_emv\"\n        },\n        \"kakao_pay\": {},\n        \"klarna\": {\n          \"dob\": {\n            \"day\": 0,\n            \"month\": 0,\n            \"year\": 0\n          }\n        },\n        \"konbini\": {},\n        \"kr_card\": {\n          \"brand\": \"bc\",\n          \"last4\": \"string\"\n        },\n        \"link\": {\n          \"email\": \"string\"\n        },\n        \"livemode\": true,\n        \"mb_way\": {},\n        \"metadata\": {},\n        \"mobilepay\": {},\n        \"multibanco\": {},\n        \"naver_pay\": {\n          \"buyer_id\": \"string\",\n          \"funding\": \"card\"\n        },\n        \"nz_bank_account\": {\n          \"account_holder_name\": \"string\",\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"branch_code\": \"string\",\n          \"last4\": \"string\",\n          \"suffix\": \"string\"\n        },\n        \"object\": \"payment_method\",\n        \"oxxo\": {},\n        \"p24\": {\n          \"bank\": \"alior_bank\"\n        },\n        \"pay_by_bank\": {},\n        \"payco\": {},\n        \"paynow\": {},\n        \"paypal\": {\n          \"country\": \"string\",\n          \"payer_email\": \"string\",\n          \"payer_id\": \"string\"\n        },\n        \"payto\": {\n          \"bsb_number\": \"string\",\n          \"last4\": \"string\",\n          \"pay_id\": \"string\"\n        },\n        \"pix\": {},\n        \"promptpay\": {},\n        \"radar_options\": {\n          \"session\": \"string\"\n        },\n        \"revolut_pay\": {},\n        \"samsung_pay\": {},\n        \"satispay\": {},\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"generated_from\": {\n            \"charge\": \"string\",\n            \"setup_attempt\": \"string\"\n          },\n          \"last4\": \"string\"\n        },\n        \"sofort\": {\n          \"country\": \"string\"\n        },\n        \"swish\": {},\n        \"twint\": {},\n        \"type\": \"acss_debit\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"financial_connections_account\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"networks\": {\n            \"preferred\": \"string\",\n            \"supported\": [\n              \"ach\"\n            ]\n          },\n          \"routing_number\": \"string\",\n          \"status_details\": {\n            \"blocked\": {\n              \"network_code\": \"R02\",\n              \"reason\": \"bank_account_closed\"\n            }\n          }\n        },\n        \"wechat_pay\": {},\n        \"zip\": {}\n      }\n    },\n    \"confirm_payment_intent\": {\n      \"confirm_config\": {\n        \"return_url\": \"string\"\n      },\n      \"payment_intent\": \"string\"\n    },\n    \"failure_code\": \"string\",\n    \"failure_message\": \"string\",\n    \"process_payment_intent\": {\n      \"payment_intent\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true,\n        \"return_url\": \"string\",\n        \"skip_tipping\": true,\n        \"tipping\": {\n          \"amount_eligible\": 0\n        }\n      }\n    },\n    \"process_setup_intent\": {\n      \"generated_card\": \"string\",\n      \"process_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"setup_intent\": \"string\"\n    },\n    \"refund_payment\": {\n      \"amount\": 0,\n      \"charge\": \"string\",\n      \"metadata\": {},\n      \"payment_intent\": \"string\",\n      \"reason\": \"duplicate\",\n      \"refund\": \"string\",\n      \"refund_application_fee\": true,\n      \"refund_payment_config\": {\n        \"enable_customer_cancellation\": true\n      },\n      \"reverse_transfer\": true\n    },\n    \"set_reader_display\": {\n      \"cart\": {\n        \"currency\": \"string\",\n        \"line_items\": [\n          {\n            \"amount\": 0,\n            \"description\": \"string\",\n            \"quantity\": 0\n          }\n        ],\n        \"tax\": 0,\n        \"total\": 0\n      },\n      \"type\": \"cart\"\n    },\n    \"status\": \"failed\",\n    \"type\": \"collect_inputs\"\n  },\n  \"device_sw_version\": \"string\",\n  \"device_type\": \"bbpos_chipper2x\",\n  \"id\": \"string\",\n  \"ip_address\": \"string\",\n  \"label\": \"string\",\n  \"last_seen_at\": 0,\n  \"livemode\": true,\n  \"location\": \"string\",\n  \"metadata\": {},\n  \"object\": \"terminal.reader\",\n  \"serial_number\": \"string\",\n  \"status\": \"offline\"\n}"}},"summary":"Simulate an input collection timeout"}},"/v1/test_helpers/test_clocks":{"get":{"description":"List all test clocks","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"created\": 0,\n      \"deletes_after\": 0,\n      \"frozen_time\": 0,\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"name\": \"string\",\n      \"object\": \"test_helpers.test_clock\",\n      \"status\": \"advancing\",\n      \"status_details\": {\n        \"advancing\": {\n          \"target_frozen_time\": 0\n        }\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all test clocks"},"post":{"description":"Create a test clock","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/test_helpers.test_clock"}}},"description":"{\n  \"created\": 0,\n  \"deletes_after\": 0,\n  \"frozen_time\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"test_helpers.test_clock\",\n  \"status\": \"advancing\",\n  \"status_details\": {\n    \"advancing\": {\n      \"target_frozen_time\": 0\n    }\n  }\n}"}},"summary":"Create a test clock"}},"/v1/test_helpers/test_clocks/{test_clock}":{"delete":{"description":"Delete a test clock","parameters":[{"in":"path","name":"test_clock","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_test_helpers.test_clock"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"test_helpers.test_clock\"\n}"}},"summary":"Delete a test clock"},"get":{"description":"Retrieve a test clock","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"test_clock","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/test_helpers.test_clock"}}},"description":"{\n  \"created\": 0,\n  \"deletes_after\": 0,\n  \"frozen_time\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"test_helpers.test_clock\",\n  \"status\": \"advancing\",\n  \"status_details\": {\n    \"advancing\": {\n      \"target_frozen_time\": 0\n    }\n  }\n}"}},"summary":"Retrieve a test clock"}},"/v1/test_helpers/test_clocks/{test_clock}/advance":{"post":{"description":"Advance a test clock","parameters":[{"in":"path","name":"test_clock","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/test_helpers.test_clock"}}},"description":"{\n  \"created\": 0,\n  \"deletes_after\": 0,\n  \"frozen_time\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"name\": \"string\",\n  \"object\": \"test_helpers.test_clock\",\n  \"status\": \"advancing\",\n  \"status_details\": {\n    \"advancing\": {\n      \"target_frozen_time\": 0\n    }\n  }\n}"}},"summary":"Advance a test clock"}},"/v1/test_helpers/treasury/inbound_transfers/{id}/fail":{"post":{"description":"Test mode: Fail an InboundTransfer","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.inbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_details\": {\n    \"code\": \"account_closed\"\n  },\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"received_debit\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.inbound_transfer\",\n  \"origin_payment_method\": \"string\",\n  \"origin_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"type\": \"us_bank_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"returned\": true,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"succeeded_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Fail an InboundTransfer"}},"/v1/test_helpers/treasury/inbound_transfers/{id}/return":{"post":{"description":"Test mode: Return an InboundTransfer","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.inbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_details\": {\n    \"code\": \"account_closed\"\n  },\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"received_debit\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.inbound_transfer\",\n  \"origin_payment_method\": \"string\",\n  \"origin_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"type\": \"us_bank_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"returned\": true,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"succeeded_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Return an InboundTransfer"}},"/v1/test_helpers/treasury/inbound_transfers/{id}/succeed":{"post":{"description":"Test mode: Succeed an InboundTransfer","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.inbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_details\": {\n    \"code\": \"account_closed\"\n  },\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"received_debit\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.inbound_transfer\",\n  \"origin_payment_method\": \"string\",\n  \"origin_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"type\": \"us_bank_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"returned\": true,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"succeeded_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Succeed an InboundTransfer"}},"/v1/test_helpers/treasury/outbound_payments/{id}":{"post":{"description":"Test mode: Update an OutboundPayment","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Update an OutboundPayment"}},"/v1/test_helpers/treasury/outbound_payments/{id}/fail":{"post":{"description":"Test mode: Fail an OutboundPayment","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Fail an OutboundPayment"}},"/v1/test_helpers/treasury/outbound_payments/{id}/post":{"post":{"description":"Test mode: Post an OutboundPayment","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Post an OutboundPayment"}},"/v1/test_helpers/treasury/outbound_payments/{id}/return":{"post":{"description":"Test mode: Return an OutboundPayment","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Return an OutboundPayment"}},"/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}":{"post":{"description":"Test mode: Update an OutboundTransfer","parameters":[{"in":"path","name":"outbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Update an OutboundTransfer"}},"/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/fail":{"post":{"description":"Test mode: Fail an OutboundTransfer","parameters":[{"in":"path","name":"outbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Fail an OutboundTransfer"}},"/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/post":{"post":{"description":"Test mode: Post an OutboundTransfer","parameters":[{"in":"path","name":"outbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Post an OutboundTransfer"}},"/v1/test_helpers/treasury/outbound_transfers/{outbound_transfer}/return":{"post":{"description":"Test mode: Return an OutboundTransfer","parameters":[{"in":"path","name":"outbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Return an OutboundTransfer"}},"/v1/test_helpers/treasury/received_credits":{"post":{"description":"Test mode: Create a ReceivedCredit","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.received_credit"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_code\": \"account_closed\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"initiating_payment_method_details\": {\n    \"balance\": \"payments\",\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"issuing_card\": \"string\",\n    \"type\": \"balance\",\n    \"us_bank_account\": {\n      \"bank_name\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"linked_flows\": {\n    \"credit_reversal\": \"string\",\n    \"issuing_authorization\": \"string\",\n    \"issuing_transaction\": \"string\",\n    \"source_flow\": \"string\",\n    \"source_flow_details\": {\n      \"credit_reversal\": {\n        \"amount\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"financial_account\": \"string\",\n        \"hosted_regulatory_receipt_url\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"network\": \"ach\",\n        \"object\": \"treasury.credit_reversal\",\n        \"received_credit\": \"string\",\n        \"status\": \"canceled\",\n        \"status_transitions\": {\n          \"posted_at\": 0\n        },\n        \"transaction\": \"string\"\n      },\n      \"outbound_payment\": {\n        \"amount\": 0,\n        \"cancelable\": true,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"description\": \"string\",\n        \"destination_payment_method\": \"string\",\n        \"destination_payment_method_details\": {\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\"\n          },\n          \"financial_account\": {\n            \"id\": \"string\",\n            \"network\": \"stripe\"\n          },\n          \"type\": \"financial_account\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"mandate\": \"string\",\n            \"network\": \"ach\",\n            \"routing_number\": \"string\"\n          }\n        },\n        \"end_user_details\": {\n          \"ip_address\": \"string\",\n          \"present\": true\n        },\n        \"expected_arrival_date\": 0,\n        \"financial_account\": \"string\",\n        \"hosted_regulatory_receipt_url\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"treasury.outbound_payment\",\n        \"returned_details\": {\n          \"code\": \"account_closed\",\n          \"transaction\": \"string\"\n        },\n        \"statement_descriptor\": \"string\",\n        \"status\": \"canceled\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"failed_at\": 0,\n          \"posted_at\": 0,\n          \"returned_at\": 0\n        },\n        \"tracking_details\": {\n          \"ach\": {\n            \"trace_id\": \"string\"\n          },\n          \"type\": \"ach\",\n          \"us_domestic_wire\": {\n            \"chips\": \"string\",\n            \"imad\": \"string\",\n            \"omad\": \"string\"\n          }\n        },\n        \"transaction\": \"string\"\n      },\n      \"outbound_transfer\": {\n        \"amount\": 0,\n        \"cancelable\": true,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_payment_method\": \"string\",\n        \"destination_payment_method_details\": {\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\"\n          },\n          \"financial_account\": {\n            \"id\": \"string\",\n            \"network\": \"stripe\"\n          },\n          \"type\": \"financial_account\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"mandate\": \"string\",\n            \"network\": \"ach\",\n            \"routing_number\": \"string\"\n          }\n        },\n        \"expected_arrival_date\": 0,\n        \"financial_account\": \"string\",\n        \"hosted_regulatory_receipt_url\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"treasury.outbound_transfer\",\n        \"returned_details\": {\n          \"code\": \"account_closed\",\n          \"transaction\": \"string\"\n        },\n        \"statement_descriptor\": \"string\",\n        \"status\": \"canceled\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"failed_at\": 0,\n          \"posted_at\": 0,\n          \"returned_at\": 0\n        },\n        \"tracking_details\": {\n          \"ach\": {\n            \"trace_id\": \"string\"\n          },\n          \"type\": \"ach\",\n          \"us_domestic_wire\": {\n            \"chips\": \"string\",\n            \"imad\": \"string\",\n            \"omad\": \"string\"\n          }\n        },\n        \"transaction\": \"string\"\n      },\n      \"payout\": {\n        \"amount\": 0,\n        \"application_fee\": \"string\",\n        \"application_fee_amount\": 0,\n        \"arrival_date\": 0,\n        \"automatic\": true,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination\": \"string\",\n        \"failure_balance_transaction\": \"string\",\n        \"failure_code\": \"string\",\n        \"failure_message\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"method\": \"string\",\n        \"object\": \"payout\",\n        \"original_payout\": \"string\",\n        \"payout_method\": \"string\",\n        \"reconciliation_status\": \"completed\",\n        \"reversed_by\": \"string\",\n        \"source_type\": \"string\",\n        \"statement_descriptor\": \"string\",\n        \"status\": \"string\",\n        \"trace_id\": {\n          \"status\": \"string\",\n          \"value\": \"string\"\n        },\n        \"type\": \"bank_account\"\n      },\n      \"type\": \"credit_reversal\"\n    },\n    \"source_flow_type\": \"string\"\n  },\n  \"livemode\": true,\n  \"network\": \"ach\",\n  \"object\": \"treasury.received_credit\",\n  \"reversal_details\": {\n    \"deadline\": 0,\n    \"restricted_reason\": \"already_reversed\"\n  },\n  \"status\": \"failed\",\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Create a ReceivedCredit"}},"/v1/test_helpers/treasury/received_debits":{"post":{"description":"Test mode: Create a ReceivedDebit","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.received_debit"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_code\": \"account_closed\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"initiating_payment_method_details\": {\n    \"balance\": \"payments\",\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"issuing_card\": \"string\",\n    \"type\": \"balance\",\n    \"us_bank_account\": {\n      \"bank_name\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"linked_flows\": {\n    \"debit_reversal\": \"string\",\n    \"inbound_transfer\": \"string\",\n    \"issuing_authorization\": \"string\",\n    \"issuing_transaction\": \"string\",\n    \"payout\": \"string\",\n    \"topup\": \"string\"\n  },\n  \"livemode\": true,\n  \"network\": \"ach\",\n  \"object\": \"treasury.received_debit\",\n  \"reversal_details\": {\n    \"deadline\": 0,\n    \"restricted_reason\": \"already_reversed\"\n  },\n  \"status\": \"failed\",\n  \"transaction\": \"string\"\n}"}},"summary":"Test mode: Create a ReceivedDebit"}},"/v1/tokens":{"post":{"description":"Create a CVC update token","requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/token"}}},"description":"{\n  \"bank_account\": {\n    \"account\": \"string\",\n    \"account_holder_name\": \"string\",\n    \"account_holder_type\": \"string\",\n    \"account_type\": \"string\",\n    \"available_payout_methods\": [\n      \"instant\"\n    ],\n    \"bank_name\": \"string\",\n    \"country\": \"string\",\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"default_for_currency\": true,\n    \"fingerprint\": \"string\",\n    \"future_requirements\": {\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"metadata\": {},\n    \"object\": \"bank_account\",\n    \"requirements\": {\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status\": \"string\"\n  },\n  \"card\": {\n    \"account\": \"string\",\n    \"address_city\": \"string\",\n    \"address_country\": \"string\",\n    \"address_line1\": \"string\",\n    \"address_line1_check\": \"string\",\n    \"address_line2\": \"string\",\n    \"address_state\": \"string\",\n    \"address_zip\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"allow_redisplay\": \"always\",\n    \"available_payout_methods\": [\n      \"instant\"\n    ],\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"cvc_check\": \"string\",\n    \"default_for_currency\": true,\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"id\": \"string\",\n    \"iin\": \"string\",\n    \"last4\": \"string\",\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\"\n    },\n    \"object\": \"card\",\n    \"regulated_status\": \"regulated\",\n    \"status\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"client_ip\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"token\",\n  \"type\": \"string\",\n  \"used\": true\n}"}},"summary":"Create a CVC update token"}},"/v1/tokens/{token}":{"get":{"description":"Retrieve a token","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"token","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/token"}}},"description":"{\n  \"bank_account\": {\n    \"account\": \"string\",\n    \"account_holder_name\": \"string\",\n    \"account_holder_type\": \"string\",\n    \"account_type\": \"string\",\n    \"available_payout_methods\": [\n      \"instant\"\n    ],\n    \"bank_name\": \"string\",\n    \"country\": \"string\",\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"default_for_currency\": true,\n    \"fingerprint\": \"string\",\n    \"future_requirements\": {\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"id\": \"string\",\n    \"last4\": \"string\",\n    \"metadata\": {},\n    \"object\": \"bank_account\",\n    \"requirements\": {\n      \"currently_due\": [\n        \"string\"\n      ],\n      \"errors\": [\n        {\n          \"code\": \"external_request\",\n          \"reason\": \"string\",\n          \"requirement\": \"string\"\n        }\n      ],\n      \"past_due\": [\n        \"string\"\n      ],\n      \"pending_verification\": [\n        \"string\"\n      ]\n    },\n    \"routing_number\": \"string\",\n    \"status\": \"string\"\n  },\n  \"card\": {\n    \"account\": \"string\",\n    \"address_city\": \"string\",\n    \"address_country\": \"string\",\n    \"address_line1\": \"string\",\n    \"address_line1_check\": \"string\",\n    \"address_line2\": \"string\",\n    \"address_state\": \"string\",\n    \"address_zip\": \"string\",\n    \"address_zip_check\": \"string\",\n    \"allow_redisplay\": \"always\",\n    \"available_payout_methods\": [\n      \"instant\"\n    ],\n    \"brand\": \"string\",\n    \"country\": \"string\",\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"cvc_check\": \"string\",\n    \"default_for_currency\": true,\n    \"dynamic_last4\": \"string\",\n    \"exp_month\": 0,\n    \"exp_year\": 0,\n    \"fingerprint\": \"string\",\n    \"funding\": \"string\",\n    \"id\": \"string\",\n    \"iin\": \"string\",\n    \"last4\": \"string\",\n    \"metadata\": {},\n    \"name\": \"string\",\n    \"networks\": {\n      \"preferred\": \"string\"\n    },\n    \"object\": \"card\",\n    \"regulated_status\": \"regulated\",\n    \"status\": \"string\",\n    \"tokenization_method\": \"string\"\n  },\n  \"client_ip\": \"string\",\n  \"created\": 0,\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"token\",\n  \"type\": \"string\",\n  \"used\": true\n}"}},"summary":"Retrieve a token"}},"/v1/topups":{"get":{"description":"List all top-ups","parameters":[{"description":"A positive integer representing how much to transfer.","in":"query","name":"amount","schema":{"type":"string"},"style":"form"},{"description":"A filter on the list, based on the object `created` field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with a number of different query options.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return top-ups that have the given status. One of `canceled`, `failed`, `pending` or `succeeded`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"expected_availability_date\": 0,\n      \"failure_code\": \"string\",\n      \"failure_message\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"topup\",\n      \"source\": {\n        \"ach_credit_transfer\": {\n          \"account_number\": \"string\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"refund_account_holder_name\": \"string\",\n          \"refund_account_holder_type\": \"string\",\n          \"refund_routing_number\": \"string\",\n          \"routing_number\": \"string\",\n          \"swift_code\": \"string\"\n        },\n        \"ach_debit\": {\n          \"bank_name\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\",\n          \"type\": \"string\"\n        },\n        \"acss_debit\": {\n          \"bank_address_city\": \"string\",\n          \"bank_address_line_1\": \"string\",\n          \"bank_address_line_2\": \"string\",\n          \"bank_address_postal_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"category\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        },\n        \"alipay\": {\n          \"data_string\": \"string\",\n          \"native_url\": \"string\",\n          \"statement_descriptor\": \"string\"\n        },\n        \"allow_redisplay\": \"always\",\n        \"amount\": 0,\n        \"au_becs_debit\": {\n          \"bsb_number\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\"\n        },\n        \"bancontact\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"string\",\n          \"statement_descriptor\": \"string\"\n        },\n        \"card\": {\n          \"address_line1_check\": \"string\",\n          \"address_zip_check\": \"string\",\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"cvc_check\": \"string\",\n          \"dynamic_last4\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"last4\": \"string\",\n          \"name\": \"string\",\n          \"three_d_secure\": \"string\",\n          \"tokenization_method\": \"string\"\n        },\n        \"card_present\": {\n          \"application_cryptogram\": \"string\",\n          \"application_preferred_name\": \"string\",\n          \"authorization_code\": \"string\",\n          \"authorization_response_code\": \"string\",\n          \"brand\": \"string\",\n          \"country\": \"string\",\n          \"cvm_type\": \"string\",\n          \"data_type\": \"string\",\n          \"dedicated_file_name\": \"string\",\n          \"emv_auth_data\": \"string\",\n          \"evidence_customer_signature\": \"string\",\n          \"evidence_transaction_certificate\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"last4\": \"string\",\n          \"pos_device_id\": \"string\",\n          \"pos_entry_mode\": \"string\",\n          \"read_method\": \"string\",\n          \"reader\": \"string\",\n          \"terminal_verification_results\": \"string\",\n          \"transaction_status_information\": \"string\"\n        },\n        \"client_secret\": \"string\",\n        \"code_verification\": {\n          \"attempts_remaining\": 0,\n          \"status\": \"string\"\n        },\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"eps\": {\n          \"reference\": \"string\",\n          \"statement_descriptor\": \"string\"\n        },\n        \"flow\": \"string\",\n        \"giropay\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"statement_descriptor\": \"string\"\n        },\n        \"id\": \"string\",\n        \"ideal\": {\n          \"bank\": \"string\",\n          \"bic\": \"string\",\n          \"iban_last4\": \"string\",\n          \"statement_descriptor\": \"string\"\n        },\n        \"klarna\": {\n          \"background_image_url\": \"string\",\n          \"client_token\": \"string\",\n          \"first_name\": \"string\",\n          \"last_name\": \"string\",\n          \"locale\": \"string\",\n          \"logo_url\": \"string\",\n          \"page_title\": \"string\",\n          \"pay_later_asset_urls_descriptive\": \"string\",\n          \"pay_later_asset_urls_standard\": \"string\",\n          \"pay_later_name\": \"string\",\n          \"pay_later_redirect_url\": \"string\",\n          \"pay_now_asset_urls_descriptive\": \"string\",\n          \"pay_now_asset_urls_standard\": \"string\",\n          \"pay_now_name\": \"string\",\n          \"pay_now_redirect_url\": \"string\",\n          \"pay_over_time_asset_urls_descriptive\": \"string\",\n          \"pay_over_time_asset_urls_standard\": \"string\",\n          \"pay_over_time_name\": \"string\",\n          \"pay_over_time_redirect_url\": \"string\",\n          \"payment_method_categories\": \"string\",\n          \"purchase_country\": \"string\",\n          \"purchase_type\": \"string\",\n          \"redirect_url\": \"string\",\n          \"shipping_delay\": 0,\n          \"shipping_first_name\": \"string\",\n          \"shipping_last_name\": \"string\"\n        },\n        \"livemode\": true,\n        \"metadata\": {},\n        \"multibanco\": {\n          \"entity\": \"string\",\n          \"reference\": \"string\",\n          \"refund_account_holder_address_city\": \"string\",\n          \"refund_account_holder_address_country\": \"string\",\n          \"refund_account_holder_address_line1\": \"string\",\n          \"refund_account_holder_address_line2\": \"string\",\n          \"refund_account_holder_address_postal_code\": \"string\",\n          \"refund_account_holder_address_state\": \"string\",\n          \"refund_account_holder_name\": \"string\",\n          \"refund_iban\": \"string\"\n        },\n        \"object\": \"source\",\n        \"owner\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"verified_address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"verified_email\": \"string\",\n          \"verified_name\": \"string\",\n          \"verified_phone\": \"string\"\n        },\n        \"p24\": {\n          \"reference\": \"string\"\n        },\n        \"receiver\": {\n          \"address\": \"string\",\n          \"amount_charged\": 0,\n          \"amount_received\": 0,\n          \"amount_returned\": 0,\n          \"refund_attributes_method\": \"string\",\n          \"refund_attributes_status\": \"string\"\n        },\n        \"redirect\": {\n          \"failure_reason\": \"string\",\n          \"return_url\": \"string\",\n          \"status\": \"string\",\n          \"url\": \"string\"\n        },\n        \"sepa_debit\": {\n          \"bank_code\": \"string\",\n          \"branch_code\": \"string\",\n          \"country\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate_reference\": \"string\",\n          \"mandate_url\": \"string\"\n        },\n        \"sofort\": {\n          \"bank_code\": \"string\",\n          \"bank_name\": \"string\",\n          \"bic\": \"string\",\n          \"country\": \"string\",\n          \"iban_last4\": \"string\",\n          \"preferred_language\": \"string\",\n          \"statement_descriptor\": \"string\"\n        },\n        \"source_order\": {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"email\": \"string\",\n          \"items\": [\n            {\n              \"amount\": 0,\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"parent\": \"string\",\n              \"quantity\": 0,\n              \"type\": \"string\"\n            }\n          ],\n          \"shipping\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"carrier\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"tracking_number\": \"string\"\n          }\n        },\n        \"statement_descriptor\": \"string\",\n        \"status\": \"string\",\n        \"three_d_secure\": {\n          \"address_line1_check\": \"string\",\n          \"address_zip_check\": \"string\",\n          \"authenticated\": true,\n          \"brand\": \"string\",\n          \"card\": \"string\",\n          \"country\": \"string\",\n          \"customer\": \"string\",\n          \"cvc_check\": \"string\",\n          \"dynamic_last4\": \"string\",\n          \"exp_month\": 0,\n          \"exp_year\": 0,\n          \"fingerprint\": \"string\",\n          \"funding\": \"string\",\n          \"last4\": \"string\",\n          \"name\": \"string\",\n          \"three_d_secure\": \"string\",\n          \"tokenization_method\": \"string\"\n        },\n        \"type\": \"ach_credit_transfer\",\n        \"usage\": \"string\",\n        \"wechat\": {\n          \"prepay_id\": \"string\",\n          \"qr_code_url\": \"string\",\n          \"statement_descriptor\": \"string\"\n        }\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"transfer_group\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all top-ups"},"post":{"description":"Create a top-up","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/topup"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"expected_availability_date\": 0,\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"topup\",\n  \"source\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_account_holder_type\": \"string\",\n      \"refund_routing_number\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\",\n      \"type\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_address_city\": \"string\",\n      \"bank_address_line_1\": \"string\",\n      \"bank_address_line_2\": \"string\",\n      \"bank_address_postal_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"category\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"alipay\": {\n      \"data_string\": \"string\",\n      \"native_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"allow_redisplay\": \"always\",\n    \"amount\": 0,\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"card\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"card_present\": {\n      \"application_cryptogram\": \"string\",\n      \"application_preferred_name\": \"string\",\n      \"authorization_code\": \"string\",\n      \"authorization_response_code\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvm_type\": \"string\",\n      \"data_type\": \"string\",\n      \"dedicated_file_name\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"evidence_customer_signature\": \"string\",\n      \"evidence_transaction_certificate\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"pos_device_id\": \"string\",\n      \"pos_entry_mode\": \"string\",\n      \"read_method\": \"string\",\n      \"reader\": \"string\",\n      \"terminal_verification_results\": \"string\",\n      \"transaction_status_information\": \"string\"\n    },\n    \"client_secret\": \"string\",\n    \"code_verification\": {\n      \"attempts_remaining\": 0,\n      \"status\": \"string\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"eps\": {\n      \"reference\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"flow\": \"string\",\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"id\": \"string\",\n    \"ideal\": {\n      \"bank\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"klarna\": {\n      \"background_image_url\": \"string\",\n      \"client_token\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"locale\": \"string\",\n      \"logo_url\": \"string\",\n      \"page_title\": \"string\",\n      \"pay_later_asset_urls_descriptive\": \"string\",\n      \"pay_later_asset_urls_standard\": \"string\",\n      \"pay_later_name\": \"string\",\n      \"pay_later_redirect_url\": \"string\",\n      \"pay_now_asset_urls_descriptive\": \"string\",\n      \"pay_now_asset_urls_standard\": \"string\",\n      \"pay_now_name\": \"string\",\n      \"pay_now_redirect_url\": \"string\",\n      \"pay_over_time_asset_urls_descriptive\": \"string\",\n      \"pay_over_time_asset_urls_standard\": \"string\",\n      \"pay_over_time_name\": \"string\",\n      \"pay_over_time_redirect_url\": \"string\",\n      \"payment_method_categories\": \"string\",\n      \"purchase_country\": \"string\",\n      \"purchase_type\": \"string\",\n      \"redirect_url\": \"string\",\n      \"shipping_delay\": 0,\n      \"shipping_first_name\": \"string\",\n      \"shipping_last_name\": \"string\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\",\n      \"refund_account_holder_address_city\": \"string\",\n      \"refund_account_holder_address_country\": \"string\",\n      \"refund_account_holder_address_line1\": \"string\",\n      \"refund_account_holder_address_line2\": \"string\",\n      \"refund_account_holder_address_postal_code\": \"string\",\n      \"refund_account_holder_address_state\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_iban\": \"string\"\n    },\n    \"object\": \"source\",\n    \"owner\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"verified_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"verified_email\": \"string\",\n      \"verified_name\": \"string\",\n      \"verified_phone\": \"string\"\n    },\n    \"p24\": {\n      \"reference\": \"string\"\n    },\n    \"receiver\": {\n      \"address\": \"string\",\n      \"amount_charged\": 0,\n      \"amount_received\": 0,\n      \"amount_returned\": 0,\n      \"refund_attributes_method\": \"string\",\n      \"refund_attributes_status\": \"string\"\n    },\n    \"redirect\": {\n      \"failure_reason\": \"string\",\n      \"return_url\": \"string\",\n      \"status\": \"string\",\n      \"url\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate_reference\": \"string\",\n      \"mandate_url\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"source_order\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"email\": \"string\",\n      \"items\": [\n        {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"parent\": \"string\",\n          \"quantity\": 0,\n          \"type\": \"string\"\n        }\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      }\n    },\n    \"statement_descriptor\": \"string\",\n    \"status\": \"string\",\n    \"three_d_secure\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"authenticated\": true,\n      \"brand\": \"string\",\n      \"card\": \"string\",\n      \"country\": \"string\",\n      \"customer\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"type\": \"ach_credit_transfer\",\n    \"usage\": \"string\",\n    \"wechat\": {\n      \"prepay_id\": \"string\",\n      \"qr_code_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Create a top-up"}},"/v1/topups/{topup}":{"get":{"description":"Retrieve a top-up","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"topup","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/topup"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"expected_availability_date\": 0,\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"topup\",\n  \"source\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_account_holder_type\": \"string\",\n      \"refund_routing_number\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\",\n      \"type\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_address_city\": \"string\",\n      \"bank_address_line_1\": \"string\",\n      \"bank_address_line_2\": \"string\",\n      \"bank_address_postal_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"category\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"alipay\": {\n      \"data_string\": \"string\",\n      \"native_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"allow_redisplay\": \"always\",\n    \"amount\": 0,\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"card\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"card_present\": {\n      \"application_cryptogram\": \"string\",\n      \"application_preferred_name\": \"string\",\n      \"authorization_code\": \"string\",\n      \"authorization_response_code\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvm_type\": \"string\",\n      \"data_type\": \"string\",\n      \"dedicated_file_name\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"evidence_customer_signature\": \"string\",\n      \"evidence_transaction_certificate\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"pos_device_id\": \"string\",\n      \"pos_entry_mode\": \"string\",\n      \"read_method\": \"string\",\n      \"reader\": \"string\",\n      \"terminal_verification_results\": \"string\",\n      \"transaction_status_information\": \"string\"\n    },\n    \"client_secret\": \"string\",\n    \"code_verification\": {\n      \"attempts_remaining\": 0,\n      \"status\": \"string\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"eps\": {\n      \"reference\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"flow\": \"string\",\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"id\": \"string\",\n    \"ideal\": {\n      \"bank\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"klarna\": {\n      \"background_image_url\": \"string\",\n      \"client_token\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"locale\": \"string\",\n      \"logo_url\": \"string\",\n      \"page_title\": \"string\",\n      \"pay_later_asset_urls_descriptive\": \"string\",\n      \"pay_later_asset_urls_standard\": \"string\",\n      \"pay_later_name\": \"string\",\n      \"pay_later_redirect_url\": \"string\",\n      \"pay_now_asset_urls_descriptive\": \"string\",\n      \"pay_now_asset_urls_standard\": \"string\",\n      \"pay_now_name\": \"string\",\n      \"pay_now_redirect_url\": \"string\",\n      \"pay_over_time_asset_urls_descriptive\": \"string\",\n      \"pay_over_time_asset_urls_standard\": \"string\",\n      \"pay_over_time_name\": \"string\",\n      \"pay_over_time_redirect_url\": \"string\",\n      \"payment_method_categories\": \"string\",\n      \"purchase_country\": \"string\",\n      \"purchase_type\": \"string\",\n      \"redirect_url\": \"string\",\n      \"shipping_delay\": 0,\n      \"shipping_first_name\": \"string\",\n      \"shipping_last_name\": \"string\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\",\n      \"refund_account_holder_address_city\": \"string\",\n      \"refund_account_holder_address_country\": \"string\",\n      \"refund_account_holder_address_line1\": \"string\",\n      \"refund_account_holder_address_line2\": \"string\",\n      \"refund_account_holder_address_postal_code\": \"string\",\n      \"refund_account_holder_address_state\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_iban\": \"string\"\n    },\n    \"object\": \"source\",\n    \"owner\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"verified_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"verified_email\": \"string\",\n      \"verified_name\": \"string\",\n      \"verified_phone\": \"string\"\n    },\n    \"p24\": {\n      \"reference\": \"string\"\n    },\n    \"receiver\": {\n      \"address\": \"string\",\n      \"amount_charged\": 0,\n      \"amount_received\": 0,\n      \"amount_returned\": 0,\n      \"refund_attributes_method\": \"string\",\n      \"refund_attributes_status\": \"string\"\n    },\n    \"redirect\": {\n      \"failure_reason\": \"string\",\n      \"return_url\": \"string\",\n      \"status\": \"string\",\n      \"url\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate_reference\": \"string\",\n      \"mandate_url\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"source_order\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"email\": \"string\",\n      \"items\": [\n        {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"parent\": \"string\",\n          \"quantity\": 0,\n          \"type\": \"string\"\n        }\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      }\n    },\n    \"statement_descriptor\": \"string\",\n    \"status\": \"string\",\n    \"three_d_secure\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"authenticated\": true,\n      \"brand\": \"string\",\n      \"card\": \"string\",\n      \"country\": \"string\",\n      \"customer\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"type\": \"ach_credit_transfer\",\n    \"usage\": \"string\",\n    \"wechat\": {\n      \"prepay_id\": \"string\",\n      \"qr_code_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Retrieve a top-up"},"post":{"description":"Update a top-up","parameters":[{"in":"path","name":"topup","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/topup"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"expected_availability_date\": 0,\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"topup\",\n  \"source\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_account_holder_type\": \"string\",\n      \"refund_routing_number\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\",\n      \"type\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_address_city\": \"string\",\n      \"bank_address_line_1\": \"string\",\n      \"bank_address_line_2\": \"string\",\n      \"bank_address_postal_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"category\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"alipay\": {\n      \"data_string\": \"string\",\n      \"native_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"allow_redisplay\": \"always\",\n    \"amount\": 0,\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"card\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"card_present\": {\n      \"application_cryptogram\": \"string\",\n      \"application_preferred_name\": \"string\",\n      \"authorization_code\": \"string\",\n      \"authorization_response_code\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvm_type\": \"string\",\n      \"data_type\": \"string\",\n      \"dedicated_file_name\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"evidence_customer_signature\": \"string\",\n      \"evidence_transaction_certificate\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"pos_device_id\": \"string\",\n      \"pos_entry_mode\": \"string\",\n      \"read_method\": \"string\",\n      \"reader\": \"string\",\n      \"terminal_verification_results\": \"string\",\n      \"transaction_status_information\": \"string\"\n    },\n    \"client_secret\": \"string\",\n    \"code_verification\": {\n      \"attempts_remaining\": 0,\n      \"status\": \"string\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"eps\": {\n      \"reference\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"flow\": \"string\",\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"id\": \"string\",\n    \"ideal\": {\n      \"bank\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"klarna\": {\n      \"background_image_url\": \"string\",\n      \"client_token\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"locale\": \"string\",\n      \"logo_url\": \"string\",\n      \"page_title\": \"string\",\n      \"pay_later_asset_urls_descriptive\": \"string\",\n      \"pay_later_asset_urls_standard\": \"string\",\n      \"pay_later_name\": \"string\",\n      \"pay_later_redirect_url\": \"string\",\n      \"pay_now_asset_urls_descriptive\": \"string\",\n      \"pay_now_asset_urls_standard\": \"string\",\n      \"pay_now_name\": \"string\",\n      \"pay_now_redirect_url\": \"string\",\n      \"pay_over_time_asset_urls_descriptive\": \"string\",\n      \"pay_over_time_asset_urls_standard\": \"string\",\n      \"pay_over_time_name\": \"string\",\n      \"pay_over_time_redirect_url\": \"string\",\n      \"payment_method_categories\": \"string\",\n      \"purchase_country\": \"string\",\n      \"purchase_type\": \"string\",\n      \"redirect_url\": \"string\",\n      \"shipping_delay\": 0,\n      \"shipping_first_name\": \"string\",\n      \"shipping_last_name\": \"string\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\",\n      \"refund_account_holder_address_city\": \"string\",\n      \"refund_account_holder_address_country\": \"string\",\n      \"refund_account_holder_address_line1\": \"string\",\n      \"refund_account_holder_address_line2\": \"string\",\n      \"refund_account_holder_address_postal_code\": \"string\",\n      \"refund_account_holder_address_state\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_iban\": \"string\"\n    },\n    \"object\": \"source\",\n    \"owner\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"verified_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"verified_email\": \"string\",\n      \"verified_name\": \"string\",\n      \"verified_phone\": \"string\"\n    },\n    \"p24\": {\n      \"reference\": \"string\"\n    },\n    \"receiver\": {\n      \"address\": \"string\",\n      \"amount_charged\": 0,\n      \"amount_received\": 0,\n      \"amount_returned\": 0,\n      \"refund_attributes_method\": \"string\",\n      \"refund_attributes_status\": \"string\"\n    },\n    \"redirect\": {\n      \"failure_reason\": \"string\",\n      \"return_url\": \"string\",\n      \"status\": \"string\",\n      \"url\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate_reference\": \"string\",\n      \"mandate_url\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"source_order\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"email\": \"string\",\n      \"items\": [\n        {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"parent\": \"string\",\n          \"quantity\": 0,\n          \"type\": \"string\"\n        }\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      }\n    },\n    \"statement_descriptor\": \"string\",\n    \"status\": \"string\",\n    \"three_d_secure\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"authenticated\": true,\n      \"brand\": \"string\",\n      \"card\": \"string\",\n      \"country\": \"string\",\n      \"customer\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"type\": \"ach_credit_transfer\",\n    \"usage\": \"string\",\n    \"wechat\": {\n      \"prepay_id\": \"string\",\n      \"qr_code_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Update a top-up"}},"/v1/topups/{topup}/cancel":{"post":{"description":"Cancel a top-up","parameters":[{"in":"path","name":"topup","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/topup"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"expected_availability_date\": 0,\n  \"failure_code\": \"string\",\n  \"failure_message\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"topup\",\n  \"source\": {\n    \"ach_credit_transfer\": {\n      \"account_number\": \"string\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_account_holder_type\": \"string\",\n      \"refund_routing_number\": \"string\",\n      \"routing_number\": \"string\",\n      \"swift_code\": \"string\"\n    },\n    \"ach_debit\": {\n      \"bank_name\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\",\n      \"type\": \"string\"\n    },\n    \"acss_debit\": {\n      \"bank_address_city\": \"string\",\n      \"bank_address_line_1\": \"string\",\n      \"bank_address_line_2\": \"string\",\n      \"bank_address_postal_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"category\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    },\n    \"alipay\": {\n      \"data_string\": \"string\",\n      \"native_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"allow_redisplay\": \"always\",\n    \"amount\": 0,\n    \"au_becs_debit\": {\n      \"bsb_number\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\"\n    },\n    \"bancontact\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"card\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"card_present\": {\n      \"application_cryptogram\": \"string\",\n      \"application_preferred_name\": \"string\",\n      \"authorization_code\": \"string\",\n      \"authorization_response_code\": \"string\",\n      \"brand\": \"string\",\n      \"country\": \"string\",\n      \"cvm_type\": \"string\",\n      \"data_type\": \"string\",\n      \"dedicated_file_name\": \"string\",\n      \"emv_auth_data\": \"string\",\n      \"evidence_customer_signature\": \"string\",\n      \"evidence_transaction_certificate\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"pos_device_id\": \"string\",\n      \"pos_entry_mode\": \"string\",\n      \"read_method\": \"string\",\n      \"reader\": \"string\",\n      \"terminal_verification_results\": \"string\",\n      \"transaction_status_information\": \"string\"\n    },\n    \"client_secret\": \"string\",\n    \"code_verification\": {\n      \"attempts_remaining\": 0,\n      \"status\": \"string\"\n    },\n    \"created\": 0,\n    \"currency\": \"string\",\n    \"customer\": \"string\",\n    \"eps\": {\n      \"reference\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"flow\": \"string\",\n    \"giropay\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"id\": \"string\",\n    \"ideal\": {\n      \"bank\": \"string\",\n      \"bic\": \"string\",\n      \"iban_last4\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"klarna\": {\n      \"background_image_url\": \"string\",\n      \"client_token\": \"string\",\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"locale\": \"string\",\n      \"logo_url\": \"string\",\n      \"page_title\": \"string\",\n      \"pay_later_asset_urls_descriptive\": \"string\",\n      \"pay_later_asset_urls_standard\": \"string\",\n      \"pay_later_name\": \"string\",\n      \"pay_later_redirect_url\": \"string\",\n      \"pay_now_asset_urls_descriptive\": \"string\",\n      \"pay_now_asset_urls_standard\": \"string\",\n      \"pay_now_name\": \"string\",\n      \"pay_now_redirect_url\": \"string\",\n      \"pay_over_time_asset_urls_descriptive\": \"string\",\n      \"pay_over_time_asset_urls_standard\": \"string\",\n      \"pay_over_time_name\": \"string\",\n      \"pay_over_time_redirect_url\": \"string\",\n      \"payment_method_categories\": \"string\",\n      \"purchase_country\": \"string\",\n      \"purchase_type\": \"string\",\n      \"redirect_url\": \"string\",\n      \"shipping_delay\": 0,\n      \"shipping_first_name\": \"string\",\n      \"shipping_last_name\": \"string\"\n    },\n    \"livemode\": true,\n    \"metadata\": {},\n    \"multibanco\": {\n      \"entity\": \"string\",\n      \"reference\": \"string\",\n      \"refund_account_holder_address_city\": \"string\",\n      \"refund_account_holder_address_country\": \"string\",\n      \"refund_account_holder_address_line1\": \"string\",\n      \"refund_account_holder_address_line2\": \"string\",\n      \"refund_account_holder_address_postal_code\": \"string\",\n      \"refund_account_holder_address_state\": \"string\",\n      \"refund_account_holder_name\": \"string\",\n      \"refund_iban\": \"string\"\n    },\n    \"object\": \"source\",\n    \"owner\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\",\n      \"phone\": \"string\",\n      \"verified_address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"verified_email\": \"string\",\n      \"verified_name\": \"string\",\n      \"verified_phone\": \"string\"\n    },\n    \"p24\": {\n      \"reference\": \"string\"\n    },\n    \"receiver\": {\n      \"address\": \"string\",\n      \"amount_charged\": 0,\n      \"amount_received\": 0,\n      \"amount_returned\": 0,\n      \"refund_attributes_method\": \"string\",\n      \"refund_attributes_status\": \"string\"\n    },\n    \"redirect\": {\n      \"failure_reason\": \"string\",\n      \"return_url\": \"string\",\n      \"status\": \"string\",\n      \"url\": \"string\"\n    },\n    \"sepa_debit\": {\n      \"bank_code\": \"string\",\n      \"branch_code\": \"string\",\n      \"country\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate_reference\": \"string\",\n      \"mandate_url\": \"string\"\n    },\n    \"sofort\": {\n      \"bank_code\": \"string\",\n      \"bank_name\": \"string\",\n      \"bic\": \"string\",\n      \"country\": \"string\",\n      \"iban_last4\": \"string\",\n      \"preferred_language\": \"string\",\n      \"statement_descriptor\": \"string\"\n    },\n    \"source_order\": {\n      \"amount\": 0,\n      \"currency\": \"string\",\n      \"email\": \"string\",\n      \"items\": [\n        {\n          \"amount\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"parent\": \"string\",\n          \"quantity\": 0,\n          \"type\": \"string\"\n        }\n      ],\n      \"shipping\": {\n        \"address\": {\n          \"city\": \"string\",\n          \"country\": \"string\",\n          \"line1\": \"string\",\n          \"line2\": \"string\",\n          \"postal_code\": \"string\",\n          \"state\": \"string\"\n        },\n        \"carrier\": \"string\",\n        \"name\": \"string\",\n        \"phone\": \"string\",\n        \"tracking_number\": \"string\"\n      }\n    },\n    \"statement_descriptor\": \"string\",\n    \"status\": \"string\",\n    \"three_d_secure\": {\n      \"address_line1_check\": \"string\",\n      \"address_zip_check\": \"string\",\n      \"authenticated\": true,\n      \"brand\": \"string\",\n      \"card\": \"string\",\n      \"country\": \"string\",\n      \"customer\": \"string\",\n      \"cvc_check\": \"string\",\n      \"dynamic_last4\": \"string\",\n      \"exp_month\": 0,\n      \"exp_year\": 0,\n      \"fingerprint\": \"string\",\n      \"funding\": \"string\",\n      \"last4\": \"string\",\n      \"name\": \"string\",\n      \"three_d_secure\": \"string\",\n      \"tokenization_method\": \"string\"\n    },\n    \"type\": \"ach_credit_transfer\",\n    \"usage\": \"string\",\n    \"wechat\": {\n      \"prepay_id\": \"string\",\n      \"qr_code_url\": \"string\",\n      \"statement_descriptor\": \"string\"\n    }\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Cancel a top-up"}},"/v1/transfers":{"get":{"description":"List all transfers","parameters":[{"description":"Only return transfers that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return transfers for the destination specified by this account ID.","in":"query","name":"destination","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return transfers with the specified transfer group.","in":"query","name":"transfer_group","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"amount_reversed\": 0,\n      \"balance_transaction\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination\": \"string\",\n      \"destination_payment\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"transfer\",\n      \"reversals\": {\n        \"data\": [\n          {\n            \"amount\": 0,\n            \"balance_transaction\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"destination_payment_refund\": \"string\",\n            \"id\": \"string\",\n            \"metadata\": {},\n            \"object\": \"transfer_reversal\",\n            \"source_refund\": \"string\",\n            \"transfer\": \"string\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"reversed\": true,\n      \"source_transaction\": \"string\",\n      \"source_type\": \"string\",\n      \"transfer_group\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all transfers"},"post":{"description":"Create a transfer","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transfer"}}},"description":"{\n  \"amount\": 0,\n  \"amount_reversed\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"destination_payment\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"transfer\",\n  \"reversals\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"destination_payment_refund\": \"string\",\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"transfer_reversal\",\n        \"source_refund\": \"string\",\n        \"transfer\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"reversed\": true,\n  \"source_transaction\": \"string\",\n  \"source_type\": \"string\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Create a transfer"}},"/v1/transfers/{id}/reversals":{"get":{"description":"List all reversals","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_transaction\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"destination_payment_refund\": \"string\",\n      \"id\": \"string\",\n      \"metadata\": {},\n      \"object\": \"transfer_reversal\",\n      \"source_refund\": \"string\",\n      \"transfer\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all reversals"},"post":{"description":"Create a transfer reversal","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transfer_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"destination_payment_refund\": \"string\",\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"transfer_reversal\",\n  \"source_refund\": \"string\",\n  \"transfer\": \"string\"\n}"}},"summary":"Create a transfer reversal"}},"/v1/transfers/{transfer}":{"get":{"description":"Retrieve a transfer","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transfer"}}},"description":"{\n  \"amount\": 0,\n  \"amount_reversed\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"destination_payment\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"transfer\",\n  \"reversals\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"destination_payment_refund\": \"string\",\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"transfer_reversal\",\n        \"source_refund\": \"string\",\n        \"transfer\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"reversed\": true,\n  \"source_transaction\": \"string\",\n  \"source_type\": \"string\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Retrieve a transfer"},"post":{"description":"Update a transfer","parameters":[{"in":"path","name":"transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transfer"}}},"description":"{\n  \"amount\": 0,\n  \"amount_reversed\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination\": \"string\",\n  \"destination_payment\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"transfer\",\n  \"reversals\": {\n    \"data\": [\n      {\n        \"amount\": 0,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"destination_payment_refund\": \"string\",\n        \"id\": \"string\",\n        \"metadata\": {},\n        \"object\": \"transfer_reversal\",\n        \"source_refund\": \"string\",\n        \"transfer\": \"string\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"reversed\": true,\n  \"source_transaction\": \"string\",\n  \"source_type\": \"string\",\n  \"transfer_group\": \"string\"\n}"}},"summary":"Update a transfer"}},"/v1/transfers/{transfer}/reversals/{id}":{"get":{"description":"Retrieve a reversal","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transfer_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"destination_payment_refund\": \"string\",\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"transfer_reversal\",\n  \"source_refund\": \"string\",\n  \"transfer\": \"string\"\n}"}},"summary":"Retrieve a reversal"},"post":{"description":"Update a reversal","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"},{"in":"path","name":"transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transfer_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"balance_transaction\": \"string\",\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"destination_payment_refund\": \"string\",\n  \"id\": \"string\",\n  \"metadata\": {},\n  \"object\": \"transfer_reversal\",\n  \"source_refund\": \"string\",\n  \"transfer\": \"string\"\n}"}},"summary":"Update a reversal"}},"/v1/treasury/credit_reversals":{"get":{"description":"List all CreditReversals","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return CreditReversals for the ReceivedCredit ID.","in":"query","name":"received_credit","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return CreditReversals for a given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"network\": \"ach\",\n      \"object\": \"treasury.credit_reversal\",\n      \"received_credit\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"posted_at\": 0\n      },\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all CreditReversals"},"post":{"description":"Create a CreditReversal","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.credit_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"network\": \"ach\",\n  \"object\": \"treasury.credit_reversal\",\n  \"received_credit\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"posted_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Create a CreditReversal"}},"/v1/treasury/credit_reversals/{credit_reversal}":{"get":{"description":"Retrieve a CreditReversal","parameters":[{"in":"path","name":"credit_reversal","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.credit_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"network\": \"ach\",\n  \"object\": \"treasury.credit_reversal\",\n  \"received_credit\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"posted_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve a CreditReversal"}},"/v1/treasury/debit_reversals":{"get":{"description":"List all DebitReversals","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return DebitReversals for the ReceivedDebit ID.","in":"query","name":"received_debit","schema":{"type":"string"},"style":"form"},{"description":"Only return DebitReversals for a given resolution.","in":"query","name":"resolution","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return DebitReversals for a given status.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"linked_flows\": {\n        \"issuing_dispute\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"network\": \"ach\",\n      \"object\": \"treasury.debit_reversal\",\n      \"received_debit\": \"string\",\n      \"status\": \"failed\",\n      \"status_transitions\": {\n        \"completed_at\": 0\n      },\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all DebitReversals"},"post":{"description":"Create a DebitReversal","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.debit_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"issuing_dispute\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"network\": \"ach\",\n  \"object\": \"treasury.debit_reversal\",\n  \"received_debit\": \"string\",\n  \"status\": \"failed\",\n  \"status_transitions\": {\n    \"completed_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Create a DebitReversal"}},"/v1/treasury/debit_reversals/{debit_reversal}":{"get":{"description":"Retrieve a DebitReversal","parameters":[{"in":"path","name":"debit_reversal","required":true,"schema":{"type":"string"},"style":"simple"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.debit_reversal"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"issuing_dispute\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"network\": \"ach\",\n  \"object\": \"treasury.debit_reversal\",\n  \"received_debit\": \"string\",\n  \"status\": \"failed\",\n  \"status_transitions\": {\n    \"completed_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve a DebitReversal"}},"/v1/treasury/financial_accounts":{"get":{"description":"List all FinancialAccounts","parameters":[{"description":"Only return FinancialAccounts that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"An object ID cursor for use in pagination.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit ranging from 1 to 100 (defaults to 10).","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"An object ID cursor for use in pagination.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return FinancialAccounts that have the given status: `open` or `closed`","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"active_features\": [\n        \"card_issuing\"\n      ],\n      \"balance\": {\n        \"cash\": {},\n        \"inbound_pending\": {},\n        \"outbound_pending\": {}\n      },\n      \"country\": \"string\",\n      \"created\": 0,\n      \"features\": {\n        \"card_issuing\": {\n          \"requested\": true,\n          \"status\": \"active\",\n          \"status_details\": [\n            {\n              \"code\": \"activating\",\n              \"resolution\": \"contact_stripe\",\n              \"restriction\": \"inbound_flows\"\n            }\n          ]\n        },\n        \"deposit_insurance\": {\n          \"requested\": true,\n          \"status\": \"active\",\n          \"status_details\": [\n            {\n              \"code\": \"activating\",\n              \"resolution\": \"contact_stripe\",\n              \"restriction\": \"inbound_flows\"\n            }\n          ]\n        },\n        \"financial_addresses\": {\n          \"aba\": {\n            \"requested\": true,\n            \"status\": \"active\",\n            \"status_details\": [\n              {\n                \"code\": \"activating\",\n                \"resolution\": \"contact_stripe\",\n                \"restriction\": \"inbound_flows\"\n              }\n            ]\n          }\n        },\n        \"inbound_transfers\": {\n          \"ach\": {\n            \"requested\": true,\n            \"status\": \"active\",\n            \"status_details\": [\n              {\n                \"code\": \"activating\",\n                \"resolution\": \"contact_stripe\",\n                \"restriction\": \"inbound_flows\"\n              }\n            ]\n          }\n        },\n        \"intra_stripe_flows\": {\n          \"requested\": true,\n          \"status\": \"active\",\n          \"status_details\": [\n            {\n              \"code\": \"activating\",\n              \"resolution\": \"contact_stripe\",\n              \"restriction\": \"inbound_flows\"\n            }\n          ]\n        },\n        \"object\": \"treasury.financial_account_features\",\n        \"outbound_payments\": {\n          \"ach\": {\n            \"requested\": true,\n            \"status\": \"active\",\n            \"status_details\": [\n              {\n                \"code\": \"activating\",\n                \"resolution\": \"contact_stripe\",\n                \"restriction\": \"inbound_flows\"\n              }\n            ]\n          },\n          \"us_domestic_wire\": {\n            \"requested\": true,\n            \"status\": \"active\",\n            \"status_details\": [\n              {\n                \"code\": \"activating\",\n                \"resolution\": \"contact_stripe\",\n                \"restriction\": \"inbound_flows\"\n              }\n            ]\n          }\n        },\n        \"outbound_transfers\": {\n          \"ach\": {\n            \"requested\": true,\n            \"status\": \"active\",\n            \"status_details\": [\n              {\n                \"code\": \"activating\",\n                \"resolution\": \"contact_stripe\",\n                \"restriction\": \"inbound_flows\"\n              }\n            ]\n          },\n          \"us_domestic_wire\": {\n            \"requested\": true,\n            \"status\": \"active\",\n            \"status_details\": [\n              {\n                \"code\": \"activating\",\n                \"resolution\": \"contact_stripe\",\n                \"restriction\": \"inbound_flows\"\n              }\n            ]\n          }\n        }\n      },\n      \"financial_addresses\": [\n        {\n          \"aba\": {\n            \"account_holder_name\": \"string\",\n            \"account_number\": \"string\",\n            \"account_number_last4\": \"string\",\n            \"bank_name\": \"string\",\n            \"routing_number\": \"string\"\n          },\n          \"supported_networks\": [\n            \"ach\"\n          ],\n          \"type\": \"aba\"\n        }\n      ],\n      \"id\": \"string\",\n      \"is_default\": true,\n      \"livemode\": true,\n      \"metadata\": {},\n      \"nickname\": \"string\",\n      \"object\": \"treasury.financial_account\",\n      \"pending_features\": [\n        \"card_issuing\"\n      ],\n      \"platform_restrictions\": {\n        \"inbound_flows\": \"restricted\",\n        \"outbound_flows\": \"restricted\"\n      },\n      \"restricted_features\": [\n        \"card_issuing\"\n      ],\n      \"status\": \"closed\",\n      \"status_details\": {\n        \"closed\": {\n          \"reasons\": [\n            \"account_rejected\"\n          ]\n        }\n      },\n      \"supported_currencies\": [\n        \"string\"\n      ]\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all FinancialAccounts"},"post":{"description":"Create a FinancialAccount","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.financial_account"}}},"description":"{\n  \"active_features\": [\n    \"card_issuing\"\n  ],\n  \"balance\": {\n    \"cash\": {},\n    \"inbound_pending\": {},\n    \"outbound_pending\": {}\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"features\": {\n    \"card_issuing\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"deposit_insurance\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"financial_addresses\": {\n      \"aba\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"inbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"intra_stripe_flows\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"object\": \"treasury.financial_account_features\",\n    \"outbound_payments\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"outbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    }\n  },\n  \"financial_addresses\": [\n    {\n      \"aba\": {\n        \"account_holder_name\": \"string\",\n        \"account_number\": \"string\",\n        \"account_number_last4\": \"string\",\n        \"bank_name\": \"string\",\n        \"routing_number\": \"string\"\n      },\n      \"supported_networks\": [\n        \"ach\"\n      ],\n      \"type\": \"aba\"\n    }\n  ],\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"treasury.financial_account\",\n  \"pending_features\": [\n    \"card_issuing\"\n  ],\n  \"platform_restrictions\": {\n    \"inbound_flows\": \"restricted\",\n    \"outbound_flows\": \"restricted\"\n  },\n  \"restricted_features\": [\n    \"card_issuing\"\n  ],\n  \"status\": \"closed\",\n  \"status_details\": {\n    \"closed\": {\n      \"reasons\": [\n        \"account_rejected\"\n      ]\n    }\n  },\n  \"supported_currencies\": [\n    \"string\"\n  ]\n}"}},"summary":"Create a FinancialAccount"}},"/v1/treasury/financial_accounts/{financial_account}":{"get":{"description":"Retrieve a FinancialAccount","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"financial_account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.financial_account"}}},"description":"{\n  \"active_features\": [\n    \"card_issuing\"\n  ],\n  \"balance\": {\n    \"cash\": {},\n    \"inbound_pending\": {},\n    \"outbound_pending\": {}\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"features\": {\n    \"card_issuing\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"deposit_insurance\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"financial_addresses\": {\n      \"aba\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"inbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"intra_stripe_flows\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"object\": \"treasury.financial_account_features\",\n    \"outbound_payments\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"outbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    }\n  },\n  \"financial_addresses\": [\n    {\n      \"aba\": {\n        \"account_holder_name\": \"string\",\n        \"account_number\": \"string\",\n        \"account_number_last4\": \"string\",\n        \"bank_name\": \"string\",\n        \"routing_number\": \"string\"\n      },\n      \"supported_networks\": [\n        \"ach\"\n      ],\n      \"type\": \"aba\"\n    }\n  ],\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"treasury.financial_account\",\n  \"pending_features\": [\n    \"card_issuing\"\n  ],\n  \"platform_restrictions\": {\n    \"inbound_flows\": \"restricted\",\n    \"outbound_flows\": \"restricted\"\n  },\n  \"restricted_features\": [\n    \"card_issuing\"\n  ],\n  \"status\": \"closed\",\n  \"status_details\": {\n    \"closed\": {\n      \"reasons\": [\n        \"account_rejected\"\n      ]\n    }\n  },\n  \"supported_currencies\": [\n    \"string\"\n  ]\n}"}},"summary":"Retrieve a FinancialAccount"},"post":{"description":"Update a FinancialAccount","parameters":[{"in":"path","name":"financial_account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.financial_account"}}},"description":"{\n  \"active_features\": [\n    \"card_issuing\"\n  ],\n  \"balance\": {\n    \"cash\": {},\n    \"inbound_pending\": {},\n    \"outbound_pending\": {}\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"features\": {\n    \"card_issuing\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"deposit_insurance\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"financial_addresses\": {\n      \"aba\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"inbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"intra_stripe_flows\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"object\": \"treasury.financial_account_features\",\n    \"outbound_payments\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"outbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    }\n  },\n  \"financial_addresses\": [\n    {\n      \"aba\": {\n        \"account_holder_name\": \"string\",\n        \"account_number\": \"string\",\n        \"account_number_last4\": \"string\",\n        \"bank_name\": \"string\",\n        \"routing_number\": \"string\"\n      },\n      \"supported_networks\": [\n        \"ach\"\n      ],\n      \"type\": \"aba\"\n    }\n  ],\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"treasury.financial_account\",\n  \"pending_features\": [\n    \"card_issuing\"\n  ],\n  \"platform_restrictions\": {\n    \"inbound_flows\": \"restricted\",\n    \"outbound_flows\": \"restricted\"\n  },\n  \"restricted_features\": [\n    \"card_issuing\"\n  ],\n  \"status\": \"closed\",\n  \"status_details\": {\n    \"closed\": {\n      \"reasons\": [\n        \"account_rejected\"\n      ]\n    }\n  },\n  \"supported_currencies\": [\n    \"string\"\n  ]\n}"}},"summary":"Update a FinancialAccount"}},"/v1/treasury/financial_accounts/{financial_account}/close":{"post":{"description":"Close a FinancialAccount","parameters":[{"in":"path","name":"financial_account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.financial_account"}}},"description":"{\n  \"active_features\": [\n    \"card_issuing\"\n  ],\n  \"balance\": {\n    \"cash\": {},\n    \"inbound_pending\": {},\n    \"outbound_pending\": {}\n  },\n  \"country\": \"string\",\n  \"created\": 0,\n  \"features\": {\n    \"card_issuing\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"deposit_insurance\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"financial_addresses\": {\n      \"aba\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"inbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"intra_stripe_flows\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"object\": \"treasury.financial_account_features\",\n    \"outbound_payments\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    },\n    \"outbound_transfers\": {\n      \"ach\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      },\n      \"us_domestic_wire\": {\n        \"requested\": true,\n        \"status\": \"active\",\n        \"status_details\": [\n          {\n            \"code\": \"activating\",\n            \"resolution\": \"contact_stripe\",\n            \"restriction\": \"inbound_flows\"\n          }\n        ]\n      }\n    }\n  },\n  \"financial_addresses\": [\n    {\n      \"aba\": {\n        \"account_holder_name\": \"string\",\n        \"account_number\": \"string\",\n        \"account_number_last4\": \"string\",\n        \"bank_name\": \"string\",\n        \"routing_number\": \"string\"\n      },\n      \"supported_networks\": [\n        \"ach\"\n      ],\n      \"type\": \"aba\"\n    }\n  ],\n  \"id\": \"string\",\n  \"is_default\": true,\n  \"livemode\": true,\n  \"metadata\": {},\n  \"nickname\": \"string\",\n  \"object\": \"treasury.financial_account\",\n  \"pending_features\": [\n    \"card_issuing\"\n  ],\n  \"platform_restrictions\": {\n    \"inbound_flows\": \"restricted\",\n    \"outbound_flows\": \"restricted\"\n  },\n  \"restricted_features\": [\n    \"card_issuing\"\n  ],\n  \"status\": \"closed\",\n  \"status_details\": {\n    \"closed\": {\n      \"reasons\": [\n        \"account_rejected\"\n      ]\n    }\n  },\n  \"supported_currencies\": [\n    \"string\"\n  ]\n}"}},"summary":"Close a FinancialAccount"}},"/v1/treasury/financial_accounts/{financial_account}/features":{"get":{"description":"Retrieve FinancialAccount Features","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"financial_account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.financial_account_features"}}},"description":"{\n  \"card_issuing\": {\n    \"requested\": true,\n    \"status\": \"active\",\n    \"status_details\": [\n      {\n        \"code\": \"activating\",\n        \"resolution\": \"contact_stripe\",\n        \"restriction\": \"inbound_flows\"\n      }\n    ]\n  },\n  \"deposit_insurance\": {\n    \"requested\": true,\n    \"status\": \"active\",\n    \"status_details\": [\n      {\n        \"code\": \"activating\",\n        \"resolution\": \"contact_stripe\",\n        \"restriction\": \"inbound_flows\"\n      }\n    ]\n  },\n  \"financial_addresses\": {\n    \"aba\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  },\n  \"inbound_transfers\": {\n    \"ach\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  },\n  \"intra_stripe_flows\": {\n    \"requested\": true,\n    \"status\": \"active\",\n    \"status_details\": [\n      {\n        \"code\": \"activating\",\n        \"resolution\": \"contact_stripe\",\n        \"restriction\": \"inbound_flows\"\n      }\n    ]\n  },\n  \"object\": \"treasury.financial_account_features\",\n  \"outbound_payments\": {\n    \"ach\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"us_domestic_wire\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  },\n  \"outbound_transfers\": {\n    \"ach\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"us_domestic_wire\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  }\n}"}},"summary":"Retrieve FinancialAccount Features"},"post":{"description":"Update FinancialAccount Features","parameters":[{"in":"path","name":"financial_account","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.financial_account_features"}}},"description":"{\n  \"card_issuing\": {\n    \"requested\": true,\n    \"status\": \"active\",\n    \"status_details\": [\n      {\n        \"code\": \"activating\",\n        \"resolution\": \"contact_stripe\",\n        \"restriction\": \"inbound_flows\"\n      }\n    ]\n  },\n  \"deposit_insurance\": {\n    \"requested\": true,\n    \"status\": \"active\",\n    \"status_details\": [\n      {\n        \"code\": \"activating\",\n        \"resolution\": \"contact_stripe\",\n        \"restriction\": \"inbound_flows\"\n      }\n    ]\n  },\n  \"financial_addresses\": {\n    \"aba\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  },\n  \"inbound_transfers\": {\n    \"ach\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  },\n  \"intra_stripe_flows\": {\n    \"requested\": true,\n    \"status\": \"active\",\n    \"status_details\": [\n      {\n        \"code\": \"activating\",\n        \"resolution\": \"contact_stripe\",\n        \"restriction\": \"inbound_flows\"\n      }\n    ]\n  },\n  \"object\": \"treasury.financial_account_features\",\n  \"outbound_payments\": {\n    \"ach\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"us_domestic_wire\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  },\n  \"outbound_transfers\": {\n    \"ach\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    },\n    \"us_domestic_wire\": {\n      \"requested\": true,\n      \"status\": \"active\",\n      \"status_details\": [\n        {\n          \"code\": \"activating\",\n          \"resolution\": \"contact_stripe\",\n          \"restriction\": \"inbound_flows\"\n        }\n      ]\n    }\n  }\n}"}},"summary":"Update FinancialAccount Features"}},"/v1/treasury/inbound_transfers":{"get":{"description":"List all InboundTransfers","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return InboundTransfers that have the given status: `processing`, `succeeded`, `failed` or `canceled`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_details\": {\n        \"code\": \"account_closed\"\n      },\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"linked_flows\": {\n        \"received_debit\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.inbound_transfer\",\n      \"origin_payment_method\": \"string\",\n      \"origin_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"type\": \"us_bank_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"returned\": true,\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"succeeded_at\": 0\n      },\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all InboundTransfers"},"post":{"description":"Create an InboundTransfer","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.inbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_details\": {\n    \"code\": \"account_closed\"\n  },\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"received_debit\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.inbound_transfer\",\n  \"origin_payment_method\": \"string\",\n  \"origin_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"type\": \"us_bank_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"returned\": true,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"succeeded_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Create an InboundTransfer"}},"/v1/treasury/inbound_transfers/{id}":{"get":{"description":"Retrieve an InboundTransfer","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.inbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_details\": {\n    \"code\": \"account_closed\"\n  },\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"received_debit\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.inbound_transfer\",\n  \"origin_payment_method\": \"string\",\n  \"origin_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"type\": \"us_bank_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"returned\": true,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"succeeded_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve an InboundTransfer"}},"/v1/treasury/inbound_transfers/{inbound_transfer}/cancel":{"post":{"description":"Cancel an InboundTransfer","parameters":[{"in":"path","name":"inbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.inbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_details\": {\n    \"code\": \"account_closed\"\n  },\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"linked_flows\": {\n    \"received_debit\": \"string\"\n  },\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.inbound_transfer\",\n  \"origin_payment_method\": \"string\",\n  \"origin_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"type\": \"us_bank_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"returned\": true,\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"succeeded_at\": 0\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Cancel an InboundTransfer"}},"/v1/treasury/outbound_payments":{"get":{"description":"List all OutboundPayments","parameters":[{"description":"Only return OutboundPayments that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"Only return OutboundPayments sent to this customer.","in":"query","name":"customer","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return OutboundPayments that have the given status: `processing`, `failed`, `posted`, `returned`, or `canceled`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"description\": \"string\",\n      \"destination_payment_method\": \"string\",\n      \"destination_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"type\": \"financial_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"end_user_details\": {\n        \"ip_address\": \"string\",\n        \"present\": true\n      },\n      \"expected_arrival_date\": 0,\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.outbound_payment\",\n      \"returned_details\": {\n        \"code\": \"account_closed\",\n        \"transaction\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"posted_at\": 0,\n        \"returned_at\": 0\n      },\n      \"tracking_details\": {\n        \"ach\": {\n          \"trace_id\": \"string\"\n        },\n        \"type\": \"ach\",\n        \"us_domestic_wire\": {\n          \"chips\": \"string\",\n          \"imad\": \"string\",\n          \"omad\": \"string\"\n        }\n      },\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all OutboundPayments"},"post":{"description":"Create an OutboundPayment","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Create an OutboundPayment"}},"/v1/treasury/outbound_payments/{id}":{"get":{"description":"Retrieve an OutboundPayment","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve an OutboundPayment"}},"/v1/treasury/outbound_payments/{id}/cancel":{"post":{"description":"Cancel an OutboundPayment","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_payment"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"customer\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"end_user_details\": {\n    \"ip_address\": \"string\",\n    \"present\": true\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_payment\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Cancel an OutboundPayment"}},"/v1/treasury/outbound_transfers":{"get":{"description":"List all OutboundTransfers","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return OutboundTransfers that have the given status: `processing`, `canceled`, `failed`, `posted`, or `returned`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination_payment_method\": \"string\",\n      \"destination_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"type\": \"financial_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"expected_arrival_date\": 0,\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.outbound_transfer\",\n      \"returned_details\": {\n        \"code\": \"account_closed\",\n        \"transaction\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"posted_at\": 0,\n        \"returned_at\": 0\n      },\n      \"tracking_details\": {\n        \"ach\": {\n          \"trace_id\": \"string\"\n        },\n        \"type\": \"ach\",\n        \"us_domestic_wire\": {\n          \"chips\": \"string\",\n          \"imad\": \"string\",\n          \"omad\": \"string\"\n        }\n      },\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all OutboundTransfers"},"post":{"description":"Create an OutboundTransfer","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Create an OutboundTransfer"}},"/v1/treasury/outbound_transfers/{outbound_transfer}":{"get":{"description":"Retrieve an OutboundTransfer","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"outbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve an OutboundTransfer"}},"/v1/treasury/outbound_transfers/{outbound_transfer}/cancel":{"post":{"description":"Cancel an OutboundTransfer","parameters":[{"in":"path","name":"outbound_transfer","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.outbound_transfer"}}},"description":"{\n  \"amount\": 0,\n  \"cancelable\": true,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"destination_payment_method\": \"string\",\n  \"destination_payment_method_details\": {\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"type\": \"financial_account\",\n    \"us_bank_account\": {\n      \"account_holder_type\": \"company\",\n      \"account_type\": \"checking\",\n      \"bank_name\": \"string\",\n      \"fingerprint\": \"string\",\n      \"last4\": \"string\",\n      \"mandate\": \"string\",\n      \"network\": \"ach\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"expected_arrival_date\": 0,\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"treasury.outbound_transfer\",\n  \"returned_details\": {\n    \"code\": \"account_closed\",\n    \"transaction\": \"string\"\n  },\n  \"statement_descriptor\": \"string\",\n  \"status\": \"canceled\",\n  \"status_transitions\": {\n    \"canceled_at\": 0,\n    \"failed_at\": 0,\n    \"posted_at\": 0,\n    \"returned_at\": 0\n  },\n  \"tracking_details\": {\n    \"ach\": {\n      \"trace_id\": \"string\"\n    },\n    \"type\": \"ach\",\n    \"us_domestic_wire\": {\n      \"chips\": \"string\",\n      \"imad\": \"string\",\n      \"omad\": \"string\"\n    }\n  },\n  \"transaction\": \"string\"\n}"}},"summary":"Cancel an OutboundTransfer"}},"/v1/treasury/received_credits":{"get":{"description":"List all ReceivedCredits","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The FinancialAccount that received the funds.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"Only return ReceivedCredits described by the flow.","in":"query","name":"linked_flows","schema":{"type":"object"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return ReceivedCredits that have the given status: `succeeded` or `failed`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_code\": \"account_closed\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"initiating_payment_method_details\": {\n        \"balance\": \"payments\",\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"issuing_card\": \"string\",\n        \"type\": \"balance\",\n        \"us_bank_account\": {\n          \"bank_name\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"linked_flows\": {\n        \"credit_reversal\": \"string\",\n        \"issuing_authorization\": \"string\",\n        \"issuing_transaction\": \"string\",\n        \"source_flow\": \"string\",\n        \"source_flow_details\": {\n          \"credit_reversal\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"network\": \"ach\",\n            \"object\": \"treasury.credit_reversal\",\n            \"received_credit\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"posted_at\": 0\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_payment\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"end_user_details\": {\n              \"ip_address\": \"string\",\n              \"present\": true\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_payment\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_transfer\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_transfer\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"payout\": {\n            \"amount\": 0,\n            \"application_fee\": \"string\",\n            \"application_fee_amount\": 0,\n            \"arrival_date\": 0,\n            \"automatic\": true,\n            \"balance_transaction\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination\": \"string\",\n            \"failure_balance_transaction\": \"string\",\n            \"failure_code\": \"string\",\n            \"failure_message\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"method\": \"string\",\n            \"object\": \"payout\",\n            \"original_payout\": \"string\",\n            \"payout_method\": \"string\",\n            \"reconciliation_status\": \"completed\",\n            \"reversed_by\": \"string\",\n            \"source_type\": \"string\",\n            \"statement_descriptor\": \"string\",\n            \"status\": \"string\",\n            \"trace_id\": {\n              \"status\": \"string\",\n              \"value\": \"string\"\n            },\n            \"type\": \"bank_account\"\n          },\n          \"type\": \"credit_reversal\"\n        },\n        \"source_flow_type\": \"string\"\n      },\n      \"livemode\": true,\n      \"network\": \"ach\",\n      \"object\": \"treasury.received_credit\",\n      \"reversal_details\": {\n        \"deadline\": 0,\n        \"restricted_reason\": \"already_reversed\"\n      },\n      \"status\": \"failed\",\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all ReceivedCredits"}},"/v1/treasury/received_credits/{id}":{"get":{"description":"Retrieve a ReceivedCredit","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.received_credit"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_code\": \"account_closed\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"initiating_payment_method_details\": {\n    \"balance\": \"payments\",\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"issuing_card\": \"string\",\n    \"type\": \"balance\",\n    \"us_bank_account\": {\n      \"bank_name\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"linked_flows\": {\n    \"credit_reversal\": \"string\",\n    \"issuing_authorization\": \"string\",\n    \"issuing_transaction\": \"string\",\n    \"source_flow\": \"string\",\n    \"source_flow_details\": {\n      \"credit_reversal\": {\n        \"amount\": 0,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"financial_account\": \"string\",\n        \"hosted_regulatory_receipt_url\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"network\": \"ach\",\n        \"object\": \"treasury.credit_reversal\",\n        \"received_credit\": \"string\",\n        \"status\": \"canceled\",\n        \"status_transitions\": {\n          \"posted_at\": 0\n        },\n        \"transaction\": \"string\"\n      },\n      \"outbound_payment\": {\n        \"amount\": 0,\n        \"cancelable\": true,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"customer\": \"string\",\n        \"description\": \"string\",\n        \"destination_payment_method\": \"string\",\n        \"destination_payment_method_details\": {\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\"\n          },\n          \"financial_account\": {\n            \"id\": \"string\",\n            \"network\": \"stripe\"\n          },\n          \"type\": \"financial_account\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"mandate\": \"string\",\n            \"network\": \"ach\",\n            \"routing_number\": \"string\"\n          }\n        },\n        \"end_user_details\": {\n          \"ip_address\": \"string\",\n          \"present\": true\n        },\n        \"expected_arrival_date\": 0,\n        \"financial_account\": \"string\",\n        \"hosted_regulatory_receipt_url\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"treasury.outbound_payment\",\n        \"returned_details\": {\n          \"code\": \"account_closed\",\n          \"transaction\": \"string\"\n        },\n        \"statement_descriptor\": \"string\",\n        \"status\": \"canceled\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"failed_at\": 0,\n          \"posted_at\": 0,\n          \"returned_at\": 0\n        },\n        \"tracking_details\": {\n          \"ach\": {\n            \"trace_id\": \"string\"\n          },\n          \"type\": \"ach\",\n          \"us_domestic_wire\": {\n            \"chips\": \"string\",\n            \"imad\": \"string\",\n            \"omad\": \"string\"\n          }\n        },\n        \"transaction\": \"string\"\n      },\n      \"outbound_transfer\": {\n        \"amount\": 0,\n        \"cancelable\": true,\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination_payment_method\": \"string\",\n        \"destination_payment_method_details\": {\n          \"billing_details\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"email\": \"string\",\n            \"name\": \"string\"\n          },\n          \"financial_account\": {\n            \"id\": \"string\",\n            \"network\": \"stripe\"\n          },\n          \"type\": \"financial_account\",\n          \"us_bank_account\": {\n            \"account_holder_type\": \"company\",\n            \"account_type\": \"checking\",\n            \"bank_name\": \"string\",\n            \"fingerprint\": \"string\",\n            \"last4\": \"string\",\n            \"mandate\": \"string\",\n            \"network\": \"ach\",\n            \"routing_number\": \"string\"\n          }\n        },\n        \"expected_arrival_date\": 0,\n        \"financial_account\": \"string\",\n        \"hosted_regulatory_receipt_url\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"object\": \"treasury.outbound_transfer\",\n        \"returned_details\": {\n          \"code\": \"account_closed\",\n          \"transaction\": \"string\"\n        },\n        \"statement_descriptor\": \"string\",\n        \"status\": \"canceled\",\n        \"status_transitions\": {\n          \"canceled_at\": 0,\n          \"failed_at\": 0,\n          \"posted_at\": 0,\n          \"returned_at\": 0\n        },\n        \"tracking_details\": {\n          \"ach\": {\n            \"trace_id\": \"string\"\n          },\n          \"type\": \"ach\",\n          \"us_domestic_wire\": {\n            \"chips\": \"string\",\n            \"imad\": \"string\",\n            \"omad\": \"string\"\n          }\n        },\n        \"transaction\": \"string\"\n      },\n      \"payout\": {\n        \"amount\": 0,\n        \"application_fee\": \"string\",\n        \"application_fee_amount\": 0,\n        \"arrival_date\": 0,\n        \"automatic\": true,\n        \"balance_transaction\": \"string\",\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"description\": \"string\",\n        \"destination\": \"string\",\n        \"failure_balance_transaction\": \"string\",\n        \"failure_code\": \"string\",\n        \"failure_message\": \"string\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"metadata\": {},\n        \"method\": \"string\",\n        \"object\": \"payout\",\n        \"original_payout\": \"string\",\n        \"payout_method\": \"string\",\n        \"reconciliation_status\": \"completed\",\n        \"reversed_by\": \"string\",\n        \"source_type\": \"string\",\n        \"statement_descriptor\": \"string\",\n        \"status\": \"string\",\n        \"trace_id\": {\n          \"status\": \"string\",\n          \"value\": \"string\"\n        },\n        \"type\": \"bank_account\"\n      },\n      \"type\": \"credit_reversal\"\n    },\n    \"source_flow_type\": \"string\"\n  },\n  \"livemode\": true,\n  \"network\": \"ach\",\n  \"object\": \"treasury.received_credit\",\n  \"reversal_details\": {\n    \"deadline\": 0,\n    \"restricted_reason\": \"already_reversed\"\n  },\n  \"status\": \"failed\",\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve a ReceivedCredit"}},"/v1/treasury/received_debits":{"get":{"description":"List all ReceivedDebits","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"The FinancialAccount that funds were pulled from.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return ReceivedDebits that have the given status: `succeeded` or `failed`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_code\": \"account_closed\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"initiating_payment_method_details\": {\n        \"balance\": \"payments\",\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"issuing_card\": \"string\",\n        \"type\": \"balance\",\n        \"us_bank_account\": {\n          \"bank_name\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"linked_flows\": {\n        \"debit_reversal\": \"string\",\n        \"inbound_transfer\": \"string\",\n        \"issuing_authorization\": \"string\",\n        \"issuing_transaction\": \"string\",\n        \"payout\": \"string\",\n        \"topup\": \"string\"\n      },\n      \"livemode\": true,\n      \"network\": \"ach\",\n      \"object\": \"treasury.received_debit\",\n      \"reversal_details\": {\n        \"deadline\": 0,\n        \"restricted_reason\": \"already_reversed\"\n      },\n      \"status\": \"failed\",\n      \"transaction\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all ReceivedDebits"}},"/v1/treasury/received_debits/{id}":{"get":{"description":"Retrieve a ReceivedDebit","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.received_debit"}}},"description":"{\n  \"amount\": 0,\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"failure_code\": \"account_closed\",\n  \"financial_account\": \"string\",\n  \"hosted_regulatory_receipt_url\": \"string\",\n  \"id\": \"string\",\n  \"initiating_payment_method_details\": {\n    \"balance\": \"payments\",\n    \"billing_details\": {\n      \"address\": {\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"line1\": \"string\",\n        \"line2\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\"\n      },\n      \"email\": \"string\",\n      \"name\": \"string\"\n    },\n    \"financial_account\": {\n      \"id\": \"string\",\n      \"network\": \"stripe\"\n    },\n    \"issuing_card\": \"string\",\n    \"type\": \"balance\",\n    \"us_bank_account\": {\n      \"bank_name\": \"string\",\n      \"last4\": \"string\",\n      \"routing_number\": \"string\"\n    }\n  },\n  \"linked_flows\": {\n    \"debit_reversal\": \"string\",\n    \"inbound_transfer\": \"string\",\n    \"issuing_authorization\": \"string\",\n    \"issuing_transaction\": \"string\",\n    \"payout\": \"string\",\n    \"topup\": \"string\"\n  },\n  \"livemode\": true,\n  \"network\": \"ach\",\n  \"object\": \"treasury.received_debit\",\n  \"reversal_details\": {\n    \"deadline\": 0,\n    \"restricted_reason\": \"already_reversed\"\n  },\n  \"status\": \"failed\",\n  \"transaction\": \"string\"\n}"}},"summary":"Retrieve a ReceivedDebit"}},"/v1/treasury/transaction_entries":{"get":{"description":"List all TransactionEntries","parameters":[{"description":"Only return TransactionEntries that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"in":"query","name":"effective_at","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The results are in reverse chronological order by `created` or `effective_at`. The default is `created`.","in":"query","name":"order_by","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return TransactionEntries associated with this Transaction.","in":"query","name":"transaction","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"balance_impact\": {\n        \"cash\": 0,\n        \"inbound_pending\": 0,\n        \"outbound_pending\": 0\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"effective_at\": 0,\n      \"financial_account\": \"string\",\n      \"flow\": \"string\",\n      \"flow_details\": {\n        \"credit_reversal\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"network\": \"ach\",\n          \"object\": \"treasury.credit_reversal\",\n          \"received_credit\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"posted_at\": 0\n          },\n          \"transaction\": \"string\"\n        },\n        \"debit_reversal\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"linked_flows\": {\n            \"issuing_dispute\": \"string\"\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"network\": \"ach\",\n          \"object\": \"treasury.debit_reversal\",\n          \"received_debit\": \"string\",\n          \"status\": \"failed\",\n          \"status_transitions\": {\n            \"completed_at\": 0\n          },\n          \"transaction\": \"string\"\n        },\n        \"inbound_transfer\": {\n          \"amount\": 0,\n          \"cancelable\": true,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"failure_details\": {\n            \"code\": \"account_closed\"\n          },\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"linked_flows\": {\n            \"received_debit\": \"string\"\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"treasury.inbound_transfer\",\n          \"origin_payment_method\": \"string\",\n          \"origin_payment_method_details\": {\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"type\": \"us_bank_account\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"mandate\": \"string\",\n              \"network\": \"ach\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"returned\": true,\n          \"statement_descriptor\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"canceled_at\": 0,\n            \"failed_at\": 0,\n            \"succeeded_at\": 0\n          },\n          \"transaction\": \"string\"\n        },\n        \"issuing_authorization\": {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"approved\": true,\n          \"authorization_method\": \"chip\",\n          \"balance_transactions\": [\n            {\n              \"amount\": 0,\n              \"available_on\": 0,\n              \"balance_type\": \"issuing\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"exchange_rate\": 0.0,\n              \"fee\": 0,\n              \"fee_details\": [\n                {\n                  \"amount\": 0,\n                  \"application\": \"string\",\n                  \"currency\": \"string\",\n                  \"description\": \"string\",\n                  \"type\": \"string\"\n                }\n              ],\n              \"id\": \"string\",\n              \"net\": 0,\n              \"object\": \"balance_transaction\",\n              \"reporting_category\": \"string\",\n              \"source\": \"string\",\n              \"status\": \"string\",\n              \"type\": \"adjustment\"\n            }\n          ],\n          \"card\": {\n            \"brand\": \"string\",\n            \"cancellation_reason\": \"design_rejected\",\n            \"cardholder\": {\n              \"billing\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"company\": {\n                \"tax_id_provided\": true\n              },\n              \"created\": 0,\n              \"email\": \"string\",\n              \"id\": \"string\",\n              \"individual\": {\n                \"card_issuing\": {\n                  \"user_terms_acceptance\": {\n                    \"date\": 0,\n                    \"ip\": \"string\",\n                    \"user_agent\": \"string\"\n                  }\n                },\n                \"dob\": {\n                  \"day\": 0,\n                  \"month\": 0,\n                  \"year\": 0\n                },\n                \"first_name\": \"string\",\n                \"last_name\": \"string\",\n                \"verification\": {\n                  \"document\": {\n                    \"back\": \"string\",\n                    \"front\": \"string\"\n                  }\n                }\n              },\n              \"livemode\": true,\n              \"metadata\": {},\n              \"name\": \"string\",\n              \"object\": \"issuing.cardholder\",\n              \"phone_number\": \"string\",\n              \"preferred_locales\": [\n                \"de\"\n              ],\n              \"requirements\": {\n                \"disabled_reason\": \"listed\",\n                \"past_due\": [\n                  \"company.tax_id\"\n                ]\n              },\n              \"spending_controls\": {\n                \"allowed_categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"allowed_merchant_countries\": [\n                  \"string\"\n                ],\n                \"blocked_categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"blocked_merchant_countries\": [\n                  \"string\"\n                ],\n                \"spending_limits\": [\n                  {\n                    \"amount\": 0,\n                    \"categories\": [\n                      \"ac_refrigeration_repair\"\n                    ],\n                    \"interval\": \"all_time\"\n                  }\n                ],\n                \"spending_limits_currency\": \"string\"\n              },\n              \"status\": \"active\",\n              \"type\": \"company\"\n            },\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"cvc\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"financial_account\": \"string\",\n            \"id\": \"string\",\n            \"last4\": \"string\",\n            \"latest_fraud_warning\": {\n              \"started_at\": 0,\n              \"type\": \"card_testing_exposure\"\n            },\n            \"livemode\": true,\n            \"metadata\": {},\n            \"number\": \"string\",\n            \"object\": \"issuing.card\",\n            \"personalization_design\": \"string\",\n            \"replaced_by\": \"string\",\n            \"replacement_for\": \"string\",\n            \"replacement_reason\": \"damaged\",\n            \"second_line\": \"string\",\n            \"shipping\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"address_validation\": {\n                \"mode\": \"disabled\",\n                \"normalized_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"result\": \"indeterminate\"\n              },\n              \"carrier\": \"dhl\",\n              \"customs\": {\n                \"eori_number\": \"string\"\n              },\n              \"eta\": 0,\n              \"name\": \"string\",\n              \"phone_number\": \"string\",\n              \"require_signature\": true,\n              \"service\": \"express\",\n              \"status\": \"canceled\",\n              \"tracking_number\": \"string\",\n              \"tracking_url\": \"string\",\n              \"type\": \"bulk\"\n            },\n            \"spending_controls\": {\n              \"allowed_categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"allowed_merchant_countries\": [\n                \"string\"\n              ],\n              \"blocked_categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"blocked_merchant_countries\": [\n                \"string\"\n              ],\n              \"spending_limits\": [\n                {\n                  \"amount\": 0,\n                  \"categories\": [\n                    \"ac_refrigeration_repair\"\n                  ],\n                  \"interval\": \"all_time\"\n                }\n              ],\n              \"spending_limits_currency\": \"string\"\n            },\n            \"status\": \"active\",\n            \"type\": \"physical\",\n            \"wallets\": {\n              \"apple_pay\": {\n                \"eligible\": true,\n                \"ineligible_reason\": \"missing_agreement\"\n              },\n              \"google_pay\": {\n                \"eligible\": true,\n                \"ineligible_reason\": \"missing_agreement\"\n              },\n              \"primary_account_identifier\": \"string\"\n            }\n          },\n          \"cardholder\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"fleet\": {\n            \"cardholder_prompt_data\": {\n              \"alphanumeric_id\": \"string\",\n              \"driver_id\": \"string\",\n              \"odometer\": 0,\n              \"unspecified_id\": \"string\",\n              \"user_id\": \"string\",\n              \"vehicle_number\": \"string\"\n            },\n            \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n            \"reported_breakdown\": {\n              \"fuel\": {\n                \"gross_amount_decimal\": \"string\"\n              },\n              \"non_fuel\": {\n                \"gross_amount_decimal\": \"string\"\n              },\n              \"tax\": {\n                \"local_amount_decimal\": \"string\",\n                \"national_amount_decimal\": \"string\"\n              }\n            },\n            \"service_type\": \"full_service\"\n          },\n          \"fraud_challenges\": [\n            {\n              \"channel\": \"sms\",\n              \"status\": \"expired\",\n              \"undeliverable_reason\": \"no_phone_number\"\n            }\n          ],\n          \"fuel\": {\n            \"industry_product_code\": \"string\",\n            \"quantity_decimal\": \"string\",\n            \"type\": \"diesel\",\n            \"unit\": \"charging_minute\",\n            \"unit_cost_decimal\": \"string\"\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"merchant_data\": {\n            \"category\": \"string\",\n            \"category_code\": \"string\",\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"name\": \"string\",\n            \"network_id\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\",\n            \"tax_id\": \"string\",\n            \"terminal_id\": \"string\",\n            \"url\": \"string\"\n          },\n          \"metadata\": {},\n          \"network_data\": {\n            \"acquiring_institution_id\": \"string\",\n            \"system_trace_audit_number\": \"string\",\n            \"transaction_id\": \"string\"\n          },\n          \"object\": \"issuing.authorization\",\n          \"pending_request\": {\n            \"amount\": 0,\n            \"amount_details\": {\n              \"atm_fee\": 0,\n              \"cashback_amount\": 0\n            },\n            \"currency\": \"string\",\n            \"is_amount_controllable\": true,\n            \"merchant_amount\": 0,\n            \"merchant_currency\": \"string\",\n            \"network_risk_score\": 0\n          },\n          \"request_history\": [\n            {\n              \"amount\": 0,\n              \"amount_details\": {\n                \"atm_fee\": 0,\n                \"cashback_amount\": 0\n              },\n              \"approved\": true,\n              \"authorization_code\": \"string\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"merchant_amount\": 0,\n              \"merchant_currency\": \"string\",\n              \"network_risk_score\": 0,\n              \"reason\": \"account_disabled\",\n              \"reason_message\": \"string\",\n              \"requested_at\": 0\n            }\n          ],\n          \"status\": \"closed\",\n          \"token\": \"string\",\n          \"transactions\": [\n            {\n              \"amount\": 0,\n              \"amount_details\": {\n                \"atm_fee\": 0,\n                \"cashback_amount\": 0\n              },\n              \"authorization\": \"string\",\n              \"balance_transaction\": \"string\",\n              \"card\": \"string\",\n              \"cardholder\": \"string\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"dispute\": \"string\",\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"merchant_amount\": 0,\n              \"merchant_currency\": \"string\",\n              \"merchant_data\": {\n                \"category\": \"string\",\n                \"category_code\": \"string\",\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"name\": \"string\",\n                \"network_id\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\",\n                \"tax_id\": \"string\",\n                \"terminal_id\": \"string\",\n                \"url\": \"string\"\n              },\n              \"metadata\": {},\n              \"network_data\": {\n                \"authorization_code\": \"string\",\n                \"processing_date\": \"string\",\n                \"transaction_id\": \"string\"\n              },\n              \"object\": \"issuing.transaction\",\n              \"purchase_details\": {\n                \"fleet\": {\n                  \"cardholder_prompt_data\": {\n                    \"driver_id\": \"string\",\n                    \"odometer\": 0,\n                    \"unspecified_id\": \"string\",\n                    \"user_id\": \"string\",\n                    \"vehicle_number\": \"string\"\n                  },\n                  \"purchase_type\": \"string\",\n                  \"reported_breakdown\": {\n                    \"fuel\": {\n                      \"gross_amount_decimal\": \"string\"\n                    },\n                    \"non_fuel\": {\n                      \"gross_amount_decimal\": \"string\"\n                    },\n                    \"tax\": {\n                      \"local_amount_decimal\": \"string\",\n                      \"national_amount_decimal\": \"string\"\n                    }\n                  },\n                  \"service_type\": \"string\"\n                },\n                \"flight\": {\n                  \"departure_at\": 0,\n                  \"passenger_name\": \"string\",\n                  \"refundable\": true,\n                  \"segments\": [\n                    {\n                      \"arrival_airport_code\": \"string\",\n                      \"carrier\": \"string\",\n                      \"departure_airport_code\": \"string\",\n                      \"flight_number\": \"string\",\n                      \"service_class\": \"string\",\n                      \"stopover_allowed\": true\n                    }\n                  ],\n                  \"travel_agency\": \"string\"\n                },\n                \"fuel\": {\n                  \"industry_product_code\": \"string\",\n                  \"quantity_decimal\": \"string\",\n                  \"type\": \"string\",\n                  \"unit\": \"string\",\n                  \"unit_cost_decimal\": \"string\"\n                },\n                \"lodging\": {\n                  \"check_in_at\": 0,\n                  \"nights\": 0\n                },\n                \"receipt\": [\n                  {\n                    \"description\": \"string\",\n                    \"quantity\": 0.0,\n                    \"total\": 0,\n                    \"unit_cost\": 0\n                  }\n                ],\n                \"reference\": \"string\"\n              },\n              \"token\": \"string\",\n              \"treasury\": {\n                \"received_credit\": \"string\",\n                \"received_debit\": \"string\"\n              },\n              \"type\": \"capture\",\n              \"wallet\": \"apple_pay\"\n            }\n          ],\n          \"treasury\": {\n            \"received_credits\": [\n              \"string\"\n            ],\n            \"received_debits\": [\n              \"string\"\n            ],\n            \"transaction\": \"string\"\n          },\n          \"verification_data\": {\n            \"address_line1_check\": \"match\",\n            \"address_postal_code_check\": \"match\",\n            \"authentication_exemption\": {\n              \"claimed_by\": \"acquirer\",\n              \"type\": \"low_value_transaction\"\n            },\n            \"cvc_check\": \"match\",\n            \"expiry_check\": \"match\",\n            \"postal_code\": \"string\",\n            \"three_d_secure\": {\n              \"result\": \"attempt_acknowledged\"\n            }\n          },\n          \"verified_by_fraud_challenge\": true,\n          \"wallet\": \"string\"\n        },\n        \"outbound_payment\": {\n          \"amount\": 0,\n          \"cancelable\": true,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"description\": \"string\",\n          \"destination_payment_method\": \"string\",\n          \"destination_payment_method_details\": {\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"type\": \"financial_account\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"mandate\": \"string\",\n              \"network\": \"ach\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"end_user_details\": {\n            \"ip_address\": \"string\",\n            \"present\": true\n          },\n          \"expected_arrival_date\": 0,\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"treasury.outbound_payment\",\n          \"returned_details\": {\n            \"code\": \"account_closed\",\n            \"transaction\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"canceled_at\": 0,\n            \"failed_at\": 0,\n            \"posted_at\": 0,\n            \"returned_at\": 0\n          },\n          \"tracking_details\": {\n            \"ach\": {\n              \"trace_id\": \"string\"\n            },\n            \"type\": \"ach\",\n            \"us_domestic_wire\": {\n              \"chips\": \"string\",\n              \"imad\": \"string\",\n              \"omad\": \"string\"\n            }\n          },\n          \"transaction\": \"string\"\n        },\n        \"outbound_transfer\": {\n          \"amount\": 0,\n          \"cancelable\": true,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"destination_payment_method\": \"string\",\n          \"destination_payment_method_details\": {\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"type\": \"financial_account\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"mandate\": \"string\",\n              \"network\": \"ach\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"expected_arrival_date\": 0,\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"treasury.outbound_transfer\",\n          \"returned_details\": {\n            \"code\": \"account_closed\",\n            \"transaction\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"canceled_at\": 0,\n            \"failed_at\": 0,\n            \"posted_at\": 0,\n            \"returned_at\": 0\n          },\n          \"tracking_details\": {\n            \"ach\": {\n              \"trace_id\": \"string\"\n            },\n            \"type\": \"ach\",\n            \"us_domestic_wire\": {\n              \"chips\": \"string\",\n              \"imad\": \"string\",\n              \"omad\": \"string\"\n            }\n          },\n          \"transaction\": \"string\"\n        },\n        \"received_credit\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"failure_code\": \"account_closed\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"initiating_payment_method_details\": {\n            \"balance\": \"payments\",\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"issuing_card\": \"string\",\n            \"type\": \"balance\",\n            \"us_bank_account\": {\n              \"bank_name\": \"string\",\n              \"last4\": \"string\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"linked_flows\": {\n            \"credit_reversal\": \"string\",\n            \"issuing_authorization\": \"string\",\n            \"issuing_transaction\": \"string\",\n            \"source_flow\": \"string\",\n            \"source_flow_details\": {\n              \"credit_reversal\": {\n                \"amount\": 0,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"network\": \"ach\",\n                \"object\": \"treasury.credit_reversal\",\n                \"received_credit\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"posted_at\": 0\n                },\n                \"transaction\": \"string\"\n              },\n              \"outbound_payment\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"customer\": \"string\",\n                \"description\": \"string\",\n                \"destination_payment_method\": \"string\",\n                \"destination_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"type\": \"financial_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"end_user_details\": {\n                  \"ip_address\": \"string\",\n                  \"present\": true\n                },\n                \"expected_arrival_date\": 0,\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.outbound_payment\",\n                \"returned_details\": {\n                  \"code\": \"account_closed\",\n                  \"transaction\": \"string\"\n                },\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"posted_at\": 0,\n                  \"returned_at\": 0\n                },\n                \"tracking_details\": {\n                  \"ach\": {\n                    \"trace_id\": \"string\"\n                  },\n                  \"type\": \"ach\",\n                  \"us_domestic_wire\": {\n                    \"chips\": \"string\",\n                    \"imad\": \"string\",\n                    \"omad\": \"string\"\n                  }\n                },\n                \"transaction\": \"string\"\n              },\n              \"outbound_transfer\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"destination_payment_method\": \"string\",\n                \"destination_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"type\": \"financial_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"expected_arrival_date\": 0,\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.outbound_transfer\",\n                \"returned_details\": {\n                  \"code\": \"account_closed\",\n                  \"transaction\": \"string\"\n                },\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"posted_at\": 0,\n                  \"returned_at\": 0\n                },\n                \"tracking_details\": {\n                  \"ach\": {\n                    \"trace_id\": \"string\"\n                  },\n                  \"type\": \"ach\",\n                  \"us_domestic_wire\": {\n                    \"chips\": \"string\",\n                    \"imad\": \"string\",\n                    \"omad\": \"string\"\n                  }\n                },\n                \"transaction\": \"string\"\n              },\n              \"payout\": {\n                \"amount\": 0,\n                \"application_fee\": \"string\",\n                \"application_fee_amount\": 0,\n                \"arrival_date\": 0,\n                \"automatic\": true,\n                \"balance_transaction\": \"string\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"destination\": \"string\",\n                \"failure_balance_transaction\": \"string\",\n                \"failure_code\": \"string\",\n                \"failure_message\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"method\": \"string\",\n                \"object\": \"payout\",\n                \"original_payout\": \"string\",\n                \"payout_method\": \"string\",\n                \"reconciliation_status\": \"completed\",\n                \"reversed_by\": \"string\",\n                \"source_type\": \"string\",\n                \"statement_descriptor\": \"string\",\n                \"status\": \"string\",\n                \"trace_id\": {\n                  \"status\": \"string\",\n                  \"value\": \"string\"\n                },\n                \"type\": \"bank_account\"\n              },\n              \"type\": \"credit_reversal\"\n            },\n            \"source_flow_type\": \"string\"\n          },\n          \"livemode\": true,\n          \"network\": \"ach\",\n          \"object\": \"treasury.received_credit\",\n          \"reversal_details\": {\n            \"deadline\": 0,\n            \"restricted_reason\": \"already_reversed\"\n          },\n          \"status\": \"failed\",\n          \"transaction\": \"string\"\n        },\n        \"received_debit\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"failure_code\": \"account_closed\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"initiating_payment_method_details\": {\n            \"balance\": \"payments\",\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"issuing_card\": \"string\",\n            \"type\": \"balance\",\n            \"us_bank_account\": {\n              \"bank_name\": \"string\",\n              \"last4\": \"string\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"linked_flows\": {\n            \"debit_reversal\": \"string\",\n            \"inbound_transfer\": \"string\",\n            \"issuing_authorization\": \"string\",\n            \"issuing_transaction\": \"string\",\n            \"payout\": \"string\",\n            \"topup\": \"string\"\n          },\n          \"livemode\": true,\n          \"network\": \"ach\",\n          \"object\": \"treasury.received_debit\",\n          \"reversal_details\": {\n            \"deadline\": 0,\n            \"restricted_reason\": \"already_reversed\"\n          },\n          \"status\": \"failed\",\n          \"transaction\": \"string\"\n        },\n        \"type\": \"credit_reversal\"\n      },\n      \"flow_type\": \"credit_reversal\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"treasury.transaction_entry\",\n      \"transaction\": \"string\",\n      \"type\": \"credit_reversal\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all TransactionEntries"}},"/v1/treasury/transaction_entries/{id}":{"get":{"description":"Retrieve a TransactionEntry","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.transaction_entry"}}},"description":"{\n  \"balance_impact\": {\n    \"cash\": 0,\n    \"inbound_pending\": 0,\n    \"outbound_pending\": 0\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"effective_at\": 0,\n  \"financial_account\": \"string\",\n  \"flow\": \"string\",\n  \"flow_details\": {\n    \"credit_reversal\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"network\": \"ach\",\n      \"object\": \"treasury.credit_reversal\",\n      \"received_credit\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"posted_at\": 0\n      },\n      \"transaction\": \"string\"\n    },\n    \"debit_reversal\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"linked_flows\": {\n        \"issuing_dispute\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"network\": \"ach\",\n      \"object\": \"treasury.debit_reversal\",\n      \"received_debit\": \"string\",\n      \"status\": \"failed\",\n      \"status_transitions\": {\n        \"completed_at\": 0\n      },\n      \"transaction\": \"string\"\n    },\n    \"inbound_transfer\": {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_details\": {\n        \"code\": \"account_closed\"\n      },\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"linked_flows\": {\n        \"received_debit\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.inbound_transfer\",\n      \"origin_payment_method\": \"string\",\n      \"origin_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"type\": \"us_bank_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"returned\": true,\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"succeeded_at\": 0\n      },\n      \"transaction\": \"string\"\n    },\n    \"issuing_authorization\": {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_method\": \"chip\",\n      \"balance_transactions\": [\n        {\n          \"amount\": 0,\n          \"available_on\": 0,\n          \"balance_type\": \"issuing\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"exchange_rate\": 0.0,\n          \"fee\": 0,\n          \"fee_details\": [\n            {\n              \"amount\": 0,\n              \"application\": \"string\",\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"id\": \"string\",\n          \"net\": 0,\n          \"object\": \"balance_transaction\",\n          \"reporting_category\": \"string\",\n          \"source\": \"string\",\n          \"status\": \"string\",\n          \"type\": \"adjustment\"\n        }\n      ],\n      \"card\": {\n        \"brand\": \"string\",\n        \"cancellation_reason\": \"design_rejected\",\n        \"cardholder\": {\n          \"billing\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"company\": {\n            \"tax_id_provided\": true\n          },\n          \"created\": 0,\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"individual\": {\n            \"card_issuing\": {\n              \"user_terms_acceptance\": {\n                \"date\": 0,\n                \"ip\": \"string\",\n                \"user_agent\": \"string\"\n              }\n            },\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            },\n            \"first_name\": \"string\",\n            \"last_name\": \"string\",\n            \"verification\": {\n              \"document\": {\n                \"back\": \"string\",\n                \"front\": \"string\"\n              }\n            }\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"name\": \"string\",\n          \"object\": \"issuing.cardholder\",\n          \"phone_number\": \"string\",\n          \"preferred_locales\": [\n            \"de\"\n          ],\n          \"requirements\": {\n            \"disabled_reason\": \"listed\",\n            \"past_due\": [\n              \"company.tax_id\"\n            ]\n          },\n          \"spending_controls\": {\n            \"allowed_categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"allowed_merchant_countries\": [\n              \"string\"\n            ],\n            \"blocked_categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"blocked_merchant_countries\": [\n              \"string\"\n            ],\n            \"spending_limits\": [\n              {\n                \"amount\": 0,\n                \"categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"interval\": \"all_time\"\n              }\n            ],\n            \"spending_limits_currency\": \"string\"\n          },\n          \"status\": \"active\",\n          \"type\": \"company\"\n        },\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"cvc\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"financial_account\": \"string\",\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"latest_fraud_warning\": {\n          \"started_at\": 0,\n          \"type\": \"card_testing_exposure\"\n        },\n        \"livemode\": true,\n        \"metadata\": {},\n        \"number\": \"string\",\n        \"object\": \"issuing.card\",\n        \"personalization_design\": \"string\",\n        \"replaced_by\": \"string\",\n        \"replacement_for\": \"string\",\n        \"replacement_reason\": \"damaged\",\n        \"second_line\": \"string\",\n        \"shipping\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"address_validation\": {\n            \"mode\": \"disabled\",\n            \"normalized_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"result\": \"indeterminate\"\n          },\n          \"carrier\": \"dhl\",\n          \"customs\": {\n            \"eori_number\": \"string\"\n          },\n          \"eta\": 0,\n          \"name\": \"string\",\n          \"phone_number\": \"string\",\n          \"require_signature\": true,\n          \"service\": \"express\",\n          \"status\": \"canceled\",\n          \"tracking_number\": \"string\",\n          \"tracking_url\": \"string\",\n          \"type\": \"bulk\"\n        },\n        \"spending_controls\": {\n          \"allowed_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"allowed_merchant_countries\": [\n            \"string\"\n          ],\n          \"blocked_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"blocked_merchant_countries\": [\n            \"string\"\n          ],\n          \"spending_limits\": [\n            {\n              \"amount\": 0,\n              \"categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"interval\": \"all_time\"\n            }\n          ],\n          \"spending_limits_currency\": \"string\"\n        },\n        \"status\": \"active\",\n        \"type\": \"physical\",\n        \"wallets\": {\n          \"apple_pay\": {\n            \"eligible\": true,\n            \"ineligible_reason\": \"missing_agreement\"\n          },\n          \"google_pay\": {\n            \"eligible\": true,\n            \"ineligible_reason\": \"missing_agreement\"\n          },\n          \"primary_account_identifier\": \"string\"\n        }\n      },\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"fleet\": {\n        \"cardholder_prompt_data\": {\n          \"alphanumeric_id\": \"string\",\n          \"driver_id\": \"string\",\n          \"odometer\": 0,\n          \"unspecified_id\": \"string\",\n          \"user_id\": \"string\",\n          \"vehicle_number\": \"string\"\n        },\n        \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n        \"reported_breakdown\": {\n          \"fuel\": {\n            \"gross_amount_decimal\": \"string\"\n          },\n          \"non_fuel\": {\n            \"gross_amount_decimal\": \"string\"\n          },\n          \"tax\": {\n            \"local_amount_decimal\": \"string\",\n            \"national_amount_decimal\": \"string\"\n          }\n        },\n        \"service_type\": \"full_service\"\n      },\n      \"fraud_challenges\": [\n        {\n          \"channel\": \"sms\",\n          \"status\": \"expired\",\n          \"undeliverable_reason\": \"no_phone_number\"\n        }\n      ],\n      \"fuel\": {\n        \"industry_product_code\": \"string\",\n        \"quantity_decimal\": \"string\",\n        \"type\": \"diesel\",\n        \"unit\": \"charging_minute\",\n        \"unit_cost_decimal\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"acquiring_institution_id\": \"string\",\n        \"system_trace_audit_number\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.authorization\",\n      \"pending_request\": {\n        \"amount\": 0,\n        \"amount_details\": {\n          \"atm_fee\": 0,\n          \"cashback_amount\": 0\n        },\n        \"currency\": \"string\",\n        \"is_amount_controllable\": true,\n        \"merchant_amount\": 0,\n        \"merchant_currency\": \"string\",\n        \"network_risk_score\": 0\n      },\n      \"request_history\": [\n        {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"approved\": true,\n          \"authorization_code\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"network_risk_score\": 0,\n          \"reason\": \"account_disabled\",\n          \"reason_message\": \"string\",\n          \"requested_at\": 0\n        }\n      ],\n      \"status\": \"closed\",\n      \"token\": \"string\",\n      \"transactions\": [\n        {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"authorization\": \"string\",\n          \"balance_transaction\": \"string\",\n          \"card\": \"string\",\n          \"cardholder\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"dispute\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"merchant_data\": {\n            \"category\": \"string\",\n            \"category_code\": \"string\",\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"name\": \"string\",\n            \"network_id\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\",\n            \"tax_id\": \"string\",\n            \"terminal_id\": \"string\",\n            \"url\": \"string\"\n          },\n          \"metadata\": {},\n          \"network_data\": {\n            \"authorization_code\": \"string\",\n            \"processing_date\": \"string\",\n            \"transaction_id\": \"string\"\n          },\n          \"object\": \"issuing.transaction\",\n          \"purchase_details\": {\n            \"fleet\": {\n              \"cardholder_prompt_data\": {\n                \"driver_id\": \"string\",\n                \"odometer\": 0,\n                \"unspecified_id\": \"string\",\n                \"user_id\": \"string\",\n                \"vehicle_number\": \"string\"\n              },\n              \"purchase_type\": \"string\",\n              \"reported_breakdown\": {\n                \"fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"non_fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"tax\": {\n                  \"local_amount_decimal\": \"string\",\n                  \"national_amount_decimal\": \"string\"\n                }\n              },\n              \"service_type\": \"string\"\n            },\n            \"flight\": {\n              \"departure_at\": 0,\n              \"passenger_name\": \"string\",\n              \"refundable\": true,\n              \"segments\": [\n                {\n                  \"arrival_airport_code\": \"string\",\n                  \"carrier\": \"string\",\n                  \"departure_airport_code\": \"string\",\n                  \"flight_number\": \"string\",\n                  \"service_class\": \"string\",\n                  \"stopover_allowed\": true\n                }\n              ],\n              \"travel_agency\": \"string\"\n            },\n            \"fuel\": {\n              \"industry_product_code\": \"string\",\n              \"quantity_decimal\": \"string\",\n              \"type\": \"string\",\n              \"unit\": \"string\",\n              \"unit_cost_decimal\": \"string\"\n            },\n            \"lodging\": {\n              \"check_in_at\": 0,\n              \"nights\": 0\n            },\n            \"receipt\": [\n              {\n                \"description\": \"string\",\n                \"quantity\": 0.0,\n                \"total\": 0,\n                \"unit_cost\": 0\n              }\n            ],\n            \"reference\": \"string\"\n          },\n          \"token\": \"string\",\n          \"treasury\": {\n            \"received_credit\": \"string\",\n            \"received_debit\": \"string\"\n          },\n          \"type\": \"capture\",\n          \"wallet\": \"apple_pay\"\n        }\n      ],\n      \"treasury\": {\n        \"received_credits\": [\n          \"string\"\n        ],\n        \"received_debits\": [\n          \"string\"\n        ],\n        \"transaction\": \"string\"\n      },\n      \"verification_data\": {\n        \"address_line1_check\": \"match\",\n        \"address_postal_code_check\": \"match\",\n        \"authentication_exemption\": {\n          \"claimed_by\": \"acquirer\",\n          \"type\": \"low_value_transaction\"\n        },\n        \"cvc_check\": \"match\",\n        \"expiry_check\": \"match\",\n        \"postal_code\": \"string\",\n        \"three_d_secure\": {\n          \"result\": \"attempt_acknowledged\"\n        }\n      },\n      \"verified_by_fraud_challenge\": true,\n      \"wallet\": \"string\"\n    },\n    \"outbound_payment\": {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"description\": \"string\",\n      \"destination_payment_method\": \"string\",\n      \"destination_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"type\": \"financial_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"end_user_details\": {\n        \"ip_address\": \"string\",\n        \"present\": true\n      },\n      \"expected_arrival_date\": 0,\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.outbound_payment\",\n      \"returned_details\": {\n        \"code\": \"account_closed\",\n        \"transaction\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"posted_at\": 0,\n        \"returned_at\": 0\n      },\n      \"tracking_details\": {\n        \"ach\": {\n          \"trace_id\": \"string\"\n        },\n        \"type\": \"ach\",\n        \"us_domestic_wire\": {\n          \"chips\": \"string\",\n          \"imad\": \"string\",\n          \"omad\": \"string\"\n        }\n      },\n      \"transaction\": \"string\"\n    },\n    \"outbound_transfer\": {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination_payment_method\": \"string\",\n      \"destination_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"type\": \"financial_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"expected_arrival_date\": 0,\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.outbound_transfer\",\n      \"returned_details\": {\n        \"code\": \"account_closed\",\n        \"transaction\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"posted_at\": 0,\n        \"returned_at\": 0\n      },\n      \"tracking_details\": {\n        \"ach\": {\n          \"trace_id\": \"string\"\n        },\n        \"type\": \"ach\",\n        \"us_domestic_wire\": {\n          \"chips\": \"string\",\n          \"imad\": \"string\",\n          \"omad\": \"string\"\n        }\n      },\n      \"transaction\": \"string\"\n    },\n    \"received_credit\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_code\": \"account_closed\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"initiating_payment_method_details\": {\n        \"balance\": \"payments\",\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"issuing_card\": \"string\",\n        \"type\": \"balance\",\n        \"us_bank_account\": {\n          \"bank_name\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"linked_flows\": {\n        \"credit_reversal\": \"string\",\n        \"issuing_authorization\": \"string\",\n        \"issuing_transaction\": \"string\",\n        \"source_flow\": \"string\",\n        \"source_flow_details\": {\n          \"credit_reversal\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"network\": \"ach\",\n            \"object\": \"treasury.credit_reversal\",\n            \"received_credit\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"posted_at\": 0\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_payment\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"end_user_details\": {\n              \"ip_address\": \"string\",\n              \"present\": true\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_payment\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_transfer\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_transfer\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"payout\": {\n            \"amount\": 0,\n            \"application_fee\": \"string\",\n            \"application_fee_amount\": 0,\n            \"arrival_date\": 0,\n            \"automatic\": true,\n            \"balance_transaction\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination\": \"string\",\n            \"failure_balance_transaction\": \"string\",\n            \"failure_code\": \"string\",\n            \"failure_message\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"method\": \"string\",\n            \"object\": \"payout\",\n            \"original_payout\": \"string\",\n            \"payout_method\": \"string\",\n            \"reconciliation_status\": \"completed\",\n            \"reversed_by\": \"string\",\n            \"source_type\": \"string\",\n            \"statement_descriptor\": \"string\",\n            \"status\": \"string\",\n            \"trace_id\": {\n              \"status\": \"string\",\n              \"value\": \"string\"\n            },\n            \"type\": \"bank_account\"\n          },\n          \"type\": \"credit_reversal\"\n        },\n        \"source_flow_type\": \"string\"\n      },\n      \"livemode\": true,\n      \"network\": \"ach\",\n      \"object\": \"treasury.received_credit\",\n      \"reversal_details\": {\n        \"deadline\": 0,\n        \"restricted_reason\": \"already_reversed\"\n      },\n      \"status\": \"failed\",\n      \"transaction\": \"string\"\n    },\n    \"received_debit\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_code\": \"account_closed\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"initiating_payment_method_details\": {\n        \"balance\": \"payments\",\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"issuing_card\": \"string\",\n        \"type\": \"balance\",\n        \"us_bank_account\": {\n          \"bank_name\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"linked_flows\": {\n        \"debit_reversal\": \"string\",\n        \"inbound_transfer\": \"string\",\n        \"issuing_authorization\": \"string\",\n        \"issuing_transaction\": \"string\",\n        \"payout\": \"string\",\n        \"topup\": \"string\"\n      },\n      \"livemode\": true,\n      \"network\": \"ach\",\n      \"object\": \"treasury.received_debit\",\n      \"reversal_details\": {\n        \"deadline\": 0,\n        \"restricted_reason\": \"already_reversed\"\n      },\n      \"status\": \"failed\",\n      \"transaction\": \"string\"\n    },\n    \"type\": \"credit_reversal\"\n  },\n  \"flow_type\": \"credit_reversal\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"treasury.transaction_entry\",\n  \"transaction\": \"string\",\n  \"type\": \"credit_reversal\"\n}"}},"summary":"Retrieve a TransactionEntry"}},"/v1/treasury/transactions":{"get":{"description":"List all Transactions","parameters":[{"description":"Only return Transactions that were created during the given date interval.","in":"query","name":"created","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"Returns objects associated with this FinancialAccount.","in":"query","name":"financial_account","required":true,"schema":{"type":"string"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"The results are in reverse chronological order by `created` or `posted_at`. The default is `created`.","in":"query","name":"order_by","schema":{"type":"string"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"},{"description":"Only return Transactions that have the given status: `open`, `posted`, or `void`.","in":"query","name":"status","schema":{"type":"string"},"style":"form"},{"description":"A filter for the `status_transitions.posted_at` timestamp. When using this filter, `status=posted` and `order_by=posted_at` must also be specified.","in":"query","name":"status_transitions","schema":{"type":"object"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"amount\": 0,\n      \"balance_impact\": {\n        \"cash\": 0,\n        \"inbound_pending\": 0,\n        \"outbound_pending\": 0\n      },\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"entries\": {\n        \"data\": [\n          {\n            \"balance_impact\": {\n              \"cash\": 0,\n              \"inbound_pending\": 0,\n              \"outbound_pending\": 0\n            },\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"effective_at\": 0,\n            \"financial_account\": \"string\",\n            \"flow\": \"string\",\n            \"flow_details\": {\n              \"credit_reversal\": {\n                \"amount\": 0,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"network\": \"ach\",\n                \"object\": \"treasury.credit_reversal\",\n                \"received_credit\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"posted_at\": 0\n                },\n                \"transaction\": \"string\"\n              },\n              \"debit_reversal\": {\n                \"amount\": 0,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"linked_flows\": {\n                  \"issuing_dispute\": \"string\"\n                },\n                \"livemode\": true,\n                \"metadata\": {},\n                \"network\": \"ach\",\n                \"object\": \"treasury.debit_reversal\",\n                \"received_debit\": \"string\",\n                \"status\": \"failed\",\n                \"status_transitions\": {\n                  \"completed_at\": 0\n                },\n                \"transaction\": \"string\"\n              },\n              \"inbound_transfer\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"failure_details\": {\n                  \"code\": \"account_closed\"\n                },\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"linked_flows\": {\n                  \"received_debit\": \"string\"\n                },\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.inbound_transfer\",\n                \"origin_payment_method\": \"string\",\n                \"origin_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"type\": \"us_bank_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"returned\": true,\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"succeeded_at\": 0\n                },\n                \"transaction\": \"string\"\n              },\n              \"issuing_authorization\": {\n                \"amount\": 0,\n                \"amount_details\": {\n                  \"atm_fee\": 0,\n                  \"cashback_amount\": 0\n                },\n                \"approved\": true,\n                \"authorization_method\": \"chip\",\n                \"balance_transactions\": [\n                  {\n                    \"amount\": 0,\n                    \"available_on\": 0,\n                    \"balance_type\": \"issuing\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"description\": \"string\",\n                    \"exchange_rate\": 0.0,\n                    \"fee\": 0,\n                    \"fee_details\": [\n                      {\n                        \"amount\": 0,\n                        \"application\": \"string\",\n                        \"currency\": \"string\",\n                        \"description\": \"string\",\n                        \"type\": \"string\"\n                      }\n                    ],\n                    \"id\": \"string\",\n                    \"net\": 0,\n                    \"object\": \"balance_transaction\",\n                    \"reporting_category\": \"string\",\n                    \"source\": \"string\",\n                    \"status\": \"string\",\n                    \"type\": \"adjustment\"\n                  }\n                ],\n                \"card\": {\n                  \"brand\": \"string\",\n                  \"cancellation_reason\": \"design_rejected\",\n                  \"cardholder\": {\n                    \"billing\": {\n                      \"address\": {\n                        \"city\": \"string\",\n                        \"country\": \"string\",\n                        \"line1\": \"string\",\n                        \"line2\": \"string\",\n                        \"postal_code\": \"string\",\n                        \"state\": \"string\"\n                      }\n                    },\n                    \"company\": {\n                      \"tax_id_provided\": true\n                    },\n                    \"created\": 0,\n                    \"email\": \"string\",\n                    \"id\": \"string\",\n                    \"individual\": {\n                      \"card_issuing\": {\n                        \"user_terms_acceptance\": {\n                          \"date\": 0,\n                          \"ip\": \"string\",\n                          \"user_agent\": \"string\"\n                        }\n                      },\n                      \"dob\": {\n                        \"day\": 0,\n                        \"month\": 0,\n                        \"year\": 0\n                      },\n                      \"first_name\": \"string\",\n                      \"last_name\": \"string\",\n                      \"verification\": {\n                        \"document\": {\n                          \"back\": \"string\",\n                          \"front\": \"string\"\n                        }\n                      }\n                    },\n                    \"livemode\": true,\n                    \"metadata\": {},\n                    \"name\": \"string\",\n                    \"object\": \"issuing.cardholder\",\n                    \"phone_number\": \"string\",\n                    \"preferred_locales\": [\n                      \"de\"\n                    ],\n                    \"requirements\": {\n                      \"disabled_reason\": \"listed\",\n                      \"past_due\": [\n                        \"company.tax_id\"\n                      ]\n                    },\n                    \"spending_controls\": {\n                      \"allowed_categories\": [\n                        \"ac_refrigeration_repair\"\n                      ],\n                      \"allowed_merchant_countries\": [\n                        \"string\"\n                      ],\n                      \"blocked_categories\": [\n                        \"ac_refrigeration_repair\"\n                      ],\n                      \"blocked_merchant_countries\": [\n                        \"string\"\n                      ],\n                      \"spending_limits\": [\n                        {\n                          \"amount\": 0,\n                          \"categories\": [\n                            \"ac_refrigeration_repair\"\n                          ],\n                          \"interval\": \"all_time\"\n                        }\n                      ],\n                      \"spending_limits_currency\": \"string\"\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"company\"\n                  },\n                  \"created\": 0,\n                  \"currency\": \"string\",\n                  \"cvc\": \"string\",\n                  \"exp_month\": 0,\n                  \"exp_year\": 0,\n                  \"financial_account\": \"string\",\n                  \"id\": \"string\",\n                  \"last4\": \"string\",\n                  \"latest_fraud_warning\": {\n                    \"started_at\": 0,\n                    \"type\": \"card_testing_exposure\"\n                  },\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"number\": \"string\",\n                  \"object\": \"issuing.card\",\n                  \"personalization_design\": \"string\",\n                  \"replaced_by\": \"string\",\n                  \"replacement_for\": \"string\",\n                  \"replacement_reason\": \"damaged\",\n                  \"second_line\": \"string\",\n                  \"shipping\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"address_validation\": {\n                      \"mode\": \"disabled\",\n                      \"normalized_address\": {\n                        \"city\": \"string\",\n                        \"country\": \"string\",\n                        \"line1\": \"string\",\n                        \"line2\": \"string\",\n                        \"postal_code\": \"string\",\n                        \"state\": \"string\"\n                      },\n                      \"result\": \"indeterminate\"\n                    },\n                    \"carrier\": \"dhl\",\n                    \"customs\": {\n                      \"eori_number\": \"string\"\n                    },\n                    \"eta\": 0,\n                    \"name\": \"string\",\n                    \"phone_number\": \"string\",\n                    \"require_signature\": true,\n                    \"service\": \"express\",\n                    \"status\": \"canceled\",\n                    \"tracking_number\": \"string\",\n                    \"tracking_url\": \"string\",\n                    \"type\": \"bulk\"\n                  },\n                  \"spending_controls\": {\n                    \"allowed_categories\": [\n                      \"ac_refrigeration_repair\"\n                    ],\n                    \"allowed_merchant_countries\": [\n                      \"string\"\n                    ],\n                    \"blocked_categories\": [\n                      \"ac_refrigeration_repair\"\n                    ],\n                    \"blocked_merchant_countries\": [\n                      \"string\"\n                    ],\n                    \"spending_limits\": [\n                      {\n                        \"amount\": 0,\n                        \"categories\": [\n                          \"ac_refrigeration_repair\"\n                        ],\n                        \"interval\": \"all_time\"\n                      }\n                    ],\n                    \"spending_limits_currency\": \"string\"\n                  },\n                  \"status\": \"active\",\n                  \"type\": \"physical\",\n                  \"wallets\": {\n                    \"apple_pay\": {\n                      \"eligible\": true,\n                      \"ineligible_reason\": \"missing_agreement\"\n                    },\n                    \"google_pay\": {\n                      \"eligible\": true,\n                      \"ineligible_reason\": \"missing_agreement\"\n                    },\n                    \"primary_account_identifier\": \"string\"\n                  }\n                },\n                \"cardholder\": \"string\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"fleet\": {\n                  \"cardholder_prompt_data\": {\n                    \"alphanumeric_id\": \"string\",\n                    \"driver_id\": \"string\",\n                    \"odometer\": 0,\n                    \"unspecified_id\": \"string\",\n                    \"user_id\": \"string\",\n                    \"vehicle_number\": \"string\"\n                  },\n                  \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n                  \"reported_breakdown\": {\n                    \"fuel\": {\n                      \"gross_amount_decimal\": \"string\"\n                    },\n                    \"non_fuel\": {\n                      \"gross_amount_decimal\": \"string\"\n                    },\n                    \"tax\": {\n                      \"local_amount_decimal\": \"string\",\n                      \"national_amount_decimal\": \"string\"\n                    }\n                  },\n                  \"service_type\": \"full_service\"\n                },\n                \"fraud_challenges\": [\n                  {\n                    \"channel\": \"sms\",\n                    \"status\": \"expired\",\n                    \"undeliverable_reason\": \"no_phone_number\"\n                  }\n                ],\n                \"fuel\": {\n                  \"industry_product_code\": \"string\",\n                  \"quantity_decimal\": \"string\",\n                  \"type\": \"diesel\",\n                  \"unit\": \"charging_minute\",\n                  \"unit_cost_decimal\": \"string\"\n                },\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"merchant_amount\": 0,\n                \"merchant_currency\": \"string\",\n                \"merchant_data\": {\n                  \"category\": \"string\",\n                  \"category_code\": \"string\",\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"name\": \"string\",\n                  \"network_id\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\",\n                  \"tax_id\": \"string\",\n                  \"terminal_id\": \"string\",\n                  \"url\": \"string\"\n                },\n                \"metadata\": {},\n                \"network_data\": {\n                  \"acquiring_institution_id\": \"string\",\n                  \"system_trace_audit_number\": \"string\",\n                  \"transaction_id\": \"string\"\n                },\n                \"object\": \"issuing.authorization\",\n                \"pending_request\": {\n                  \"amount\": 0,\n                  \"amount_details\": {\n                    \"atm_fee\": 0,\n                    \"cashback_amount\": 0\n                  },\n                  \"currency\": \"string\",\n                  \"is_amount_controllable\": true,\n                  \"merchant_amount\": 0,\n                  \"merchant_currency\": \"string\",\n                  \"network_risk_score\": 0\n                },\n                \"request_history\": [\n                  {\n                    \"amount\": 0,\n                    \"amount_details\": {\n                      \"atm_fee\": 0,\n                      \"cashback_amount\": 0\n                    },\n                    \"approved\": true,\n                    \"authorization_code\": \"string\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"merchant_amount\": 0,\n                    \"merchant_currency\": \"string\",\n                    \"network_risk_score\": 0,\n                    \"reason\": \"account_disabled\",\n                    \"reason_message\": \"string\",\n                    \"requested_at\": 0\n                  }\n                ],\n                \"status\": \"closed\",\n                \"token\": \"string\",\n                \"transactions\": [\n                  {\n                    \"amount\": 0,\n                    \"amount_details\": {\n                      \"atm_fee\": 0,\n                      \"cashback_amount\": 0\n                    },\n                    \"authorization\": \"string\",\n                    \"balance_transaction\": \"string\",\n                    \"card\": \"string\",\n                    \"cardholder\": \"string\",\n                    \"created\": 0,\n                    \"currency\": \"string\",\n                    \"dispute\": \"string\",\n                    \"id\": \"string\",\n                    \"livemode\": true,\n                    \"merchant_amount\": 0,\n                    \"merchant_currency\": \"string\",\n                    \"merchant_data\": {\n                      \"category\": \"string\",\n                      \"category_code\": \"string\",\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"name\": \"string\",\n                      \"network_id\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\",\n                      \"tax_id\": \"string\",\n                      \"terminal_id\": \"string\",\n                      \"url\": \"string\"\n                    },\n                    \"metadata\": {},\n                    \"network_data\": {\n                      \"authorization_code\": \"string\",\n                      \"processing_date\": \"string\",\n                      \"transaction_id\": \"string\"\n                    },\n                    \"object\": \"issuing.transaction\",\n                    \"purchase_details\": {\n                      \"fleet\": {\n                        \"cardholder_prompt_data\": {\n                          \"driver_id\": \"string\",\n                          \"odometer\": 0,\n                          \"unspecified_id\": \"string\",\n                          \"user_id\": \"string\",\n                          \"vehicle_number\": \"string\"\n                        },\n                        \"purchase_type\": \"string\",\n                        \"reported_breakdown\": {\n                          \"fuel\": {\n                            \"gross_amount_decimal\": \"string\"\n                          },\n                          \"non_fuel\": {\n                            \"gross_amount_decimal\": \"string\"\n                          },\n                          \"tax\": {\n                            \"local_amount_decimal\": \"string\",\n                            \"national_amount_decimal\": \"string\"\n                          }\n                        },\n                        \"service_type\": \"string\"\n                      },\n                      \"flight\": {\n                        \"departure_at\": 0,\n                        \"passenger_name\": \"string\",\n                        \"refundable\": true,\n                        \"segments\": [\n                          {\n                            \"arrival_airport_code\": \"string\",\n                            \"carrier\": \"string\",\n                            \"departure_airport_code\": \"string\",\n                            \"flight_number\": \"string\",\n                            \"service_class\": \"string\",\n                            \"stopover_allowed\": true\n                          }\n                        ],\n                        \"travel_agency\": \"string\"\n                      },\n                      \"fuel\": {\n                        \"industry_product_code\": \"string\",\n                        \"quantity_decimal\": \"string\",\n                        \"type\": \"string\",\n                        \"unit\": \"string\",\n                        \"unit_cost_decimal\": \"string\"\n                      },\n                      \"lodging\": {\n                        \"check_in_at\": 0,\n                        \"nights\": 0\n                      },\n                      \"receipt\": [\n                        {\n                          \"description\": \"string\",\n                          \"quantity\": 0.0,\n                          \"total\": 0,\n                          \"unit_cost\": 0\n                        }\n                      ],\n                      \"reference\": \"string\"\n                    },\n                    \"token\": \"string\",\n                    \"treasury\": {\n                      \"received_credit\": \"string\",\n                      \"received_debit\": \"string\"\n                    },\n                    \"type\": \"capture\",\n                    \"wallet\": \"apple_pay\"\n                  }\n                ],\n                \"treasury\": {\n                  \"received_credits\": [\n                    \"string\"\n                  ],\n                  \"received_debits\": [\n                    \"string\"\n                  ],\n                  \"transaction\": \"string\"\n                },\n                \"verification_data\": {\n                  \"address_line1_check\": \"match\",\n                  \"address_postal_code_check\": \"match\",\n                  \"authentication_exemption\": {\n                    \"claimed_by\": \"acquirer\",\n                    \"type\": \"low_value_transaction\"\n                  },\n                  \"cvc_check\": \"match\",\n                  \"expiry_check\": \"match\",\n                  \"postal_code\": \"string\",\n                  \"three_d_secure\": {\n                    \"result\": \"attempt_acknowledged\"\n                  }\n                },\n                \"verified_by_fraud_challenge\": true,\n                \"wallet\": \"string\"\n              },\n              \"outbound_payment\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"customer\": \"string\",\n                \"description\": \"string\",\n                \"destination_payment_method\": \"string\",\n                \"destination_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"type\": \"financial_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"end_user_details\": {\n                  \"ip_address\": \"string\",\n                  \"present\": true\n                },\n                \"expected_arrival_date\": 0,\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.outbound_payment\",\n                \"returned_details\": {\n                  \"code\": \"account_closed\",\n                  \"transaction\": \"string\"\n                },\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"posted_at\": 0,\n                  \"returned_at\": 0\n                },\n                \"tracking_details\": {\n                  \"ach\": {\n                    \"trace_id\": \"string\"\n                  },\n                  \"type\": \"ach\",\n                  \"us_domestic_wire\": {\n                    \"chips\": \"string\",\n                    \"imad\": \"string\",\n                    \"omad\": \"string\"\n                  }\n                },\n                \"transaction\": \"string\"\n              },\n              \"outbound_transfer\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"destination_payment_method\": \"string\",\n                \"destination_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"type\": \"financial_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"expected_arrival_date\": 0,\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.outbound_transfer\",\n                \"returned_details\": {\n                  \"code\": \"account_closed\",\n                  \"transaction\": \"string\"\n                },\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"posted_at\": 0,\n                  \"returned_at\": 0\n                },\n                \"tracking_details\": {\n                  \"ach\": {\n                    \"trace_id\": \"string\"\n                  },\n                  \"type\": \"ach\",\n                  \"us_domestic_wire\": {\n                    \"chips\": \"string\",\n                    \"imad\": \"string\",\n                    \"omad\": \"string\"\n                  }\n                },\n                \"transaction\": \"string\"\n              },\n              \"received_credit\": {\n                \"amount\": 0,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"failure_code\": \"account_closed\",\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"initiating_payment_method_details\": {\n                  \"balance\": \"payments\",\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"issuing_card\": \"string\",\n                  \"type\": \"balance\",\n                  \"us_bank_account\": {\n                    \"bank_name\": \"string\",\n                    \"last4\": \"string\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"linked_flows\": {\n                  \"credit_reversal\": \"string\",\n                  \"issuing_authorization\": \"string\",\n                  \"issuing_transaction\": \"string\",\n                  \"source_flow\": \"string\",\n                  \"source_flow_details\": {\n                    \"credit_reversal\": {\n                      \"amount\": 0,\n                      \"created\": 0,\n                      \"currency\": \"string\",\n                      \"financial_account\": \"string\",\n                      \"hosted_regulatory_receipt_url\": \"string\",\n                      \"id\": \"string\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"network\": \"ach\",\n                      \"object\": \"treasury.credit_reversal\",\n                      \"received_credit\": \"string\",\n                      \"status\": \"canceled\",\n                      \"status_transitions\": {\n                        \"posted_at\": 0\n                      },\n                      \"transaction\": \"string\"\n                    },\n                    \"outbound_payment\": {\n                      \"amount\": 0,\n                      \"cancelable\": true,\n                      \"created\": 0,\n                      \"currency\": \"string\",\n                      \"customer\": \"string\",\n                      \"description\": \"string\",\n                      \"destination_payment_method\": \"string\",\n                      \"destination_payment_method_details\": {\n                        \"billing_details\": {\n                          \"address\": {\n                            \"city\": \"string\",\n                            \"country\": \"string\",\n                            \"line1\": \"string\",\n                            \"line2\": \"string\",\n                            \"postal_code\": \"string\",\n                            \"state\": \"string\"\n                          },\n                          \"email\": \"string\",\n                          \"name\": \"string\"\n                        },\n                        \"financial_account\": {\n                          \"id\": \"string\",\n                          \"network\": \"stripe\"\n                        },\n                        \"type\": \"financial_account\",\n                        \"us_bank_account\": {\n                          \"account_holder_type\": \"company\",\n                          \"account_type\": \"checking\",\n                          \"bank_name\": \"string\",\n                          \"fingerprint\": \"string\",\n                          \"last4\": \"string\",\n                          \"mandate\": \"string\",\n                          \"network\": \"ach\",\n                          \"routing_number\": \"string\"\n                        }\n                      },\n                      \"end_user_details\": {\n                        \"ip_address\": \"string\",\n                        \"present\": true\n                      },\n                      \"expected_arrival_date\": 0,\n                      \"financial_account\": \"string\",\n                      \"hosted_regulatory_receipt_url\": \"string\",\n                      \"id\": \"string\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"treasury.outbound_payment\",\n                      \"returned_details\": {\n                        \"code\": \"account_closed\",\n                        \"transaction\": \"string\"\n                      },\n                      \"statement_descriptor\": \"string\",\n                      \"status\": \"canceled\",\n                      \"status_transitions\": {\n                        \"canceled_at\": 0,\n                        \"failed_at\": 0,\n                        \"posted_at\": 0,\n                        \"returned_at\": 0\n                      },\n                      \"tracking_details\": {\n                        \"ach\": {\n                          \"trace_id\": \"string\"\n                        },\n                        \"type\": \"ach\",\n                        \"us_domestic_wire\": {\n                          \"chips\": \"string\",\n                          \"imad\": \"string\",\n                          \"omad\": \"string\"\n                        }\n                      },\n                      \"transaction\": \"string\"\n                    },\n                    \"outbound_transfer\": {\n                      \"amount\": 0,\n                      \"cancelable\": true,\n                      \"created\": 0,\n                      \"currency\": \"string\",\n                      \"description\": \"string\",\n                      \"destination_payment_method\": \"string\",\n                      \"destination_payment_method_details\": {\n                        \"billing_details\": {\n                          \"address\": {\n                            \"city\": \"string\",\n                            \"country\": \"string\",\n                            \"line1\": \"string\",\n                            \"line2\": \"string\",\n                            \"postal_code\": \"string\",\n                            \"state\": \"string\"\n                          },\n                          \"email\": \"string\",\n                          \"name\": \"string\"\n                        },\n                        \"financial_account\": {\n                          \"id\": \"string\",\n                          \"network\": \"stripe\"\n                        },\n                        \"type\": \"financial_account\",\n                        \"us_bank_account\": {\n                          \"account_holder_type\": \"company\",\n                          \"account_type\": \"checking\",\n                          \"bank_name\": \"string\",\n                          \"fingerprint\": \"string\",\n                          \"last4\": \"string\",\n                          \"mandate\": \"string\",\n                          \"network\": \"ach\",\n                          \"routing_number\": \"string\"\n                        }\n                      },\n                      \"expected_arrival_date\": 0,\n                      \"financial_account\": \"string\",\n                      \"hosted_regulatory_receipt_url\": \"string\",\n                      \"id\": \"string\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"object\": \"treasury.outbound_transfer\",\n                      \"returned_details\": {\n                        \"code\": \"account_closed\",\n                        \"transaction\": \"string\"\n                      },\n                      \"statement_descriptor\": \"string\",\n                      \"status\": \"canceled\",\n                      \"status_transitions\": {\n                        \"canceled_at\": 0,\n                        \"failed_at\": 0,\n                        \"posted_at\": 0,\n                        \"returned_at\": 0\n                      },\n                      \"tracking_details\": {\n                        \"ach\": {\n                          \"trace_id\": \"string\"\n                        },\n                        \"type\": \"ach\",\n                        \"us_domestic_wire\": {\n                          \"chips\": \"string\",\n                          \"imad\": \"string\",\n                          \"omad\": \"string\"\n                        }\n                      },\n                      \"transaction\": \"string\"\n                    },\n                    \"payout\": {\n                      \"amount\": 0,\n                      \"application_fee\": \"string\",\n                      \"application_fee_amount\": 0,\n                      \"arrival_date\": 0,\n                      \"automatic\": true,\n                      \"balance_transaction\": \"string\",\n                      \"created\": 0,\n                      \"currency\": \"string\",\n                      \"description\": \"string\",\n                      \"destination\": \"string\",\n                      \"failure_balance_transaction\": \"string\",\n                      \"failure_code\": \"string\",\n                      \"failure_message\": \"string\",\n                      \"id\": \"string\",\n                      \"livemode\": true,\n                      \"metadata\": {},\n                      \"method\": \"string\",\n                      \"object\": \"payout\",\n                      \"original_payout\": \"string\",\n                      \"payout_method\": \"string\",\n                      \"reconciliation_status\": \"completed\",\n                      \"reversed_by\": \"string\",\n                      \"source_type\": \"string\",\n                      \"statement_descriptor\": \"string\",\n                      \"status\": \"string\",\n                      \"trace_id\": {\n                        \"status\": \"string\",\n                        \"value\": \"string\"\n                      },\n                      \"type\": \"bank_account\"\n                    },\n                    \"type\": \"credit_reversal\"\n                  },\n                  \"source_flow_type\": \"string\"\n                },\n                \"livemode\": true,\n                \"network\": \"ach\",\n                \"object\": \"treasury.received_credit\",\n                \"reversal_details\": {\n                  \"deadline\": 0,\n                  \"restricted_reason\": \"already_reversed\"\n                },\n                \"status\": \"failed\",\n                \"transaction\": \"string\"\n              },\n              \"received_debit\": {\n                \"amount\": 0,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"failure_code\": \"account_closed\",\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"initiating_payment_method_details\": {\n                  \"balance\": \"payments\",\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"issuing_card\": \"string\",\n                  \"type\": \"balance\",\n                  \"us_bank_account\": {\n                    \"bank_name\": \"string\",\n                    \"last4\": \"string\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"linked_flows\": {\n                  \"debit_reversal\": \"string\",\n                  \"inbound_transfer\": \"string\",\n                  \"issuing_authorization\": \"string\",\n                  \"issuing_transaction\": \"string\",\n                  \"payout\": \"string\",\n                  \"topup\": \"string\"\n                },\n                \"livemode\": true,\n                \"network\": \"ach\",\n                \"object\": \"treasury.received_debit\",\n                \"reversal_details\": {\n                  \"deadline\": 0,\n                  \"restricted_reason\": \"already_reversed\"\n                },\n                \"status\": \"failed\",\n                \"transaction\": \"string\"\n              },\n              \"type\": \"credit_reversal\"\n            },\n            \"flow_type\": \"credit_reversal\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"object\": \"treasury.transaction_entry\",\n            \"transaction\": \"string\",\n            \"type\": \"credit_reversal\"\n          }\n        ],\n        \"has_more\": true,\n        \"object\": \"list\",\n        \"url\": \"string\"\n      },\n      \"financial_account\": \"string\",\n      \"flow\": \"string\",\n      \"flow_details\": {\n        \"credit_reversal\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"network\": \"ach\",\n          \"object\": \"treasury.credit_reversal\",\n          \"received_credit\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"posted_at\": 0\n          },\n          \"transaction\": \"string\"\n        },\n        \"debit_reversal\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"linked_flows\": {\n            \"issuing_dispute\": \"string\"\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"network\": \"ach\",\n          \"object\": \"treasury.debit_reversal\",\n          \"received_debit\": \"string\",\n          \"status\": \"failed\",\n          \"status_transitions\": {\n            \"completed_at\": 0\n          },\n          \"transaction\": \"string\"\n        },\n        \"inbound_transfer\": {\n          \"amount\": 0,\n          \"cancelable\": true,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"failure_details\": {\n            \"code\": \"account_closed\"\n          },\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"linked_flows\": {\n            \"received_debit\": \"string\"\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"treasury.inbound_transfer\",\n          \"origin_payment_method\": \"string\",\n          \"origin_payment_method_details\": {\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"type\": \"us_bank_account\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"mandate\": \"string\",\n              \"network\": \"ach\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"returned\": true,\n          \"statement_descriptor\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"canceled_at\": 0,\n            \"failed_at\": 0,\n            \"succeeded_at\": 0\n          },\n          \"transaction\": \"string\"\n        },\n        \"issuing_authorization\": {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"approved\": true,\n          \"authorization_method\": \"chip\",\n          \"balance_transactions\": [\n            {\n              \"amount\": 0,\n              \"available_on\": 0,\n              \"balance_type\": \"issuing\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"exchange_rate\": 0.0,\n              \"fee\": 0,\n              \"fee_details\": [\n                {\n                  \"amount\": 0,\n                  \"application\": \"string\",\n                  \"currency\": \"string\",\n                  \"description\": \"string\",\n                  \"type\": \"string\"\n                }\n              ],\n              \"id\": \"string\",\n              \"net\": 0,\n              \"object\": \"balance_transaction\",\n              \"reporting_category\": \"string\",\n              \"source\": \"string\",\n              \"status\": \"string\",\n              \"type\": \"adjustment\"\n            }\n          ],\n          \"card\": {\n            \"brand\": \"string\",\n            \"cancellation_reason\": \"design_rejected\",\n            \"cardholder\": {\n              \"billing\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                }\n              },\n              \"company\": {\n                \"tax_id_provided\": true\n              },\n              \"created\": 0,\n              \"email\": \"string\",\n              \"id\": \"string\",\n              \"individual\": {\n                \"card_issuing\": {\n                  \"user_terms_acceptance\": {\n                    \"date\": 0,\n                    \"ip\": \"string\",\n                    \"user_agent\": \"string\"\n                  }\n                },\n                \"dob\": {\n                  \"day\": 0,\n                  \"month\": 0,\n                  \"year\": 0\n                },\n                \"first_name\": \"string\",\n                \"last_name\": \"string\",\n                \"verification\": {\n                  \"document\": {\n                    \"back\": \"string\",\n                    \"front\": \"string\"\n                  }\n                }\n              },\n              \"livemode\": true,\n              \"metadata\": {},\n              \"name\": \"string\",\n              \"object\": \"issuing.cardholder\",\n              \"phone_number\": \"string\",\n              \"preferred_locales\": [\n                \"de\"\n              ],\n              \"requirements\": {\n                \"disabled_reason\": \"listed\",\n                \"past_due\": [\n                  \"company.tax_id\"\n                ]\n              },\n              \"spending_controls\": {\n                \"allowed_categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"allowed_merchant_countries\": [\n                  \"string\"\n                ],\n                \"blocked_categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"blocked_merchant_countries\": [\n                  \"string\"\n                ],\n                \"spending_limits\": [\n                  {\n                    \"amount\": 0,\n                    \"categories\": [\n                      \"ac_refrigeration_repair\"\n                    ],\n                    \"interval\": \"all_time\"\n                  }\n                ],\n                \"spending_limits_currency\": \"string\"\n              },\n              \"status\": \"active\",\n              \"type\": \"company\"\n            },\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"cvc\": \"string\",\n            \"exp_month\": 0,\n            \"exp_year\": 0,\n            \"financial_account\": \"string\",\n            \"id\": \"string\",\n            \"last4\": \"string\",\n            \"latest_fraud_warning\": {\n              \"started_at\": 0,\n              \"type\": \"card_testing_exposure\"\n            },\n            \"livemode\": true,\n            \"metadata\": {},\n            \"number\": \"string\",\n            \"object\": \"issuing.card\",\n            \"personalization_design\": \"string\",\n            \"replaced_by\": \"string\",\n            \"replacement_for\": \"string\",\n            \"replacement_reason\": \"damaged\",\n            \"second_line\": \"string\",\n            \"shipping\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"address_validation\": {\n                \"mode\": \"disabled\",\n                \"normalized_address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"result\": \"indeterminate\"\n              },\n              \"carrier\": \"dhl\",\n              \"customs\": {\n                \"eori_number\": \"string\"\n              },\n              \"eta\": 0,\n              \"name\": \"string\",\n              \"phone_number\": \"string\",\n              \"require_signature\": true,\n              \"service\": \"express\",\n              \"status\": \"canceled\",\n              \"tracking_number\": \"string\",\n              \"tracking_url\": \"string\",\n              \"type\": \"bulk\"\n            },\n            \"spending_controls\": {\n              \"allowed_categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"allowed_merchant_countries\": [\n                \"string\"\n              ],\n              \"blocked_categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"blocked_merchant_countries\": [\n                \"string\"\n              ],\n              \"spending_limits\": [\n                {\n                  \"amount\": 0,\n                  \"categories\": [\n                    \"ac_refrigeration_repair\"\n                  ],\n                  \"interval\": \"all_time\"\n                }\n              ],\n              \"spending_limits_currency\": \"string\"\n            },\n            \"status\": \"active\",\n            \"type\": \"physical\",\n            \"wallets\": {\n              \"apple_pay\": {\n                \"eligible\": true,\n                \"ineligible_reason\": \"missing_agreement\"\n              },\n              \"google_pay\": {\n                \"eligible\": true,\n                \"ineligible_reason\": \"missing_agreement\"\n              },\n              \"primary_account_identifier\": \"string\"\n            }\n          },\n          \"cardholder\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"fleet\": {\n            \"cardholder_prompt_data\": {\n              \"alphanumeric_id\": \"string\",\n              \"driver_id\": \"string\",\n              \"odometer\": 0,\n              \"unspecified_id\": \"string\",\n              \"user_id\": \"string\",\n              \"vehicle_number\": \"string\"\n            },\n            \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n            \"reported_breakdown\": {\n              \"fuel\": {\n                \"gross_amount_decimal\": \"string\"\n              },\n              \"non_fuel\": {\n                \"gross_amount_decimal\": \"string\"\n              },\n              \"tax\": {\n                \"local_amount_decimal\": \"string\",\n                \"national_amount_decimal\": \"string\"\n              }\n            },\n            \"service_type\": \"full_service\"\n          },\n          \"fraud_challenges\": [\n            {\n              \"channel\": \"sms\",\n              \"status\": \"expired\",\n              \"undeliverable_reason\": \"no_phone_number\"\n            }\n          ],\n          \"fuel\": {\n            \"industry_product_code\": \"string\",\n            \"quantity_decimal\": \"string\",\n            \"type\": \"diesel\",\n            \"unit\": \"charging_minute\",\n            \"unit_cost_decimal\": \"string\"\n          },\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"merchant_data\": {\n            \"category\": \"string\",\n            \"category_code\": \"string\",\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"name\": \"string\",\n            \"network_id\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\",\n            \"tax_id\": \"string\",\n            \"terminal_id\": \"string\",\n            \"url\": \"string\"\n          },\n          \"metadata\": {},\n          \"network_data\": {\n            \"acquiring_institution_id\": \"string\",\n            \"system_trace_audit_number\": \"string\",\n            \"transaction_id\": \"string\"\n          },\n          \"object\": \"issuing.authorization\",\n          \"pending_request\": {\n            \"amount\": 0,\n            \"amount_details\": {\n              \"atm_fee\": 0,\n              \"cashback_amount\": 0\n            },\n            \"currency\": \"string\",\n            \"is_amount_controllable\": true,\n            \"merchant_amount\": 0,\n            \"merchant_currency\": \"string\",\n            \"network_risk_score\": 0\n          },\n          \"request_history\": [\n            {\n              \"amount\": 0,\n              \"amount_details\": {\n                \"atm_fee\": 0,\n                \"cashback_amount\": 0\n              },\n              \"approved\": true,\n              \"authorization_code\": \"string\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"merchant_amount\": 0,\n              \"merchant_currency\": \"string\",\n              \"network_risk_score\": 0,\n              \"reason\": \"account_disabled\",\n              \"reason_message\": \"string\",\n              \"requested_at\": 0\n            }\n          ],\n          \"status\": \"closed\",\n          \"token\": \"string\",\n          \"transactions\": [\n            {\n              \"amount\": 0,\n              \"amount_details\": {\n                \"atm_fee\": 0,\n                \"cashback_amount\": 0\n              },\n              \"authorization\": \"string\",\n              \"balance_transaction\": \"string\",\n              \"card\": \"string\",\n              \"cardholder\": \"string\",\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"dispute\": \"string\",\n              \"id\": \"string\",\n              \"livemode\": true,\n              \"merchant_amount\": 0,\n              \"merchant_currency\": \"string\",\n              \"merchant_data\": {\n                \"category\": \"string\",\n                \"category_code\": \"string\",\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"name\": \"string\",\n                \"network_id\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\",\n                \"tax_id\": \"string\",\n                \"terminal_id\": \"string\",\n                \"url\": \"string\"\n              },\n              \"metadata\": {},\n              \"network_data\": {\n                \"authorization_code\": \"string\",\n                \"processing_date\": \"string\",\n                \"transaction_id\": \"string\"\n              },\n              \"object\": \"issuing.transaction\",\n              \"purchase_details\": {\n                \"fleet\": {\n                  \"cardholder_prompt_data\": {\n                    \"driver_id\": \"string\",\n                    \"odometer\": 0,\n                    \"unspecified_id\": \"string\",\n                    \"user_id\": \"string\",\n                    \"vehicle_number\": \"string\"\n                  },\n                  \"purchase_type\": \"string\",\n                  \"reported_breakdown\": {\n                    \"fuel\": {\n                      \"gross_amount_decimal\": \"string\"\n                    },\n                    \"non_fuel\": {\n                      \"gross_amount_decimal\": \"string\"\n                    },\n                    \"tax\": {\n                      \"local_amount_decimal\": \"string\",\n                      \"national_amount_decimal\": \"string\"\n                    }\n                  },\n                  \"service_type\": \"string\"\n                },\n                \"flight\": {\n                  \"departure_at\": 0,\n                  \"passenger_name\": \"string\",\n                  \"refundable\": true,\n                  \"segments\": [\n                    {\n                      \"arrival_airport_code\": \"string\",\n                      \"carrier\": \"string\",\n                      \"departure_airport_code\": \"string\",\n                      \"flight_number\": \"string\",\n                      \"service_class\": \"string\",\n                      \"stopover_allowed\": true\n                    }\n                  ],\n                  \"travel_agency\": \"string\"\n                },\n                \"fuel\": {\n                  \"industry_product_code\": \"string\",\n                  \"quantity_decimal\": \"string\",\n                  \"type\": \"string\",\n                  \"unit\": \"string\",\n                  \"unit_cost_decimal\": \"string\"\n                },\n                \"lodging\": {\n                  \"check_in_at\": 0,\n                  \"nights\": 0\n                },\n                \"receipt\": [\n                  {\n                    \"description\": \"string\",\n                    \"quantity\": 0.0,\n                    \"total\": 0,\n                    \"unit_cost\": 0\n                  }\n                ],\n                \"reference\": \"string\"\n              },\n              \"token\": \"string\",\n              \"treasury\": {\n                \"received_credit\": \"string\",\n                \"received_debit\": \"string\"\n              },\n              \"type\": \"capture\",\n              \"wallet\": \"apple_pay\"\n            }\n          ],\n          \"treasury\": {\n            \"received_credits\": [\n              \"string\"\n            ],\n            \"received_debits\": [\n              \"string\"\n            ],\n            \"transaction\": \"string\"\n          },\n          \"verification_data\": {\n            \"address_line1_check\": \"match\",\n            \"address_postal_code_check\": \"match\",\n            \"authentication_exemption\": {\n              \"claimed_by\": \"acquirer\",\n              \"type\": \"low_value_transaction\"\n            },\n            \"cvc_check\": \"match\",\n            \"expiry_check\": \"match\",\n            \"postal_code\": \"string\",\n            \"three_d_secure\": {\n              \"result\": \"attempt_acknowledged\"\n            }\n          },\n          \"verified_by_fraud_challenge\": true,\n          \"wallet\": \"string\"\n        },\n        \"outbound_payment\": {\n          \"amount\": 0,\n          \"cancelable\": true,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"customer\": \"string\",\n          \"description\": \"string\",\n          \"destination_payment_method\": \"string\",\n          \"destination_payment_method_details\": {\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"type\": \"financial_account\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"mandate\": \"string\",\n              \"network\": \"ach\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"end_user_details\": {\n            \"ip_address\": \"string\",\n            \"present\": true\n          },\n          \"expected_arrival_date\": 0,\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"treasury.outbound_payment\",\n          \"returned_details\": {\n            \"code\": \"account_closed\",\n            \"transaction\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"canceled_at\": 0,\n            \"failed_at\": 0,\n            \"posted_at\": 0,\n            \"returned_at\": 0\n          },\n          \"tracking_details\": {\n            \"ach\": {\n              \"trace_id\": \"string\"\n            },\n            \"type\": \"ach\",\n            \"us_domestic_wire\": {\n              \"chips\": \"string\",\n              \"imad\": \"string\",\n              \"omad\": \"string\"\n            }\n          },\n          \"transaction\": \"string\"\n        },\n        \"outbound_transfer\": {\n          \"amount\": 0,\n          \"cancelable\": true,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"destination_payment_method\": \"string\",\n          \"destination_payment_method_details\": {\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"type\": \"financial_account\",\n            \"us_bank_account\": {\n              \"account_holder_type\": \"company\",\n              \"account_type\": \"checking\",\n              \"bank_name\": \"string\",\n              \"fingerprint\": \"string\",\n              \"last4\": \"string\",\n              \"mandate\": \"string\",\n              \"network\": \"ach\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"expected_arrival_date\": 0,\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"metadata\": {},\n          \"object\": \"treasury.outbound_transfer\",\n          \"returned_details\": {\n            \"code\": \"account_closed\",\n            \"transaction\": \"string\"\n          },\n          \"statement_descriptor\": \"string\",\n          \"status\": \"canceled\",\n          \"status_transitions\": {\n            \"canceled_at\": 0,\n            \"failed_at\": 0,\n            \"posted_at\": 0,\n            \"returned_at\": 0\n          },\n          \"tracking_details\": {\n            \"ach\": {\n              \"trace_id\": \"string\"\n            },\n            \"type\": \"ach\",\n            \"us_domestic_wire\": {\n              \"chips\": \"string\",\n              \"imad\": \"string\",\n              \"omad\": \"string\"\n            }\n          },\n          \"transaction\": \"string\"\n        },\n        \"received_credit\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"failure_code\": \"account_closed\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"initiating_payment_method_details\": {\n            \"balance\": \"payments\",\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"issuing_card\": \"string\",\n            \"type\": \"balance\",\n            \"us_bank_account\": {\n              \"bank_name\": \"string\",\n              \"last4\": \"string\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"linked_flows\": {\n            \"credit_reversal\": \"string\",\n            \"issuing_authorization\": \"string\",\n            \"issuing_transaction\": \"string\",\n            \"source_flow\": \"string\",\n            \"source_flow_details\": {\n              \"credit_reversal\": {\n                \"amount\": 0,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"network\": \"ach\",\n                \"object\": \"treasury.credit_reversal\",\n                \"received_credit\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"posted_at\": 0\n                },\n                \"transaction\": \"string\"\n              },\n              \"outbound_payment\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"customer\": \"string\",\n                \"description\": \"string\",\n                \"destination_payment_method\": \"string\",\n                \"destination_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"type\": \"financial_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"end_user_details\": {\n                  \"ip_address\": \"string\",\n                  \"present\": true\n                },\n                \"expected_arrival_date\": 0,\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.outbound_payment\",\n                \"returned_details\": {\n                  \"code\": \"account_closed\",\n                  \"transaction\": \"string\"\n                },\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"posted_at\": 0,\n                  \"returned_at\": 0\n                },\n                \"tracking_details\": {\n                  \"ach\": {\n                    \"trace_id\": \"string\"\n                  },\n                  \"type\": \"ach\",\n                  \"us_domestic_wire\": {\n                    \"chips\": \"string\",\n                    \"imad\": \"string\",\n                    \"omad\": \"string\"\n                  }\n                },\n                \"transaction\": \"string\"\n              },\n              \"outbound_transfer\": {\n                \"amount\": 0,\n                \"cancelable\": true,\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"destination_payment_method\": \"string\",\n                \"destination_payment_method_details\": {\n                  \"billing_details\": {\n                    \"address\": {\n                      \"city\": \"string\",\n                      \"country\": \"string\",\n                      \"line1\": \"string\",\n                      \"line2\": \"string\",\n                      \"postal_code\": \"string\",\n                      \"state\": \"string\"\n                    },\n                    \"email\": \"string\",\n                    \"name\": \"string\"\n                  },\n                  \"financial_account\": {\n                    \"id\": \"string\",\n                    \"network\": \"stripe\"\n                  },\n                  \"type\": \"financial_account\",\n                  \"us_bank_account\": {\n                    \"account_holder_type\": \"company\",\n                    \"account_type\": \"checking\",\n                    \"bank_name\": \"string\",\n                    \"fingerprint\": \"string\",\n                    \"last4\": \"string\",\n                    \"mandate\": \"string\",\n                    \"network\": \"ach\",\n                    \"routing_number\": \"string\"\n                  }\n                },\n                \"expected_arrival_date\": 0,\n                \"financial_account\": \"string\",\n                \"hosted_regulatory_receipt_url\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"object\": \"treasury.outbound_transfer\",\n                \"returned_details\": {\n                  \"code\": \"account_closed\",\n                  \"transaction\": \"string\"\n                },\n                \"statement_descriptor\": \"string\",\n                \"status\": \"canceled\",\n                \"status_transitions\": {\n                  \"canceled_at\": 0,\n                  \"failed_at\": 0,\n                  \"posted_at\": 0,\n                  \"returned_at\": 0\n                },\n                \"tracking_details\": {\n                  \"ach\": {\n                    \"trace_id\": \"string\"\n                  },\n                  \"type\": \"ach\",\n                  \"us_domestic_wire\": {\n                    \"chips\": \"string\",\n                    \"imad\": \"string\",\n                    \"omad\": \"string\"\n                  }\n                },\n                \"transaction\": \"string\"\n              },\n              \"payout\": {\n                \"amount\": 0,\n                \"application_fee\": \"string\",\n                \"application_fee_amount\": 0,\n                \"arrival_date\": 0,\n                \"automatic\": true,\n                \"balance_transaction\": \"string\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"destination\": \"string\",\n                \"failure_balance_transaction\": \"string\",\n                \"failure_code\": \"string\",\n                \"failure_message\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"metadata\": {},\n                \"method\": \"string\",\n                \"object\": \"payout\",\n                \"original_payout\": \"string\",\n                \"payout_method\": \"string\",\n                \"reconciliation_status\": \"completed\",\n                \"reversed_by\": \"string\",\n                \"source_type\": \"string\",\n                \"statement_descriptor\": \"string\",\n                \"status\": \"string\",\n                \"trace_id\": {\n                  \"status\": \"string\",\n                  \"value\": \"string\"\n                },\n                \"type\": \"bank_account\"\n              },\n              \"type\": \"credit_reversal\"\n            },\n            \"source_flow_type\": \"string\"\n          },\n          \"livemode\": true,\n          \"network\": \"ach\",\n          \"object\": \"treasury.received_credit\",\n          \"reversal_details\": {\n            \"deadline\": 0,\n            \"restricted_reason\": \"already_reversed\"\n          },\n          \"status\": \"failed\",\n          \"transaction\": \"string\"\n        },\n        \"received_debit\": {\n          \"amount\": 0,\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"failure_code\": \"account_closed\",\n          \"financial_account\": \"string\",\n          \"hosted_regulatory_receipt_url\": \"string\",\n          \"id\": \"string\",\n          \"initiating_payment_method_details\": {\n            \"balance\": \"payments\",\n            \"billing_details\": {\n              \"address\": {\n                \"city\": \"string\",\n                \"country\": \"string\",\n                \"line1\": \"string\",\n                \"line2\": \"string\",\n                \"postal_code\": \"string\",\n                \"state\": \"string\"\n              },\n              \"email\": \"string\",\n              \"name\": \"string\"\n            },\n            \"financial_account\": {\n              \"id\": \"string\",\n              \"network\": \"stripe\"\n            },\n            \"issuing_card\": \"string\",\n            \"type\": \"balance\",\n            \"us_bank_account\": {\n              \"bank_name\": \"string\",\n              \"last4\": \"string\",\n              \"routing_number\": \"string\"\n            }\n          },\n          \"linked_flows\": {\n            \"debit_reversal\": \"string\",\n            \"inbound_transfer\": \"string\",\n            \"issuing_authorization\": \"string\",\n            \"issuing_transaction\": \"string\",\n            \"payout\": \"string\",\n            \"topup\": \"string\"\n          },\n          \"livemode\": true,\n          \"network\": \"ach\",\n          \"object\": \"treasury.received_debit\",\n          \"reversal_details\": {\n            \"deadline\": 0,\n            \"restricted_reason\": \"already_reversed\"\n          },\n          \"status\": \"failed\",\n          \"transaction\": \"string\"\n        },\n        \"type\": \"credit_reversal\"\n      },\n      \"flow_type\": \"credit_reversal\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"object\": \"treasury.transaction\",\n      \"status\": \"open\",\n      \"status_transitions\": {\n        \"posted_at\": 0,\n        \"void_at\": 0\n      }\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all Transactions"}},"/v1/treasury/transactions/{id}":{"get":{"description":"Retrieve a Transaction","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"id","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/treasury.transaction"}}},"description":"{\n  \"amount\": 0,\n  \"balance_impact\": {\n    \"cash\": 0,\n    \"inbound_pending\": 0,\n    \"outbound_pending\": 0\n  },\n  \"created\": 0,\n  \"currency\": \"string\",\n  \"description\": \"string\",\n  \"entries\": {\n    \"data\": [\n      {\n        \"balance_impact\": {\n          \"cash\": 0,\n          \"inbound_pending\": 0,\n          \"outbound_pending\": 0\n        },\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"effective_at\": 0,\n        \"financial_account\": \"string\",\n        \"flow\": \"string\",\n        \"flow_details\": {\n          \"credit_reversal\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"network\": \"ach\",\n            \"object\": \"treasury.credit_reversal\",\n            \"received_credit\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"posted_at\": 0\n            },\n            \"transaction\": \"string\"\n          },\n          \"debit_reversal\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"linked_flows\": {\n              \"issuing_dispute\": \"string\"\n            },\n            \"livemode\": true,\n            \"metadata\": {},\n            \"network\": \"ach\",\n            \"object\": \"treasury.debit_reversal\",\n            \"received_debit\": \"string\",\n            \"status\": \"failed\",\n            \"status_transitions\": {\n              \"completed_at\": 0\n            },\n            \"transaction\": \"string\"\n          },\n          \"inbound_transfer\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"failure_details\": {\n              \"code\": \"account_closed\"\n            },\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"linked_flows\": {\n              \"received_debit\": \"string\"\n            },\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.inbound_transfer\",\n            \"origin_payment_method\": \"string\",\n            \"origin_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"type\": \"us_bank_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"returned\": true,\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"succeeded_at\": 0\n            },\n            \"transaction\": \"string\"\n          },\n          \"issuing_authorization\": {\n            \"amount\": 0,\n            \"amount_details\": {\n              \"atm_fee\": 0,\n              \"cashback_amount\": 0\n            },\n            \"approved\": true,\n            \"authorization_method\": \"chip\",\n            \"balance_transactions\": [\n              {\n                \"amount\": 0,\n                \"available_on\": 0,\n                \"balance_type\": \"issuing\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"description\": \"string\",\n                \"exchange_rate\": 0.0,\n                \"fee\": 0,\n                \"fee_details\": [\n                  {\n                    \"amount\": 0,\n                    \"application\": \"string\",\n                    \"currency\": \"string\",\n                    \"description\": \"string\",\n                    \"type\": \"string\"\n                  }\n                ],\n                \"id\": \"string\",\n                \"net\": 0,\n                \"object\": \"balance_transaction\",\n                \"reporting_category\": \"string\",\n                \"source\": \"string\",\n                \"status\": \"string\",\n                \"type\": \"adjustment\"\n              }\n            ],\n            \"card\": {\n              \"brand\": \"string\",\n              \"cancellation_reason\": \"design_rejected\",\n              \"cardholder\": {\n                \"billing\": {\n                  \"address\": {\n                    \"city\": \"string\",\n                    \"country\": \"string\",\n                    \"line1\": \"string\",\n                    \"line2\": \"string\",\n                    \"postal_code\": \"string\",\n                    \"state\": \"string\"\n                  }\n                },\n                \"company\": {\n                  \"tax_id_provided\": true\n                },\n                \"created\": 0,\n                \"email\": \"string\",\n                \"id\": \"string\",\n                \"individual\": {\n                  \"card_issuing\": {\n                    \"user_terms_acceptance\": {\n                      \"date\": 0,\n                      \"ip\": \"string\",\n                      \"user_agent\": \"string\"\n                    }\n                  },\n                  \"dob\": {\n                    \"day\": 0,\n                    \"month\": 0,\n                    \"year\": 0\n                  },\n                  \"first_name\": \"string\",\n                  \"last_name\": \"string\",\n                  \"verification\": {\n                    \"document\": {\n                      \"back\": \"string\",\n                      \"front\": \"string\"\n                    }\n                  }\n                },\n                \"livemode\": true,\n                \"metadata\": {},\n                \"name\": \"string\",\n                \"object\": \"issuing.cardholder\",\n                \"phone_number\": \"string\",\n                \"preferred_locales\": [\n                  \"de\"\n                ],\n                \"requirements\": {\n                  \"disabled_reason\": \"listed\",\n                  \"past_due\": [\n                    \"company.tax_id\"\n                  ]\n                },\n                \"spending_controls\": {\n                  \"allowed_categories\": [\n                    \"ac_refrigeration_repair\"\n                  ],\n                  \"allowed_merchant_countries\": [\n                    \"string\"\n                  ],\n                  \"blocked_categories\": [\n                    \"ac_refrigeration_repair\"\n                  ],\n                  \"blocked_merchant_countries\": [\n                    \"string\"\n                  ],\n                  \"spending_limits\": [\n                    {\n                      \"amount\": 0,\n                      \"categories\": [\n                        \"ac_refrigeration_repair\"\n                      ],\n                      \"interval\": \"all_time\"\n                    }\n                  ],\n                  \"spending_limits_currency\": \"string\"\n                },\n                \"status\": \"active\",\n                \"type\": \"company\"\n              },\n              \"created\": 0,\n              \"currency\": \"string\",\n              \"cvc\": \"string\",\n              \"exp_month\": 0,\n              \"exp_year\": 0,\n              \"financial_account\": \"string\",\n              \"id\": \"string\",\n              \"last4\": \"string\",\n              \"latest_fraud_warning\": {\n                \"started_at\": 0,\n                \"type\": \"card_testing_exposure\"\n              },\n              \"livemode\": true,\n              \"metadata\": {},\n              \"number\": \"string\",\n              \"object\": \"issuing.card\",\n              \"personalization_design\": \"string\",\n              \"replaced_by\": \"string\",\n              \"replacement_for\": \"string\",\n              \"replacement_reason\": \"damaged\",\n              \"second_line\": \"string\",\n              \"shipping\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"address_validation\": {\n                  \"mode\": \"disabled\",\n                  \"normalized_address\": {\n                    \"city\": \"string\",\n                    \"country\": \"string\",\n                    \"line1\": \"string\",\n                    \"line2\": \"string\",\n                    \"postal_code\": \"string\",\n                    \"state\": \"string\"\n                  },\n                  \"result\": \"indeterminate\"\n                },\n                \"carrier\": \"dhl\",\n                \"customs\": {\n                  \"eori_number\": \"string\"\n                },\n                \"eta\": 0,\n                \"name\": \"string\",\n                \"phone_number\": \"string\",\n                \"require_signature\": true,\n                \"service\": \"express\",\n                \"status\": \"canceled\",\n                \"tracking_number\": \"string\",\n                \"tracking_url\": \"string\",\n                \"type\": \"bulk\"\n              },\n              \"spending_controls\": {\n                \"allowed_categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"allowed_merchant_countries\": [\n                  \"string\"\n                ],\n                \"blocked_categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"blocked_merchant_countries\": [\n                  \"string\"\n                ],\n                \"spending_limits\": [\n                  {\n                    \"amount\": 0,\n                    \"categories\": [\n                      \"ac_refrigeration_repair\"\n                    ],\n                    \"interval\": \"all_time\"\n                  }\n                ],\n                \"spending_limits_currency\": \"string\"\n              },\n              \"status\": \"active\",\n              \"type\": \"physical\",\n              \"wallets\": {\n                \"apple_pay\": {\n                  \"eligible\": true,\n                  \"ineligible_reason\": \"missing_agreement\"\n                },\n                \"google_pay\": {\n                  \"eligible\": true,\n                  \"ineligible_reason\": \"missing_agreement\"\n                },\n                \"primary_account_identifier\": \"string\"\n              }\n            },\n            \"cardholder\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"fleet\": {\n              \"cardholder_prompt_data\": {\n                \"alphanumeric_id\": \"string\",\n                \"driver_id\": \"string\",\n                \"odometer\": 0,\n                \"unspecified_id\": \"string\",\n                \"user_id\": \"string\",\n                \"vehicle_number\": \"string\"\n              },\n              \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n              \"reported_breakdown\": {\n                \"fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"non_fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"tax\": {\n                  \"local_amount_decimal\": \"string\",\n                  \"national_amount_decimal\": \"string\"\n                }\n              },\n              \"service_type\": \"full_service\"\n            },\n            \"fraud_challenges\": [\n              {\n                \"channel\": \"sms\",\n                \"status\": \"expired\",\n                \"undeliverable_reason\": \"no_phone_number\"\n              }\n            ],\n            \"fuel\": {\n              \"industry_product_code\": \"string\",\n              \"quantity_decimal\": \"string\",\n              \"type\": \"diesel\",\n              \"unit\": \"charging_minute\",\n              \"unit_cost_decimal\": \"string\"\n            },\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"merchant_amount\": 0,\n            \"merchant_currency\": \"string\",\n            \"merchant_data\": {\n              \"category\": \"string\",\n              \"category_code\": \"string\",\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"name\": \"string\",\n              \"network_id\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\",\n              \"tax_id\": \"string\",\n              \"terminal_id\": \"string\",\n              \"url\": \"string\"\n            },\n            \"metadata\": {},\n            \"network_data\": {\n              \"acquiring_institution_id\": \"string\",\n              \"system_trace_audit_number\": \"string\",\n              \"transaction_id\": \"string\"\n            },\n            \"object\": \"issuing.authorization\",\n            \"pending_request\": {\n              \"amount\": 0,\n              \"amount_details\": {\n                \"atm_fee\": 0,\n                \"cashback_amount\": 0\n              },\n              \"currency\": \"string\",\n              \"is_amount_controllable\": true,\n              \"merchant_amount\": 0,\n              \"merchant_currency\": \"string\",\n              \"network_risk_score\": 0\n            },\n            \"request_history\": [\n              {\n                \"amount\": 0,\n                \"amount_details\": {\n                  \"atm_fee\": 0,\n                  \"cashback_amount\": 0\n                },\n                \"approved\": true,\n                \"authorization_code\": \"string\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"merchant_amount\": 0,\n                \"merchant_currency\": \"string\",\n                \"network_risk_score\": 0,\n                \"reason\": \"account_disabled\",\n                \"reason_message\": \"string\",\n                \"requested_at\": 0\n              }\n            ],\n            \"status\": \"closed\",\n            \"token\": \"string\",\n            \"transactions\": [\n              {\n                \"amount\": 0,\n                \"amount_details\": {\n                  \"atm_fee\": 0,\n                  \"cashback_amount\": 0\n                },\n                \"authorization\": \"string\",\n                \"balance_transaction\": \"string\",\n                \"card\": \"string\",\n                \"cardholder\": \"string\",\n                \"created\": 0,\n                \"currency\": \"string\",\n                \"dispute\": \"string\",\n                \"id\": \"string\",\n                \"livemode\": true,\n                \"merchant_amount\": 0,\n                \"merchant_currency\": \"string\",\n                \"merchant_data\": {\n                  \"category\": \"string\",\n                  \"category_code\": \"string\",\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"name\": \"string\",\n                  \"network_id\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\",\n                  \"tax_id\": \"string\",\n                  \"terminal_id\": \"string\",\n                  \"url\": \"string\"\n                },\n                \"metadata\": {},\n                \"network_data\": {\n                  \"authorization_code\": \"string\",\n                  \"processing_date\": \"string\",\n                  \"transaction_id\": \"string\"\n                },\n                \"object\": \"issuing.transaction\",\n                \"purchase_details\": {\n                  \"fleet\": {\n                    \"cardholder_prompt_data\": {\n                      \"driver_id\": \"string\",\n                      \"odometer\": 0,\n                      \"unspecified_id\": \"string\",\n                      \"user_id\": \"string\",\n                      \"vehicle_number\": \"string\"\n                    },\n                    \"purchase_type\": \"string\",\n                    \"reported_breakdown\": {\n                      \"fuel\": {\n                        \"gross_amount_decimal\": \"string\"\n                      },\n                      \"non_fuel\": {\n                        \"gross_amount_decimal\": \"string\"\n                      },\n                      \"tax\": {\n                        \"local_amount_decimal\": \"string\",\n                        \"national_amount_decimal\": \"string\"\n                      }\n                    },\n                    \"service_type\": \"string\"\n                  },\n                  \"flight\": {\n                    \"departure_at\": 0,\n                    \"passenger_name\": \"string\",\n                    \"refundable\": true,\n                    \"segments\": [\n                      {\n                        \"arrival_airport_code\": \"string\",\n                        \"carrier\": \"string\",\n                        \"departure_airport_code\": \"string\",\n                        \"flight_number\": \"string\",\n                        \"service_class\": \"string\",\n                        \"stopover_allowed\": true\n                      }\n                    ],\n                    \"travel_agency\": \"string\"\n                  },\n                  \"fuel\": {\n                    \"industry_product_code\": \"string\",\n                    \"quantity_decimal\": \"string\",\n                    \"type\": \"string\",\n                    \"unit\": \"string\",\n                    \"unit_cost_decimal\": \"string\"\n                  },\n                  \"lodging\": {\n                    \"check_in_at\": 0,\n                    \"nights\": 0\n                  },\n                  \"receipt\": [\n                    {\n                      \"description\": \"string\",\n                      \"quantity\": 0.0,\n                      \"total\": 0,\n                      \"unit_cost\": 0\n                    }\n                  ],\n                  \"reference\": \"string\"\n                },\n                \"token\": \"string\",\n                \"treasury\": {\n                  \"received_credit\": \"string\",\n                  \"received_debit\": \"string\"\n                },\n                \"type\": \"capture\",\n                \"wallet\": \"apple_pay\"\n              }\n            ],\n            \"treasury\": {\n              \"received_credits\": [\n                \"string\"\n              ],\n              \"received_debits\": [\n                \"string\"\n              ],\n              \"transaction\": \"string\"\n            },\n            \"verification_data\": {\n              \"address_line1_check\": \"match\",\n              \"address_postal_code_check\": \"match\",\n              \"authentication_exemption\": {\n                \"claimed_by\": \"acquirer\",\n                \"type\": \"low_value_transaction\"\n              },\n              \"cvc_check\": \"match\",\n              \"expiry_check\": \"match\",\n              \"postal_code\": \"string\",\n              \"three_d_secure\": {\n                \"result\": \"attempt_acknowledged\"\n              }\n            },\n            \"verified_by_fraud_challenge\": true,\n            \"wallet\": \"string\"\n          },\n          \"outbound_payment\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"end_user_details\": {\n              \"ip_address\": \"string\",\n              \"present\": true\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_payment\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_transfer\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_transfer\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"received_credit\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"failure_code\": \"account_closed\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"initiating_payment_method_details\": {\n              \"balance\": \"payments\",\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"issuing_card\": \"string\",\n              \"type\": \"balance\",\n              \"us_bank_account\": {\n                \"bank_name\": \"string\",\n                \"last4\": \"string\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"linked_flows\": {\n              \"credit_reversal\": \"string\",\n              \"issuing_authorization\": \"string\",\n              \"issuing_transaction\": \"string\",\n              \"source_flow\": \"string\",\n              \"source_flow_details\": {\n                \"credit_reversal\": {\n                  \"amount\": 0,\n                  \"created\": 0,\n                  \"currency\": \"string\",\n                  \"financial_account\": \"string\",\n                  \"hosted_regulatory_receipt_url\": \"string\",\n                  \"id\": \"string\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"network\": \"ach\",\n                  \"object\": \"treasury.credit_reversal\",\n                  \"received_credit\": \"string\",\n                  \"status\": \"canceled\",\n                  \"status_transitions\": {\n                    \"posted_at\": 0\n                  },\n                  \"transaction\": \"string\"\n                },\n                \"outbound_payment\": {\n                  \"amount\": 0,\n                  \"cancelable\": true,\n                  \"created\": 0,\n                  \"currency\": \"string\",\n                  \"customer\": \"string\",\n                  \"description\": \"string\",\n                  \"destination_payment_method\": \"string\",\n                  \"destination_payment_method_details\": {\n                    \"billing_details\": {\n                      \"address\": {\n                        \"city\": \"string\",\n                        \"country\": \"string\",\n                        \"line1\": \"string\",\n                        \"line2\": \"string\",\n                        \"postal_code\": \"string\",\n                        \"state\": \"string\"\n                      },\n                      \"email\": \"string\",\n                      \"name\": \"string\"\n                    },\n                    \"financial_account\": {\n                      \"id\": \"string\",\n                      \"network\": \"stripe\"\n                    },\n                    \"type\": \"financial_account\",\n                    \"us_bank_account\": {\n                      \"account_holder_type\": \"company\",\n                      \"account_type\": \"checking\",\n                      \"bank_name\": \"string\",\n                      \"fingerprint\": \"string\",\n                      \"last4\": \"string\",\n                      \"mandate\": \"string\",\n                      \"network\": \"ach\",\n                      \"routing_number\": \"string\"\n                    }\n                  },\n                  \"end_user_details\": {\n                    \"ip_address\": \"string\",\n                    \"present\": true\n                  },\n                  \"expected_arrival_date\": 0,\n                  \"financial_account\": \"string\",\n                  \"hosted_regulatory_receipt_url\": \"string\",\n                  \"id\": \"string\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"treasury.outbound_payment\",\n                  \"returned_details\": {\n                    \"code\": \"account_closed\",\n                    \"transaction\": \"string\"\n                  },\n                  \"statement_descriptor\": \"string\",\n                  \"status\": \"canceled\",\n                  \"status_transitions\": {\n                    \"canceled_at\": 0,\n                    \"failed_at\": 0,\n                    \"posted_at\": 0,\n                    \"returned_at\": 0\n                  },\n                  \"tracking_details\": {\n                    \"ach\": {\n                      \"trace_id\": \"string\"\n                    },\n                    \"type\": \"ach\",\n                    \"us_domestic_wire\": {\n                      \"chips\": \"string\",\n                      \"imad\": \"string\",\n                      \"omad\": \"string\"\n                    }\n                  },\n                  \"transaction\": \"string\"\n                },\n                \"outbound_transfer\": {\n                  \"amount\": 0,\n                  \"cancelable\": true,\n                  \"created\": 0,\n                  \"currency\": \"string\",\n                  \"description\": \"string\",\n                  \"destination_payment_method\": \"string\",\n                  \"destination_payment_method_details\": {\n                    \"billing_details\": {\n                      \"address\": {\n                        \"city\": \"string\",\n                        \"country\": \"string\",\n                        \"line1\": \"string\",\n                        \"line2\": \"string\",\n                        \"postal_code\": \"string\",\n                        \"state\": \"string\"\n                      },\n                      \"email\": \"string\",\n                      \"name\": \"string\"\n                    },\n                    \"financial_account\": {\n                      \"id\": \"string\",\n                      \"network\": \"stripe\"\n                    },\n                    \"type\": \"financial_account\",\n                    \"us_bank_account\": {\n                      \"account_holder_type\": \"company\",\n                      \"account_type\": \"checking\",\n                      \"bank_name\": \"string\",\n                      \"fingerprint\": \"string\",\n                      \"last4\": \"string\",\n                      \"mandate\": \"string\",\n                      \"network\": \"ach\",\n                      \"routing_number\": \"string\"\n                    }\n                  },\n                  \"expected_arrival_date\": 0,\n                  \"financial_account\": \"string\",\n                  \"hosted_regulatory_receipt_url\": \"string\",\n                  \"id\": \"string\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"object\": \"treasury.outbound_transfer\",\n                  \"returned_details\": {\n                    \"code\": \"account_closed\",\n                    \"transaction\": \"string\"\n                  },\n                  \"statement_descriptor\": \"string\",\n                  \"status\": \"canceled\",\n                  \"status_transitions\": {\n                    \"canceled_at\": 0,\n                    \"failed_at\": 0,\n                    \"posted_at\": 0,\n                    \"returned_at\": 0\n                  },\n                  \"tracking_details\": {\n                    \"ach\": {\n                      \"trace_id\": \"string\"\n                    },\n                    \"type\": \"ach\",\n                    \"us_domestic_wire\": {\n                      \"chips\": \"string\",\n                      \"imad\": \"string\",\n                      \"omad\": \"string\"\n                    }\n                  },\n                  \"transaction\": \"string\"\n                },\n                \"payout\": {\n                  \"amount\": 0,\n                  \"application_fee\": \"string\",\n                  \"application_fee_amount\": 0,\n                  \"arrival_date\": 0,\n                  \"automatic\": true,\n                  \"balance_transaction\": \"string\",\n                  \"created\": 0,\n                  \"currency\": \"string\",\n                  \"description\": \"string\",\n                  \"destination\": \"string\",\n                  \"failure_balance_transaction\": \"string\",\n                  \"failure_code\": \"string\",\n                  \"failure_message\": \"string\",\n                  \"id\": \"string\",\n                  \"livemode\": true,\n                  \"metadata\": {},\n                  \"method\": \"string\",\n                  \"object\": \"payout\",\n                  \"original_payout\": \"string\",\n                  \"payout_method\": \"string\",\n                  \"reconciliation_status\": \"completed\",\n                  \"reversed_by\": \"string\",\n                  \"source_type\": \"string\",\n                  \"statement_descriptor\": \"string\",\n                  \"status\": \"string\",\n                  \"trace_id\": {\n                    \"status\": \"string\",\n                    \"value\": \"string\"\n                  },\n                  \"type\": \"bank_account\"\n                },\n                \"type\": \"credit_reversal\"\n              },\n              \"source_flow_type\": \"string\"\n            },\n            \"livemode\": true,\n            \"network\": \"ach\",\n            \"object\": \"treasury.received_credit\",\n            \"reversal_details\": {\n              \"deadline\": 0,\n              \"restricted_reason\": \"already_reversed\"\n            },\n            \"status\": \"failed\",\n            \"transaction\": \"string\"\n          },\n          \"received_debit\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"failure_code\": \"account_closed\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"initiating_payment_method_details\": {\n              \"balance\": \"payments\",\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"issuing_card\": \"string\",\n              \"type\": \"balance\",\n              \"us_bank_account\": {\n                \"bank_name\": \"string\",\n                \"last4\": \"string\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"linked_flows\": {\n              \"debit_reversal\": \"string\",\n              \"inbound_transfer\": \"string\",\n              \"issuing_authorization\": \"string\",\n              \"issuing_transaction\": \"string\",\n              \"payout\": \"string\",\n              \"topup\": \"string\"\n            },\n            \"livemode\": true,\n            \"network\": \"ach\",\n            \"object\": \"treasury.received_debit\",\n            \"reversal_details\": {\n              \"deadline\": 0,\n              \"restricted_reason\": \"already_reversed\"\n            },\n            \"status\": \"failed\",\n            \"transaction\": \"string\"\n          },\n          \"type\": \"credit_reversal\"\n        },\n        \"flow_type\": \"credit_reversal\",\n        \"id\": \"string\",\n        \"livemode\": true,\n        \"object\": \"treasury.transaction_entry\",\n        \"transaction\": \"string\",\n        \"type\": \"credit_reversal\"\n      }\n    ],\n    \"has_more\": true,\n    \"object\": \"list\",\n    \"url\": \"string\"\n  },\n  \"financial_account\": \"string\",\n  \"flow\": \"string\",\n  \"flow_details\": {\n    \"credit_reversal\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"network\": \"ach\",\n      \"object\": \"treasury.credit_reversal\",\n      \"received_credit\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"posted_at\": 0\n      },\n      \"transaction\": \"string\"\n    },\n    \"debit_reversal\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"linked_flows\": {\n        \"issuing_dispute\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"network\": \"ach\",\n      \"object\": \"treasury.debit_reversal\",\n      \"received_debit\": \"string\",\n      \"status\": \"failed\",\n      \"status_transitions\": {\n        \"completed_at\": 0\n      },\n      \"transaction\": \"string\"\n    },\n    \"inbound_transfer\": {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_details\": {\n        \"code\": \"account_closed\"\n      },\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"linked_flows\": {\n        \"received_debit\": \"string\"\n      },\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.inbound_transfer\",\n      \"origin_payment_method\": \"string\",\n      \"origin_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"type\": \"us_bank_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"returned\": true,\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"succeeded_at\": 0\n      },\n      \"transaction\": \"string\"\n    },\n    \"issuing_authorization\": {\n      \"amount\": 0,\n      \"amount_details\": {\n        \"atm_fee\": 0,\n        \"cashback_amount\": 0\n      },\n      \"approved\": true,\n      \"authorization_method\": \"chip\",\n      \"balance_transactions\": [\n        {\n          \"amount\": 0,\n          \"available_on\": 0,\n          \"balance_type\": \"issuing\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"description\": \"string\",\n          \"exchange_rate\": 0.0,\n          \"fee\": 0,\n          \"fee_details\": [\n            {\n              \"amount\": 0,\n              \"application\": \"string\",\n              \"currency\": \"string\",\n              \"description\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"id\": \"string\",\n          \"net\": 0,\n          \"object\": \"balance_transaction\",\n          \"reporting_category\": \"string\",\n          \"source\": \"string\",\n          \"status\": \"string\",\n          \"type\": \"adjustment\"\n        }\n      ],\n      \"card\": {\n        \"brand\": \"string\",\n        \"cancellation_reason\": \"design_rejected\",\n        \"cardholder\": {\n          \"billing\": {\n            \"address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            }\n          },\n          \"company\": {\n            \"tax_id_provided\": true\n          },\n          \"created\": 0,\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"individual\": {\n            \"card_issuing\": {\n              \"user_terms_acceptance\": {\n                \"date\": 0,\n                \"ip\": \"string\",\n                \"user_agent\": \"string\"\n              }\n            },\n            \"dob\": {\n              \"day\": 0,\n              \"month\": 0,\n              \"year\": 0\n            },\n            \"first_name\": \"string\",\n            \"last_name\": \"string\",\n            \"verification\": {\n              \"document\": {\n                \"back\": \"string\",\n                \"front\": \"string\"\n              }\n            }\n          },\n          \"livemode\": true,\n          \"metadata\": {},\n          \"name\": \"string\",\n          \"object\": \"issuing.cardholder\",\n          \"phone_number\": \"string\",\n          \"preferred_locales\": [\n            \"de\"\n          ],\n          \"requirements\": {\n            \"disabled_reason\": \"listed\",\n            \"past_due\": [\n              \"company.tax_id\"\n            ]\n          },\n          \"spending_controls\": {\n            \"allowed_categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"allowed_merchant_countries\": [\n              \"string\"\n            ],\n            \"blocked_categories\": [\n              \"ac_refrigeration_repair\"\n            ],\n            \"blocked_merchant_countries\": [\n              \"string\"\n            ],\n            \"spending_limits\": [\n              {\n                \"amount\": 0,\n                \"categories\": [\n                  \"ac_refrigeration_repair\"\n                ],\n                \"interval\": \"all_time\"\n              }\n            ],\n            \"spending_limits_currency\": \"string\"\n          },\n          \"status\": \"active\",\n          \"type\": \"company\"\n        },\n        \"created\": 0,\n        \"currency\": \"string\",\n        \"cvc\": \"string\",\n        \"exp_month\": 0,\n        \"exp_year\": 0,\n        \"financial_account\": \"string\",\n        \"id\": \"string\",\n        \"last4\": \"string\",\n        \"latest_fraud_warning\": {\n          \"started_at\": 0,\n          \"type\": \"card_testing_exposure\"\n        },\n        \"livemode\": true,\n        \"metadata\": {},\n        \"number\": \"string\",\n        \"object\": \"issuing.card\",\n        \"personalization_design\": \"string\",\n        \"replaced_by\": \"string\",\n        \"replacement_for\": \"string\",\n        \"replacement_reason\": \"damaged\",\n        \"second_line\": \"string\",\n        \"shipping\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"address_validation\": {\n            \"mode\": \"disabled\",\n            \"normalized_address\": {\n              \"city\": \"string\",\n              \"country\": \"string\",\n              \"line1\": \"string\",\n              \"line2\": \"string\",\n              \"postal_code\": \"string\",\n              \"state\": \"string\"\n            },\n            \"result\": \"indeterminate\"\n          },\n          \"carrier\": \"dhl\",\n          \"customs\": {\n            \"eori_number\": \"string\"\n          },\n          \"eta\": 0,\n          \"name\": \"string\",\n          \"phone_number\": \"string\",\n          \"require_signature\": true,\n          \"service\": \"express\",\n          \"status\": \"canceled\",\n          \"tracking_number\": \"string\",\n          \"tracking_url\": \"string\",\n          \"type\": \"bulk\"\n        },\n        \"spending_controls\": {\n          \"allowed_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"allowed_merchant_countries\": [\n            \"string\"\n          ],\n          \"blocked_categories\": [\n            \"ac_refrigeration_repair\"\n          ],\n          \"blocked_merchant_countries\": [\n            \"string\"\n          ],\n          \"spending_limits\": [\n            {\n              \"amount\": 0,\n              \"categories\": [\n                \"ac_refrigeration_repair\"\n              ],\n              \"interval\": \"all_time\"\n            }\n          ],\n          \"spending_limits_currency\": \"string\"\n        },\n        \"status\": \"active\",\n        \"type\": \"physical\",\n        \"wallets\": {\n          \"apple_pay\": {\n            \"eligible\": true,\n            \"ineligible_reason\": \"missing_agreement\"\n          },\n          \"google_pay\": {\n            \"eligible\": true,\n            \"ineligible_reason\": \"missing_agreement\"\n          },\n          \"primary_account_identifier\": \"string\"\n        }\n      },\n      \"cardholder\": \"string\",\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"fleet\": {\n        \"cardholder_prompt_data\": {\n          \"alphanumeric_id\": \"string\",\n          \"driver_id\": \"string\",\n          \"odometer\": 0,\n          \"unspecified_id\": \"string\",\n          \"user_id\": \"string\",\n          \"vehicle_number\": \"string\"\n        },\n        \"purchase_type\": \"fuel_and_non_fuel_purchase\",\n        \"reported_breakdown\": {\n          \"fuel\": {\n            \"gross_amount_decimal\": \"string\"\n          },\n          \"non_fuel\": {\n            \"gross_amount_decimal\": \"string\"\n          },\n          \"tax\": {\n            \"local_amount_decimal\": \"string\",\n            \"national_amount_decimal\": \"string\"\n          }\n        },\n        \"service_type\": \"full_service\"\n      },\n      \"fraud_challenges\": [\n        {\n          \"channel\": \"sms\",\n          \"status\": \"expired\",\n          \"undeliverable_reason\": \"no_phone_number\"\n        }\n      ],\n      \"fuel\": {\n        \"industry_product_code\": \"string\",\n        \"quantity_decimal\": \"string\",\n        \"type\": \"diesel\",\n        \"unit\": \"charging_minute\",\n        \"unit_cost_decimal\": \"string\"\n      },\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"merchant_amount\": 0,\n      \"merchant_currency\": \"string\",\n      \"merchant_data\": {\n        \"category\": \"string\",\n        \"category_code\": \"string\",\n        \"city\": \"string\",\n        \"country\": \"string\",\n        \"name\": \"string\",\n        \"network_id\": \"string\",\n        \"postal_code\": \"string\",\n        \"state\": \"string\",\n        \"tax_id\": \"string\",\n        \"terminal_id\": \"string\",\n        \"url\": \"string\"\n      },\n      \"metadata\": {},\n      \"network_data\": {\n        \"acquiring_institution_id\": \"string\",\n        \"system_trace_audit_number\": \"string\",\n        \"transaction_id\": \"string\"\n      },\n      \"object\": \"issuing.authorization\",\n      \"pending_request\": {\n        \"amount\": 0,\n        \"amount_details\": {\n          \"atm_fee\": 0,\n          \"cashback_amount\": 0\n        },\n        \"currency\": \"string\",\n        \"is_amount_controllable\": true,\n        \"merchant_amount\": 0,\n        \"merchant_currency\": \"string\",\n        \"network_risk_score\": 0\n      },\n      \"request_history\": [\n        {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"approved\": true,\n          \"authorization_code\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"network_risk_score\": 0,\n          \"reason\": \"account_disabled\",\n          \"reason_message\": \"string\",\n          \"requested_at\": 0\n        }\n      ],\n      \"status\": \"closed\",\n      \"token\": \"string\",\n      \"transactions\": [\n        {\n          \"amount\": 0,\n          \"amount_details\": {\n            \"atm_fee\": 0,\n            \"cashback_amount\": 0\n          },\n          \"authorization\": \"string\",\n          \"balance_transaction\": \"string\",\n          \"card\": \"string\",\n          \"cardholder\": \"string\",\n          \"created\": 0,\n          \"currency\": \"string\",\n          \"dispute\": \"string\",\n          \"id\": \"string\",\n          \"livemode\": true,\n          \"merchant_amount\": 0,\n          \"merchant_currency\": \"string\",\n          \"merchant_data\": {\n            \"category\": \"string\",\n            \"category_code\": \"string\",\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"name\": \"string\",\n            \"network_id\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\",\n            \"tax_id\": \"string\",\n            \"terminal_id\": \"string\",\n            \"url\": \"string\"\n          },\n          \"metadata\": {},\n          \"network_data\": {\n            \"authorization_code\": \"string\",\n            \"processing_date\": \"string\",\n            \"transaction_id\": \"string\"\n          },\n          \"object\": \"issuing.transaction\",\n          \"purchase_details\": {\n            \"fleet\": {\n              \"cardholder_prompt_data\": {\n                \"driver_id\": \"string\",\n                \"odometer\": 0,\n                \"unspecified_id\": \"string\",\n                \"user_id\": \"string\",\n                \"vehicle_number\": \"string\"\n              },\n              \"purchase_type\": \"string\",\n              \"reported_breakdown\": {\n                \"fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"non_fuel\": {\n                  \"gross_amount_decimal\": \"string\"\n                },\n                \"tax\": {\n                  \"local_amount_decimal\": \"string\",\n                  \"national_amount_decimal\": \"string\"\n                }\n              },\n              \"service_type\": \"string\"\n            },\n            \"flight\": {\n              \"departure_at\": 0,\n              \"passenger_name\": \"string\",\n              \"refundable\": true,\n              \"segments\": [\n                {\n                  \"arrival_airport_code\": \"string\",\n                  \"carrier\": \"string\",\n                  \"departure_airport_code\": \"string\",\n                  \"flight_number\": \"string\",\n                  \"service_class\": \"string\",\n                  \"stopover_allowed\": true\n                }\n              ],\n              \"travel_agency\": \"string\"\n            },\n            \"fuel\": {\n              \"industry_product_code\": \"string\",\n              \"quantity_decimal\": \"string\",\n              \"type\": \"string\",\n              \"unit\": \"string\",\n              \"unit_cost_decimal\": \"string\"\n            },\n            \"lodging\": {\n              \"check_in_at\": 0,\n              \"nights\": 0\n            },\n            \"receipt\": [\n              {\n                \"description\": \"string\",\n                \"quantity\": 0.0,\n                \"total\": 0,\n                \"unit_cost\": 0\n              }\n            ],\n            \"reference\": \"string\"\n          },\n          \"token\": \"string\",\n          \"treasury\": {\n            \"received_credit\": \"string\",\n            \"received_debit\": \"string\"\n          },\n          \"type\": \"capture\",\n          \"wallet\": \"apple_pay\"\n        }\n      ],\n      \"treasury\": {\n        \"received_credits\": [\n          \"string\"\n        ],\n        \"received_debits\": [\n          \"string\"\n        ],\n        \"transaction\": \"string\"\n      },\n      \"verification_data\": {\n        \"address_line1_check\": \"match\",\n        \"address_postal_code_check\": \"match\",\n        \"authentication_exemption\": {\n          \"claimed_by\": \"acquirer\",\n          \"type\": \"low_value_transaction\"\n        },\n        \"cvc_check\": \"match\",\n        \"expiry_check\": \"match\",\n        \"postal_code\": \"string\",\n        \"three_d_secure\": {\n          \"result\": \"attempt_acknowledged\"\n        }\n      },\n      \"verified_by_fraud_challenge\": true,\n      \"wallet\": \"string\"\n    },\n    \"outbound_payment\": {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"customer\": \"string\",\n      \"description\": \"string\",\n      \"destination_payment_method\": \"string\",\n      \"destination_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"type\": \"financial_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"end_user_details\": {\n        \"ip_address\": \"string\",\n        \"present\": true\n      },\n      \"expected_arrival_date\": 0,\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.outbound_payment\",\n      \"returned_details\": {\n        \"code\": \"account_closed\",\n        \"transaction\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"posted_at\": 0,\n        \"returned_at\": 0\n      },\n      \"tracking_details\": {\n        \"ach\": {\n          \"trace_id\": \"string\"\n        },\n        \"type\": \"ach\",\n        \"us_domestic_wire\": {\n          \"chips\": \"string\",\n          \"imad\": \"string\",\n          \"omad\": \"string\"\n        }\n      },\n      \"transaction\": \"string\"\n    },\n    \"outbound_transfer\": {\n      \"amount\": 0,\n      \"cancelable\": true,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"destination_payment_method\": \"string\",\n      \"destination_payment_method_details\": {\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"type\": \"financial_account\",\n        \"us_bank_account\": {\n          \"account_holder_type\": \"company\",\n          \"account_type\": \"checking\",\n          \"bank_name\": \"string\",\n          \"fingerprint\": \"string\",\n          \"last4\": \"string\",\n          \"mandate\": \"string\",\n          \"network\": \"ach\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"expected_arrival_date\": 0,\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"treasury.outbound_transfer\",\n      \"returned_details\": {\n        \"code\": \"account_closed\",\n        \"transaction\": \"string\"\n      },\n      \"statement_descriptor\": \"string\",\n      \"status\": \"canceled\",\n      \"status_transitions\": {\n        \"canceled_at\": 0,\n        \"failed_at\": 0,\n        \"posted_at\": 0,\n        \"returned_at\": 0\n      },\n      \"tracking_details\": {\n        \"ach\": {\n          \"trace_id\": \"string\"\n        },\n        \"type\": \"ach\",\n        \"us_domestic_wire\": {\n          \"chips\": \"string\",\n          \"imad\": \"string\",\n          \"omad\": \"string\"\n        }\n      },\n      \"transaction\": \"string\"\n    },\n    \"received_credit\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_code\": \"account_closed\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"initiating_payment_method_details\": {\n        \"balance\": \"payments\",\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"issuing_card\": \"string\",\n        \"type\": \"balance\",\n        \"us_bank_account\": {\n          \"bank_name\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"linked_flows\": {\n        \"credit_reversal\": \"string\",\n        \"issuing_authorization\": \"string\",\n        \"issuing_transaction\": \"string\",\n        \"source_flow\": \"string\",\n        \"source_flow_details\": {\n          \"credit_reversal\": {\n            \"amount\": 0,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"network\": \"ach\",\n            \"object\": \"treasury.credit_reversal\",\n            \"received_credit\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"posted_at\": 0\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_payment\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"customer\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"end_user_details\": {\n              \"ip_address\": \"string\",\n              \"present\": true\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_payment\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"outbound_transfer\": {\n            \"amount\": 0,\n            \"cancelable\": true,\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination_payment_method\": \"string\",\n            \"destination_payment_method_details\": {\n              \"billing_details\": {\n                \"address\": {\n                  \"city\": \"string\",\n                  \"country\": \"string\",\n                  \"line1\": \"string\",\n                  \"line2\": \"string\",\n                  \"postal_code\": \"string\",\n                  \"state\": \"string\"\n                },\n                \"email\": \"string\",\n                \"name\": \"string\"\n              },\n              \"financial_account\": {\n                \"id\": \"string\",\n                \"network\": \"stripe\"\n              },\n              \"type\": \"financial_account\",\n              \"us_bank_account\": {\n                \"account_holder_type\": \"company\",\n                \"account_type\": \"checking\",\n                \"bank_name\": \"string\",\n                \"fingerprint\": \"string\",\n                \"last4\": \"string\",\n                \"mandate\": \"string\",\n                \"network\": \"ach\",\n                \"routing_number\": \"string\"\n              }\n            },\n            \"expected_arrival_date\": 0,\n            \"financial_account\": \"string\",\n            \"hosted_regulatory_receipt_url\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"object\": \"treasury.outbound_transfer\",\n            \"returned_details\": {\n              \"code\": \"account_closed\",\n              \"transaction\": \"string\"\n            },\n            \"statement_descriptor\": \"string\",\n            \"status\": \"canceled\",\n            \"status_transitions\": {\n              \"canceled_at\": 0,\n              \"failed_at\": 0,\n              \"posted_at\": 0,\n              \"returned_at\": 0\n            },\n            \"tracking_details\": {\n              \"ach\": {\n                \"trace_id\": \"string\"\n              },\n              \"type\": \"ach\",\n              \"us_domestic_wire\": {\n                \"chips\": \"string\",\n                \"imad\": \"string\",\n                \"omad\": \"string\"\n              }\n            },\n            \"transaction\": \"string\"\n          },\n          \"payout\": {\n            \"amount\": 0,\n            \"application_fee\": \"string\",\n            \"application_fee_amount\": 0,\n            \"arrival_date\": 0,\n            \"automatic\": true,\n            \"balance_transaction\": \"string\",\n            \"created\": 0,\n            \"currency\": \"string\",\n            \"description\": \"string\",\n            \"destination\": \"string\",\n            \"failure_balance_transaction\": \"string\",\n            \"failure_code\": \"string\",\n            \"failure_message\": \"string\",\n            \"id\": \"string\",\n            \"livemode\": true,\n            \"metadata\": {},\n            \"method\": \"string\",\n            \"object\": \"payout\",\n            \"original_payout\": \"string\",\n            \"payout_method\": \"string\",\n            \"reconciliation_status\": \"completed\",\n            \"reversed_by\": \"string\",\n            \"source_type\": \"string\",\n            \"statement_descriptor\": \"string\",\n            \"status\": \"string\",\n            \"trace_id\": {\n              \"status\": \"string\",\n              \"value\": \"string\"\n            },\n            \"type\": \"bank_account\"\n          },\n          \"type\": \"credit_reversal\"\n        },\n        \"source_flow_type\": \"string\"\n      },\n      \"livemode\": true,\n      \"network\": \"ach\",\n      \"object\": \"treasury.received_credit\",\n      \"reversal_details\": {\n        \"deadline\": 0,\n        \"restricted_reason\": \"already_reversed\"\n      },\n      \"status\": \"failed\",\n      \"transaction\": \"string\"\n    },\n    \"received_debit\": {\n      \"amount\": 0,\n      \"created\": 0,\n      \"currency\": \"string\",\n      \"description\": \"string\",\n      \"failure_code\": \"account_closed\",\n      \"financial_account\": \"string\",\n      \"hosted_regulatory_receipt_url\": \"string\",\n      \"id\": \"string\",\n      \"initiating_payment_method_details\": {\n        \"balance\": \"payments\",\n        \"billing_details\": {\n          \"address\": {\n            \"city\": \"string\",\n            \"country\": \"string\",\n            \"line1\": \"string\",\n            \"line2\": \"string\",\n            \"postal_code\": \"string\",\n            \"state\": \"string\"\n          },\n          \"email\": \"string\",\n          \"name\": \"string\"\n        },\n        \"financial_account\": {\n          \"id\": \"string\",\n          \"network\": \"stripe\"\n        },\n        \"issuing_card\": \"string\",\n        \"type\": \"balance\",\n        \"us_bank_account\": {\n          \"bank_name\": \"string\",\n          \"last4\": \"string\",\n          \"routing_number\": \"string\"\n        }\n      },\n      \"linked_flows\": {\n        \"debit_reversal\": \"string\",\n        \"inbound_transfer\": \"string\",\n        \"issuing_authorization\": \"string\",\n        \"issuing_transaction\": \"string\",\n        \"payout\": \"string\",\n        \"topup\": \"string\"\n      },\n      \"livemode\": true,\n      \"network\": \"ach\",\n      \"object\": \"treasury.received_debit\",\n      \"reversal_details\": {\n        \"deadline\": 0,\n        \"restricted_reason\": \"already_reversed\"\n      },\n      \"status\": \"failed\",\n      \"transaction\": \"string\"\n    },\n    \"type\": \"credit_reversal\"\n  },\n  \"flow_type\": \"credit_reversal\",\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"object\": \"treasury.transaction\",\n  \"status\": \"open\",\n  \"status_transitions\": {\n    \"posted_at\": 0,\n    \"void_at\": 0\n  }\n}"}},"summary":"Retrieve a Transaction"}},"/v1/webhook_endpoints":{"get":{"description":"List all webhook endpoints","parameters":[{"description":"A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.","in":"query","name":"ending_before","schema":{"type":"string"},"style":"form"},{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"description":"A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.","in":"query","name":"limit","schema":{"type":"integer"},"style":"form"},{"description":"A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.","in":"query","name":"starting_after","schema":{"type":"string"},"style":"form"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"description":"{\n  \"data\": [\n    {\n      \"api_version\": \"string\",\n      \"application\": \"string\",\n      \"created\": 0,\n      \"description\": \"string\",\n      \"enabled_events\": [\n        \"string\"\n      ],\n      \"id\": \"string\",\n      \"livemode\": true,\n      \"metadata\": {},\n      \"object\": \"webhook_endpoint\",\n      \"secret\": \"string\",\n      \"status\": \"string\",\n      \"url\": \"string\"\n    }\n  ],\n  \"has_more\": true,\n  \"object\": \"list\",\n  \"url\": \"string\"\n}"}},"summary":"List all webhook endpoints"},"post":{"description":"Create a webhook endpoint","requestBody":{"content":{"application/x-www-form-urlencoded":{}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/webhook_endpoint"}}},"description":"{\n  \"api_version\": \"string\",\n  \"application\": \"string\",\n  \"created\": 0,\n  \"description\": \"string\",\n  \"enabled_events\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"webhook_endpoint\",\n  \"secret\": \"string\",\n  \"status\": \"string\",\n  \"url\": \"string\"\n}"}},"summary":"Create a webhook endpoint"}},"/v1/webhook_endpoints/{webhook_endpoint}":{"delete":{"description":"Delete a webhook endpoint","parameters":[{"in":"path","name":"webhook_endpoint","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/deleted_webhook_endpoint"}}},"description":"{\n  \"deleted\": true,\n  \"id\": \"string\",\n  \"object\": \"webhook_endpoint\"\n}"}},"summary":"Delete a webhook endpoint"},"get":{"description":"Retrieve a webhook endpoint","parameters":[{"description":"Specifies which fields in the response should be expanded.","in":"query","name":"expand","schema":{"type":"array"},"style":"form"},{"in":"path","name":"webhook_endpoint","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/webhook_endpoint"}}},"description":"{\n  \"api_version\": \"string\",\n  \"application\": \"string\",\n  \"created\": 0,\n  \"description\": \"string\",\n  \"enabled_events\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"webhook_endpoint\",\n  \"secret\": \"string\",\n  \"status\": \"string\",\n  \"url\": \"string\"\n}"}},"summary":"Retrieve a webhook endpoint"},"post":{"description":"Update a webhook endpoint","parameters":[{"in":"path","name":"webhook_endpoint","required":true,"schema":{"type":"string"},"style":"simple"}],"requestBody":{"content":{"application/x-www-form-urlencoded":{}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/webhook_endpoint"}}},"description":"{\n  \"api_version\": \"string\",\n  \"application\": \"string\",\n  \"created\": 0,\n  \"description\": \"string\",\n  \"enabled_events\": [\n    \"string\"\n  ],\n  \"id\": \"string\",\n  \"livemode\": true,\n  \"metadata\": {},\n  \"object\": \"webhook_endpoint\",\n  \"secret\": \"string\",\n  \"status\": \"string\",\n  \"url\": \"string\"\n}"}},"summary":"Update a webhook endpoint"}}},"servers":[{"url":"/"}]},"error":null}